/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/subscribeprofilemanager/ |
H A D | subscribe_profile_manager.h | 42 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 D | mock_distributed_device_profile_client.cpp | 114 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 D | subscribe_profile_manager.cpp | 162 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 D | i_distributed_device_profile.h | 58 virtual int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 62 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) override;
|
H A D | distributed_device_profile_client.h | 66 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/ |
H A D | auth_device_profile_listener.cpp | 153 …int32_t subscribeRes = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscr… in RegisterToDpHelper()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 464 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 D | distributed_device_profile_stub_new.cpp | 465 int32_t ret = SubscribeDeviceProfile(subscribeInfo); in SubscribeDeviceProfileInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | subscribe_profile_manager_test.cpp | 156 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 D | distributed_device_profile_client_rdb_test.cpp | 124 DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeInfo); in SetUpTestCase()
|
H A D | distributed_device_profile_stub_new_test.cpp | 57 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) override; 197 int32_t MockDistributedDeviceProfileStubNew::SubscribeDeviceProfile(const SubscribeInfo& subscribeI… in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 272 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfile(subscriberI…
|
H A D | distributed_device_profile_client_kv_test.cpp | 382 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeIn…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 64 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 310 int32_t DistributedDeviceProfileClient::SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 329 return dpService->SubscribeDeviceProfile(subscribeInfo); in SubscribeDeviceProfile()
|
H A D | distributed_device_profile_proxy.cpp | 278 int32_t DistributedDeviceProfileProxy::SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 261 …int32_t errCode = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeIn… in SubscribeProfileEvent()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 372 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 D | distributed_device_profile_stub.cpp | 620 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfile(subscribeIn… in SubscribeDeviceProfileInner()
|