Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device_profile_listener.h36 …int32_t OnTrustDeviceProfileUpdate(const TrustDeviceProfile &oldProfile, const TrustDeviceProfile …
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_profile_change_listener.h34 virtual int32_t OnTrustDeviceProfileUpdate(const TrustDeviceProfile& oldProfile,
H A Dprofile_change_listener_proxy.h33 int32_t OnTrustDeviceProfileUpdate(const TrustDeviceProfile& oldProfile,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp65 …int32_t OnTrustDeviceProfileUpdate(const TrustDeviceProfile& oldProfile, const TrustDeviceProfile&… in OnTrustDeviceProfileUpdate() function in OHOS::DistributedDeviceProfile::DPSubscribeInfoTest::SubscribeDPChangeListener
258 ret = proxy->OnTrustDeviceProfileUpdate(oldTrustProfile, newTrustProfile);
H A Dprofile_change_listener_proxy_test.cpp74 ret = proxy.OnTrustDeviceProfileUpdate(oldProfile, newProfile);
H A Ddistributed_device_profile_client_rdb_test.cpp68 …int32_t OnTrustDeviceProfileUpdate(const TrustDeviceProfile& oldProfile, const TrustDeviceProfile&… in OnTrustDeviceProfileUpdate() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClientRdbTest::SubscribeDPChangeListener
H A Ddistributed_device_profile_client_kv_test.cpp78 …int32_t OnTrustDeviceProfileUpdate(const TrustDeviceProfile &oldProfile, const TrustDeviceProfile … in OnTrustDeviceProfileUpdate() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
H A Dsubscribe_profile_manager_test.cpp85 …int32_t OnTrustDeviceProfileUpdate(const TrustDeviceProfile &oldProfile, const TrustDeviceProfile … in OnTrustDeviceProfileUpdate() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.h42 int32_t OnTrustDeviceProfileUpdate(const TrustDeviceProfile& oldProfile,
H A Dprofile_change_listener_stub_test.cpp56 int32_t MockProfileChangeListenerStub::OnTrustDeviceProfileUpdate(const TrustDeviceProfile& oldProf… in OnTrustDeviceProfileUpdate() function in OHOS::DistributedDeviceProfile::MockProfileChangeListenerStub
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddev_profile.h49 … int32_t OnTrustDeviceProfileUpdate(const DistributedDeviceProfile::TrustDeviceProfile &oldProfile,
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp69 int32_t AuthDeviceProfileListener::OnTrustDeviceProfileUpdate( in OnTrustDeviceProfileUpdate() function in OHOS::AuthToDeviceProfile::AuthDeviceProfileListener
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp57 int32_t ProfileListenerProxy::OnTrustDeviceProfileUpdate(const TrustDeviceProfile& oldProfile, in OnTrustDeviceProfileUpdate() function in OHOS::DistributedDeviceProfile::ProfileListenerProxy
H A Dprofile_change_listener_stub.cpp156 OnTrustDeviceProfileUpdate(oldTrustDeviceProfile, newTrustDeviceProfile); in OnTrustDeviceProfileUpdateInner()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp63 int32_t DevProfile::SubscribeDPChangeListener::OnTrustDeviceProfileUpdate( in OnTrustDeviceProfileUpdate() function in OHOS::MiscServices::DevProfile::SubscribeDPChangeListener
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp136 listenerProxy->OnTrustDeviceProfileUpdate(oldDeviceProfile, newDeviceProfile); in NotifyTrustDeviceProfileUpdate()