/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | distributed_device_profile_client_rdb_test.cpp | 277 GetInstance().GetTrustDeviceProfile("123456", profile); 288 GetInstance().GetTrustDeviceProfile("123456", profile);
|
H A D | distributed_device_profile_stub_new_test.cpp | 39 …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 D | dp_profile_service_test.cpp | 150 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetTrustDeviceProfile(devid, trust…
|
H A D | trust_profile_manager_test.cpp | 1350 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 D | mock_distributed_device_profile_client.cpp | 33 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 D | i_distributed_device_profile.h | 40 …virtual int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDevice…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 44 …int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile)…
|
H A D | distributed_device_profile_client.h | 48 …int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 46 …int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& trustDeviceProfile)…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 150 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 D | distributed_device_profile_proxy.cpp | 55 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 D | trust_profile_manager.h | 47 int32_t GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile& profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 229 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 D | distributed_device_profile_stub_new.cpp | 232 int32_t ret = GetTrustDeviceProfile(deviceId, trustDeviceProfile); in GetTrustDeviceProfileInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 286 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 D | distributed_device_profile_stub.cpp | 383 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetTrustDeviceProfile(deviceId, tr… in GetTrustDeviceProfileInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 244 int32_t TrustProfileManager::GetTrustDeviceProfile(const std::string& deviceId, TrustDeviceProfile&… in GetTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
|