Home
last modified time | relevance | path

Searched refs:GetTrustDeviceProfile (Results 1 - 17 of 17) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_rdb_test.cpp277 GetInstance().GetTrustDeviceProfile("123456", profile); in HWTEST_F()
288 GetInstance().GetTrustDeviceProfile("123456", profile); in HWTEST_F()
H A Ddp_profile_service_test.cpp150 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetTrustDeviceProfile(devid, trustDeviceProfile); in HWTEST_F()
H A Ddistributed_device_profile_stub_new_test.cpp39 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) override;
106 int32_t MockDistributedDeviceProfileStubNew::GetTrustDeviceProfile(const std::string& deviceId, in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Dtrust_profile_manager_test.cpp1350 GetInstance().GetTrustDeviceProfile("123456", profile); in HWTEST_F()
1367 GetInstance().GetTrustDeviceProfile("8888", profile); in HWTEST_F()
1423 GetInstance().GetTrustDeviceProfile("8888", profile); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp33 int32_t DistributedDeviceProfileClient::GetTrustDeviceProfile(const std::string& deviceId, in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h48 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile);
H A Ddistributed_device_profile_proxy.h44 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) override;
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h40 virtual int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) = 0;
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h46 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile) override;
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp150 int32_t DistributedDeviceProfileClient::GetTrustDeviceProfile(const std::string& deviceId, in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
158 return dpService->GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfile()
H A Ddistributed_device_profile_proxy.cpp55 int32_t DistributedDeviceProfileProxy::GetTrustDeviceProfile(const std::string& deviceId, in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h47 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& profile);
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp229 int32_t DistributedDeviceProfileServiceNew::GetTrustDeviceProfile(const std::string& deviceId, in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
236 int32_t ret = TrustProfileManager::GetInstance().GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfile()
H A Ddistributed_device_profile_stub_new.cpp232 int32_t ret = GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfileInner()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp383 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfileInner()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp598 int32_t DistributedDeviceProfileClient::GetTrustDeviceProfile(const std::string& deviceId, in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp244 int32_t TrustProfileManager::GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& profile) in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager

Completed in 18 milliseconds