Home
last modified time | relevance | path

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

/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>& trustDeviceProfiles) in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h49 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles);
H A Ddistributed_device_profile_proxy.h45 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) override;
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h41 virtual int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) = 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;
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp161 int32_t DistributedDeviceProfileClient::GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) 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>& trustDeviceProfiles) in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_rdb_test.cpp264 GetInstance().GetAllTrustDeviceProfile(profile); in HWTEST_F()
H A Ddp_profile_service_test.cpp157 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllTrustDeviceProfile(trustDeviceProfiles); in HWTEST_F()
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 Dtrust_profile_manager_test.cpp96 GetInstance().GetAllTrustDeviceProfile(profile); in HWTEST_F()
1334 GetInstance().GetAllTrustDeviceProfile(profile); in HWTEST_F()
1440 GetInstance().GetAllTrustDeviceProfile(profiles); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h48 int32_t GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& profile);
/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()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp399 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllTrustDeviceProfile(trustDeviceProfiles); in GetAllTrustDeviceProfileInner()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp604 int32_t DistributedDeviceProfileClient::GetAllTrustDeviceProfile(std::vector<TrustDeviceProfile>& trustDeviceProfiles) in GetAllTrustDeviceProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/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

Completed in 17 milliseconds