Home
last modified time | relevance | path

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

/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);
/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
/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp153 int32_t subscribeRes = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeInfo); in RegisterToDpHelper()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h66 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo);
H A Ddistributed_device_profile_proxy.h62 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) override;
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h58 virtual int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) = 0;
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h64 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) override;
/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> subscribeInfos) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::SubscribeProfileManager
191 SubscribeDeviceProfile(item.second); in SubscribeDeviceProfile()
/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
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_rdb_test.cpp124 DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeInfo); in SetUpTestCase()
H A Dsubscribe_profile_manager_test.cpp130 * @tc.desc: Normal testCase of SubscribeDeviceProfile for CRUD
156 int32_t errCode = SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(subscribeInfo); in HWTEST_F()
391 * @tc.desc: Normal testCase of SubscribeDeviceProfile for CRUD
402 int32_t errCode = SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(subscribeInfo); in HWTEST_F()
593 * @tc.desc: Normal testCase of SubscribeDeviceProfile for CRUD
606 int32_t errCode = SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(subscribeInfo); in HWTEST_F()
H A Ddp_profile_service_test.cpp272 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfile(subscriberInfo); in HWTEST_F()
H A Ddistributed_device_profile_stub_new_test.cpp57 int32_t SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) override;
197 int32_t MockDistributedDeviceProfileStubNew::SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddistributed_device_profile_client_kv_test.cpp365 * @tc.desc: SubscribeDeviceProfile success
382 int32_t errCode = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeInfo); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp468 int32_t DistributedDeviceProfileServiceNew::SubscribeDeviceProfile(const SubscribeInfo& subscriberInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
474 HILOGD("CheckCallerPermission success interface SubscribeDeviceProfile"); in SubscribeDeviceProfile()
475 int32_t ret = SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(subscriberInfo); in SubscribeDeviceProfile()
507 return SubscribeProfileManager::GetInstance().SubscribeDeviceProfile(listenerMap); in SendSubscribeInfos()
H A Ddistributed_device_profile_stub_new.cpp465 int32_t ret = SubscribeDeviceProfile(subscribeInfo); in SubscribeDeviceProfileInner()
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp250 int32_t errCode = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeInfo); in SubscribeProfileEvent()
251 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_SERVICE, "SubscribeDeviceProfile result, errCode = %{public}d.", errCode); in SubscribeProfileEvent()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp620 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfile(subscribeInfo); in SubscribeDeviceProfileInner()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp690 int32_t DistributedDeviceProfileClient::SubscribeDeviceProfile(const SubscribeInfo& subscribeInfo) in SubscribeDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient

Completed in 16 milliseconds