Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_rdb_test.cpp277 GetInstance().GetTrustDeviceProfile("123456", profile);
288 GetInstance().GetTrustDeviceProfile("123456", profile);
H A Ddistributed_device_profile_stub_new_test.cpp39 …int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile)…
106 int32_t MockDistributedDeviceProfileStubNew::GetTrustDeviceProfile(const std::string& deviceId, in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp150 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetTrustDeviceProfile(devid, trust…
H A Dtrust_profile_manager_test.cpp1350 GetInstance().GetTrustDeviceProfile("123456", profile);
1367 GetInstance().GetTrustDeviceProfile("8888", profile);
1423 GetInstance().GetTrustDeviceProfile("8888", profile);
/ohos5.0/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
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h40 …virtual int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDevice…
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h44 …int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile)…
H A Ddistributed_device_profile_client.h48 …int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile);
/ohos5.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)…
/ohos5.0/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
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h47 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& profile);
/ohos5.0/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, trustDeviceProfil… in GetTrustDeviceProfile()
H A Ddistributed_device_profile_stub_new.cpp232 int32_t ret = GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfileInner()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp286 int32_t DistributedDeviceProfileClient::GetTrustDeviceProfile(const std::string& deviceId, in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp383 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetTrustDeviceProfile(deviceId, tr… in GetTrustDeviceProfileInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp244 int32_t TrustProfileManager::GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile&… in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager