Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device_profile_listener.h40 int32_t OnServiceProfileAdd(const ServiceProfile &profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_profile_change_listener.h39 virtual int32_t OnServiceProfileAdd(const ServiceProfile& profile) = 0;
H A Dprofile_change_listener_proxy.h38 int32_t OnServiceProfileAdd(const ServiceProfile& profile) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp83 int32_t OnServiceProfileAdd(const ServiceProfile& profile) in OnServiceProfileAdd() function in OHOS::DistributedDeviceProfile::DPSubscribeInfoTest::SubscribeDPChangeListener
272 ret = proxy->OnServiceProfileAdd(oldServiceProfile);
H A Dprofile_change_listener_proxy_test.cpp108 int32_t ret = proxy.OnServiceProfileAdd(oldProfile);
H A Ddistributed_device_profile_client_rdb_test.cpp86 int32_t OnServiceProfileAdd(const ServiceProfile& profile) in OnServiceProfileAdd() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClientRdbTest::SubscribeDPChangeListener
H A Ddistributed_device_profile_client_kv_test.cpp94 int32_t OnServiceProfileAdd(const ServiceProfile &profile) in OnServiceProfileAdd() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
H A Dsubscribe_profile_manager_test.cpp101 int32_t OnServiceProfileAdd(const ServiceProfile &profile) in OnServiceProfileAdd() function in OHOS::DistributedDeviceProfile::SubscribeDPChangeListener
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.h47 int32_t OnServiceProfileAdd(const ServiceProfile& profile) override;
H A Dprofile_change_listener_stub_test.cpp85 int32_t MockProfileChangeListenerStub::OnServiceProfileAdd(const ServiceProfile& profile) in OnServiceProfileAdd() function in OHOS::DistributedDeviceProfile::MockProfileChangeListenerStub
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddev_profile.h55 … int32_t OnServiceProfileAdd(const DistributedDeviceProfile::ServiceProfile &profile) override;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp98 int32_t AuthDeviceProfileListener::OnServiceProfileAdd(const ServiceProfile &profile) in OnServiceProfileAdd() function in OHOS::AuthToDeviceProfile::AuthDeviceProfileListener
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp126 int32_t ProfileListenerProxy::OnServiceProfileAdd(const ServiceProfile& profile) in OnServiceProfileAdd() function in OHOS::DistributedDeviceProfile::ProfileListenerProxy
H A Dprofile_change_listener_stub.cpp225 OnServiceProfileAdd(serviceProfile); in OnServiceProfileAddInner()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp89 int32_t DevProfile::SubscribeDPChangeListener::OnServiceProfileAdd(const ServiceProfile &profile) in OnServiceProfileAdd() function in OHOS::MiscServices::DevProfile::SubscribeDPChangeListener
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp304 listenerProxy->OnServiceProfileAdd(serviceProfile); in NotifyServiceProfileAdd()