Home
last modified time | relevance | path

Searched defs:ProfileEventCallback (Results 1 – 2 of 2) sorted by relevance

/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
Ddevice_profile.rs124 struct ProfileEventCallback { struct
126 instance: Arc<dyn IProfileEventCallback>, argument
129 impl ProfileEventCallback { impl
195 impl From<Arc<dyn IProfileEventCallback>> for ProfileEventCallback { implementation
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
Dfusion_device_profile_adapter.cpp36 class ProfileEventCallback final : public IProfileEventCallback { class
78 ProfileEventCallback::ProfileEventCallback(CICrossStateListener* listener) in ProfileEventCallback() function in ProfileEventCallback