Home
last modified time | relevance | path

Searched refs:OnProfileChanged (Results 1 – 2 of 2) sorted by relevance

/base/msdp/device_status/services/interaction/coordination/include/
Ddevice_profile_adapter.h35 …void OnProfileChanged(const DeviceProfile::ProfileChangeNotification &changeNotification) override;
50 void OnProfileChanged(const std::string &deviceId);
/base/msdp/device_status/services/interaction/coordination/src/
Ddevice_profile_adapter.cpp191 void DeviceProfileAdapter::OnProfileChanged(const std::string &deviceId) in OnProfileChanged() function in OHOS::Msdp::DeviceStatus::DeviceProfileAdapter
207 void DeviceProfileAdapter::ProfileEventCallbackImpl::OnProfileChanged( in OnProfileChanged() function in OHOS::Msdp::DeviceStatus::DeviceProfileAdapter::ProfileEventCallbackImpl
212 DP_ADAPTER->OnProfileChanged(deviceId); in OnProfileChanged()