/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 | 50 int32_t DistributedDeviceProfileClient::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 44 …virtual int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfile…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 48 …int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfiles) overr…
|
H A D | distributed_device_profile_client.h | 52 int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfiles);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 50 …int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfiles) overr…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 186 int32_t DistributedDeviceProfileClient::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 194 return dpService->GetAllAccessControlProfile(accessControlProfiles); in GetAllAccessControlProfile()
|
H A D | distributed_device_profile_proxy.cpp | 107 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 D | trustprofilemanager_fuzzer.cpp | 81 TrustProfileManager::GetInstance().GetAllAccessControlProfile(profile); in GetAllAccessControlProfileFuzzTest()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_deviceprofile.cpp | 133 int32_t ret = DpClient::GetInstance().GetAllAccessControlProfile(aclProfiles); in IsPotentialTrustedDeviceDp()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | distributed_device_profile_client_rdb_test.cpp | 251 GetInstance().GetAllAccessControlProfile(profile);
|
H A D | distributed_device_profile_stub_new_test.cpp | 43 …int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& accessControlProfiles) overr… 126 int32_t MockDistributedDeviceProfileStubNew::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 173 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllAccessControlProfile(accessC…
|
H A D | trust_profile_manager_test.cpp | 109 GetInstance().GetAllAccessControlProfile(profile); 1316 GetInstance().GetAllAccessControlProfile(profile); 1469 GetInstance().GetAllAccessControlProfile(profiles);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/ |
H A D | trust_profile_manager.h | 49 int32_t GetAllAccessControlProfile(std::vector<AccessControlProfile>& profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 265 int32_t DistributedDeviceProfileServiceNew::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 272 …int32_t ret = TrustProfileManager::GetInstance().GetAllAccessControlProfile(accessControlProfiles); in GetAllAccessControlProfile()
|
H A D | distributed_device_profile_stub_new.cpp | 285 int32_t ret = GetAllAccessControlProfile(accessControlProfiles); in GetAllAccessControlProfileInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 308 int32_t DistributedDeviceProfileClient::GetAllAccessControlProfile( in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 437 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAllAccessControlProfile(accessC… in GetAllAccessControlProfileInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 498 int32_t TrustProfileManager::GetAllAccessControlProfile(std::vector<AccessControlProfile>& profile) in GetAllAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
|