Home
last modified time | relevance | path

Searched refs:OnProfileChanged (Results 1 - 8 of 8) sorted by relevance

/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H A Dbinding.rs129 pub type OnProfileChanged = extern "C" fn (cb: *mut CIProfileEventCb, notification: *const CProfileChangeNotification); types
139 pub on_profile_changed: Option<OnProfileChanged>,
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H A Dfusion_device_profile.cpp38 void OnProfileChanged(const ProfileChangeNotification &changeNotification) override;
58 void ProfileEventCallbackImpl::OnProfileChanged(const ProfileChangeNotification &changeNotification) in OnProfileChanged() function in ProfileEventCallbackImpl
H A Dfusion_device_profile_adapter.cpp41 void OnProfileChanged(const ProfileChangeNotification &changeNotification) override;
92 void ProfileEventCallback::OnProfileChanged(const ProfileChangeNotification &changeNotification) in OnProfileChanged() function in ProfileEventCallback
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Devent_manager.h86 void OnProfileChanged(const DDPCooperateSwitchChanged &event);
H A Dstate_machine.h74 void OnProfileChanged(Context &context, const CooperateEvent &event);
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp123 this->OnProfileChanged(context, event); in StateMachine()
372 void StateMachine::OnProfileChanged(Context &context, const CooperateEvent &event) in OnProfileChanged() function in OHOS::Msdp::DeviceStatus::Cooperate::StateMachine
376 context.eventMgr_.OnProfileChanged(notice); in OnProfileChanged()
H A Devent_manager.cpp181 void EventManager::OnProfileChanged(const DDPCooperateSwitchChanged &event) in OnProfileChanged() function in OHOS::Msdp::DeviceStatus::Cooperate::EventManager
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp537 g_context->eventMgr_.OnProfileChanged(dDMBoardOnlineEvent); in HWTEST_F()

Completed in 8 milliseconds