Home
last modified time | relevance | path

Searched refs:GetAllAccessControlProfile (Results 1 – 19 of 19) 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.cpp50 int32_t DistributedDeviceProfileClient::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h44 …virtual int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfile…
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h48 …int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfiles) overr…
H A Ddistributed_device_profile_client.h52 int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h50 …int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfiles) overr…
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp186 int32_t DistributedDeviceProfileClient::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
194 return dpService->GetAllAccessControlProfile(accessControlProfiles); in GetAllAccessControlProfile()
H A Ddistributed_device_profile_proxy.cpp107 int32_t DistributedDeviceProfileProxy::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/trustprofilemanager_fuzzer/
H A Dtrustprofilemanager_fuzzer.cpp81 TrustProfileManager::GetInstance().GetAllAccessControlProfile(profile); in GetAllAccessControlProfileFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp133 int32_t ret = DpClient::GetInstance().GetAllAccessControlProfile(aclProfiles); in IsPotentialTrustedDeviceDp()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_rdb_test.cpp251 GetInstance().GetAllAccessControlProfile(profile);
H A Ddistributed_device_profile_stub_new_test.cpp43 …int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfiles) overr…
126 int32_t MockDistributedDeviceProfileStubNew::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp173 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllAccessControlProfile(accessC…
H A Dtrust_profile_manager_test.cpp109 GetInstance().GetAllAccessControlProfile(profile);
1316 GetInstance().GetAllAccessControlProfile(profile);
1469 GetInstance().GetAllAccessControlProfile(profiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h49 int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp265 int32_t DistributedDeviceProfileServiceNew::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
272 …int32_t ret = TrustProfileManager::GetInstance().GetAllAccessControlProfile(accessControlProfiles); in GetAllAccessControlProfile()
H A Ddistributed_device_profile_stub_new.cpp285 int32_t ret = GetAllAccessControlProfile(accessControlProfiles); in GetAllAccessControlProfileInner()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp308 int32_t DistributedDeviceProfileClient::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp437 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllAccessControlProfile(accessC… in GetAllAccessControlProfileInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp498 int32_t TrustProfileManager::GetAllAccessControlProfile(std::vector<AccessControlProfile>& profile) in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager