Home
last modified time | relevance | path

Searched refs:OnCharacteristicProfileUpdate (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device_profile_listener.h45 int32_t OnCharacteristicProfileUpdate(
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_profile_change_listener.h44 virtual int32_t OnCharacteristicProfileUpdate(const CharacteristicProfile& oldProfile,
H A Dprofile_change_listener_proxy.h43 int32_t OnCharacteristicProfileUpdate(const CharacteristicProfile& oldProfile,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp103 int32_t OnCharacteristicProfileUpdate(const CharacteristicProfile& oldProfile, in OnCharacteristicProfileUpdate() function in OHOS::DistributedDeviceProfile::DPSubscribeInfoTest::SubscribeDPChangeListener
285 ret = proxy->OnCharacteristicProfileUpdate(oldChaProfile, newChaProfile);
H A Dprofile_change_listener_proxy_test.cpp128 ret = proxy.OnCharacteristicProfileUpdate(oldProfile, newProfile);
H A Ddistributed_device_profile_client_rdb_test.cpp106 int32_t OnCharacteristicProfileUpdate(const CharacteristicProfile& oldProfile, in OnCharacteristicProfileUpdate() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClientRdbTest::SubscribeDPChangeListener
H A Ddistributed_device_profile_client_kv_test.cpp114 int32_t OnCharacteristicProfileUpdate(const CharacteristicProfile &oldProfile, in OnCharacteristicProfileUpdate() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
H A Dsubscribe_profile_manager_test.cpp121 int32_t OnCharacteristicProfileUpdate(const CharacteristicProfile &oldProfile, in OnCharacteristicProfileUpdate() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.h52 int32_t OnCharacteristicProfileUpdate(const CharacteristicProfile& oldProfile,
H A Dprofile_change_listener_stub_test.cpp114 int32_t MockProfileChangeListenerStub::OnCharacteristicProfileUpdate(const CharacteristicProfile& o… in OnCharacteristicProfileUpdate() function in OHOS::DistributedDeviceProfile::MockProfileChangeListenerStub
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddev_profile.h61 …int32_t OnCharacteristicProfileUpdate(const DistributedDeviceProfile::CharacteristicProfile &oldPr…
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp130 int32_t AuthDeviceProfileListener::OnCharacteristicProfileUpdate( in OnCharacteristicProfileUpdate() function in OHOS::AuthToDeviceProfile::AuthDeviceProfileListener
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp205 int32_t ProfileListenerProxy::OnCharacteristicProfileUpdate(const CharacteristicProfile& oldProfile, in OnCharacteristicProfileUpdate() function in OHOS::DistributedDeviceProfile::ProfileListenerProxy
H A Dprofile_change_listener_stub.cpp315 OnCharacteristicProfileUpdate(oldCharacteristicProfile, newCharacteristicProfile); in OnCharacteristicProfileUpdateInner()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp120 int32_t DevProfile::SubscribeDPChangeListener::OnCharacteristicProfileUpdate( in OnCharacteristicProfileUpdate() function in OHOS::MiscServices::DevProfile::SubscribeDPChangeListener
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp416 listenerProxy->OnCharacteristicProfileUpdate(oldCharProfile, newCharProfile); in NotifyCharProfileUpdate()