/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 | 39 int32_t DistributedDeviceProfileClient::GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& t… in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 41 …virtual int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 45 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) override;
|
H A D | distributed_device_profile_client.h | 49 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 47 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 161 int32_t DistributedDeviceProfileClient::GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& t… in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 168 return dpService->GetAllTrustDeviceProfile(trustDeviceProfiles); in GetAllTrustDeviceProfile()
|
H A D | distributed_device_profile_proxy.cpp | 72 int32_t DistributedDeviceProfileProxy::GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& tr… in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | distributed_device_profile_client_rdb_test.cpp | 264 GetInstance().GetAllTrustDeviceProfile(profile);
|
H A D | distributed_device_profile_stub_new_test.cpp | 40 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) override; 113 int32_t MockDistributedDeviceProfileStubNew::GetAllTrustDeviceProfile( in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 157 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllTrustDeviceProfile(trustDevi…
|
H A D | trust_profile_manager_test.cpp | 96 GetInstance().GetAllTrustDeviceProfile(profile); 1334 GetInstance().GetAllTrustDeviceProfile(profile); 1440 GetInstance().GetAllTrustDeviceProfile(profiles);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/ |
H A D | trust_profile_manager.h | 48 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 241 int32_t DistributedDeviceProfileServiceNew::GetAllTrustDeviceProfile( in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 248 int32_t ret = TrustProfileManager::GetInstance().GetAllTrustDeviceProfile(trustDeviceProfiles); in GetAllTrustDeviceProfile()
|
H A D | distributed_device_profile_stub_new.cpp | 248 int32_t ret = GetAllTrustDeviceProfile(trustDeviceProfiles); in GetAllTrustDeviceProfileInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 292 int32_t DistributedDeviceProfileClient::GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& t… in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 399 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllTrustDeviceProfile(trustDevi… in GetAllTrustDeviceProfileInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 271 int32_t TrustProfileManager::GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& profile) in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
|