Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device_profile_listener.h37 int32_t OnDeviceProfileAdd(const DeviceProfile &profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_profile_change_listener.h36 virtual int32_t OnDeviceProfileAdd(const DeviceProfile& profile) = 0;
H A Dprofile_change_listener_proxy.h35 int32_t OnDeviceProfileAdd(const DeviceProfile& profile) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp71 int32_t OnDeviceProfileAdd(const DeviceProfile& profile) in OnDeviceProfileAdd() function in OHOS::DistributedDeviceProfile::DPSubscribeInfoTest::SubscribeDPChangeListener
263 ret = proxy->OnDeviceProfileAdd(oldDeviceProfile);
H A Dprofile_change_listener_proxy_test.cpp90 int32_t ret = proxy.OnDeviceProfileAdd(oldProfile);
H A Ddistributed_device_profile_client_rdb_test.cpp74 int32_t OnDeviceProfileAdd(const DeviceProfile& profile) in OnDeviceProfileAdd() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClientRdbTest::SubscribeDPChangeListener
H A Ddistributed_device_profile_client_kv_test.cpp82 int32_t OnDeviceProfileAdd(const DeviceProfile &profile) in OnDeviceProfileAdd() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
H A Dsubscribe_profile_manager_test.cpp89 int32_t OnDeviceProfileAdd(const DeviceProfile &profile) in OnDeviceProfileAdd() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.h44 int32_t OnDeviceProfileAdd(const DeviceProfile& profile) override;
H A Dprofile_change_listener_stub_test.cpp64 int32_t MockProfileChangeListenerStub::OnDeviceProfileAdd(const DeviceProfile& profile) in OnDeviceProfileAdd() function in OHOS::DistributedDeviceProfile::MockProfileChangeListenerStub
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddev_profile.h51 int32_t OnDeviceProfileAdd(const DistributedDeviceProfile::DeviceProfile &profile) override;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp78 int32_t AuthDeviceProfileListener::OnDeviceProfileAdd(const DeviceProfile &profile) in OnDeviceProfileAdd() function in OHOS::AuthToDeviceProfile::AuthDeviceProfileListener
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp77 int32_t ProfileListenerProxy::OnDeviceProfileAdd(const DeviceProfile& profile) in OnDeviceProfileAdd() function in OHOS::DistributedDeviceProfile::ProfileListenerProxy
H A Dprofile_change_listener_stub.cpp172 OnDeviceProfileAdd(deviceProfile); in OnDeviceProfileAddInner()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp70 int32_t DevProfile::SubscribeDPChangeListener::OnDeviceProfileAdd(const DeviceProfile &profile) in OnDeviceProfileAdd() function in OHOS::MiscServices::DevProfile::SubscribeDPChangeListener
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp226 listenerProxy->OnDeviceProfileAdd(deviceProfile); in NotifyDeviceProfileAdd()