Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp39 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 Di_distributed_device_profile.h41 …virtual int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) = 0;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h45 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) override;
H A Ddistributed_device_profile_client.h49 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h47 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp161 int32_t DistributedDeviceProfileClient::GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& t… in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
168 return dpService->GetAllTrustDeviceProfile(trustDeviceProfiles); in GetAllTrustDeviceProfile()
H A Ddistributed_device_profile_proxy.cpp72 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 Ddistributed_device_profile_client_rdb_test.cpp264 GetInstance().GetAllTrustDeviceProfile(profile);
H A Ddistributed_device_profile_stub_new_test.cpp40 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) override;
113 int32_t MockDistributedDeviceProfileStubNew::GetAllTrustDeviceProfile( in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp157 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllTrustDeviceProfile(trustDevi…
H A Dtrust_profile_manager_test.cpp96 GetInstance().GetAllTrustDeviceProfile(profile);
1334 GetInstance().GetAllTrustDeviceProfile(profile);
1440 GetInstance().GetAllTrustDeviceProfile(profiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h48 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp241 int32_t DistributedDeviceProfileServiceNew::GetAllTrustDeviceProfile( in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
248 int32_t ret = TrustProfileManager::GetInstance().GetAllTrustDeviceProfile(trustDeviceProfiles); in GetAllTrustDeviceProfile()
H A Ddistributed_device_profile_stub_new.cpp248 int32_t ret = GetAllTrustDeviceProfile(trustDeviceProfiles); in GetAllTrustDeviceProfileInner()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp292 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 Ddistributed_device_profile_stub.cpp399 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllTrustDeviceProfile(trustDevi… in GetAllTrustDeviceProfileInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp271 int32_t TrustProfileManager::GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& profile) in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager