Home
last modified time | relevance | path

Searched refs:IProfileEventCallback (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H A Ddevice_profile.rs119 pub trait IProfileEventCallback { traits
126 instance: Arc<dyn IProfileEventCallback>,
195 impl From<Arc<dyn IProfileEventCallback>> for ProfileEventCallback {
196 fn from(value: Arc<dyn IProfileEventCallback>) -> Self { in from()
235 /// * `event_callback` - A reference to the `IProfileEventCallback` trait object for handling profile events.
242 event_callback: &Arc<dyn IProfileEventCallback>, in subscribe_profile_events()
293 /// * `event_callback` - A reference to the `IProfileEventCallback` trait object for handling profile events.
300 event_callback: &Arc<dyn IProfileEventCallback>, in unsubscribe_profile_events()
345 _sync_callback: &Arc<dyn IProfileEventCallback>) -> FusionResult<()> in sync_device_profile()
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H A Dfusion_device_profile.cpp33 class ProfileEventCallbackImpl final : public IProfileEventCallback {
H A Dfusion_device_profile_adapter.cpp36 class ProfileEventCallback final : public IProfileEventCallback {
277 std::shared_ptr<IProfileEventCallback> profileEventCb; in RemoveFailedSubscriptions()

Completed in 2 milliseconds