Home
last modified time | relevance | path

Searched refs:SubscribeDeviceProfile (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/
H A Dsubscribe_profile_manager.h42 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo);
43 int32_t SubscribeDeviceProfile(std::map<std::string, SubscribeInfo> subscribeInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp114 int32_t DistributedDeviceProfileClient::SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp162 int32_t SubscribeProfileManager::SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
187 int32_t SubscribeProfileManager::SubscribeDeviceProfile(std::map<std::string, SubscribeInfo> subscr… in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
191 SubscribeDeviceProfile(item.second); in SubscribeDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h58 virtual int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) = 0;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h62 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) override;
H A Ddistributed_device_profile_client.h66 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp153 …int32_t subscribeRes = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscr… in RegisterToDpHelper()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp464 int32_t DistributedDeviceProfileServiceNew::SubscribeDeviceProfile(const SubscribeInfo& subscriberI… in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
471 int32_t ret = SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(subscriberInfo); in SubscribeDeviceProfile()
503 return SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(listenerMap); in SendSubscribeInfos()
H A Ddistributed_device_profile_stub_new.cpp465 int32_t ret = SubscribeDeviceProfile(subscribeInfo); in SubscribeDeviceProfileInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp156 int32_t errCode = SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(subscribeInfo);
402 int32_t errCode = SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(subscribeInfo);
606 int32_t errCode = SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(subscribeInfo);
H A Ddistributed_device_profile_client_rdb_test.cpp124 DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeInfo); in SetUpTestCase()
H A Ddistributed_device_profile_stub_new_test.cpp57 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) override;
197 int32_t MockDistributedDeviceProfileStubNew::SubscribeDeviceProfile(const SubscribeInfo& subscribeI… in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp272 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfile(subscriberI…
H A Ddistributed_device_profile_client_kv_test.cpp382 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeIn…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h64 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp310 int32_t DistributedDeviceProfileClient::SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
329 return dpService->SubscribeDeviceProfile(subscribeInfo); in SubscribeDeviceProfile()
H A Ddistributed_device_profile_proxy.cpp278 int32_t DistributedDeviceProfileProxy::SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp261 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeIn… in SubscribeProfileEvent()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp372 int32_t DistributedDeviceProfileClient::SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp620 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfile(subscribeIn… in SubscribeDeviceProfileInner()