/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | trust_profile_manager_test.cpp | 127 GetInstance().GetAccessControlProfile(1, "111", profile); 131 GetInstance().GetAccessControlProfile(1, profile); 137 GetInstance().GetAccessControlProfile(parms, profile); 143 GetInstance().GetAccessControlProfile(parms, profile); 149 GetInstance().GetAccessControlProfile(parms, profile); 671 GetInstance().GetAccessControlProfile(parms, profile); 696 GetInstance().GetAccessControlProfile(parms, profile); 716 GetInstance().GetAccessControlProfile(parms, profile); 728 GetInstance().GetAccessControlProfile(parms, profile); 748 GetInstance().GetAccessControlProfile(parms, profile); [all …]
|
H A D | distributed_device_profile_client_rdb_test.cpp | 213 GetInstance().GetAccessControlProfile(parms, profile);
|
H A D | distributed_device_profile_stub_new_test.cpp | 41 int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams, 119 int32_t MockDistributedDeviceProfileStubNew::GetAccessControlProfile(std::map<std::string, std::str… in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 165 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAccessControlProfile(queryParam…
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/ |
H A D | trust_profile_manager.h | 50 int32_t GetAccessControlProfile(const std::map<std::string, std::string>& params, 58 int32_t GetAccessControlProfile(const std::string& bundleName, int32_t bindType, 60 int32_t GetAccessControlProfile(const std::string& bundleName, 62 int32_t GetAccessControlProfile(int32_t userId, const std::string& bundleName, 64 int32_t GetAccessControlProfile(int32_t userId, const std::string& bundleName, 66 int32_t GetAccessControlProfile(int32_t userId, const std::string& accountId, 68 int32_t GetAccessControlProfile(int32_t userId, std::vector<AccessControlProfile>& profile); 94 int32_t GetAccessControlProfile(std::shared_ptr<ResultSet> resultSet,
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 29 std::vector<AccessControlProfile> DeviceProfileConnector::GetAccessControlProfile() in GetAccessControlProfile() function in OHOS::DistributedHardware::DeviceProfileConnector 55 std::vector<AccessControlProfile> profiles = GetAccessControlProfile(); in GetAppTrustDeviceList() 90 std::vector<AccessControlProfile> profiles = GetAccessControlProfile(); in GetDeviceAclParam() 168 std::vector<AccessControlProfile> profiles = GetAccessControlProfile(); in CheckBindType() 227 std::vector<AccessControlProfile> profiles = GetAccessControlProfile(); in GetBindTypeByPkgName() 342 std::vector<AccessControlProfile> profiles = GetAccessControlProfile(); in SyncAclByBindType() 368 std::vector<AccessControlProfile> profiles = GetAccessControlProfile(); in GetPkgNameFromAcl() 389 std::vector<AccessControlProfile> profiles = GetAccessControlProfile(); in GetOfflineParamFromAcl() 477 std::vector<AccessControlProfile> profiles = GetAccessControlProfile(); in DeleteAccessControlList() 551 std::vector<AccessControlProfile> profiles = GetAccessControlProfile(); in DeleteAccessControlList() [all …]
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/trustprofilemanager_fuzzer/ |
H A D | trustprofilemanager_fuzzer.cpp | 58 TrustProfileManager::GetInstance().GetAccessControlProfile(userId, accountId, profile); in GetAccessControlProfileOneFuzzTest() 70 TrustProfileManager::GetInstance().GetAccessControlProfile(userId, profile); in GetAccessControlProfileTwoFuzzTest() 95 … TrustProfileManager::GetInstance().GetAccessControlProfile(bundleName, bindType, status, profile); in GetAccessControlProfileThreeFuzzTest() 109 …TrustProfileManager::GetInstance().GetAccessControlProfile(bundleName, trustDeviceId, status, prof… in GetAccessControlProfileFourFuzzTest() 121 TrustProfileManager::GetInstance().GetAccessControlProfile(params, profile); in GetAccessControlProfileFiveFuzzTest()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 299 int32_t TrustProfileManager::GetAccessControlProfile(int32_t userId, const std::string& bundleName, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager 411 int32_t TrustProfileManager::GetAccessControlProfile(int32_t userId, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager 521 int32_t ret = this->GetAccessControlProfile(resultSet, accesserId, accesseeId, profile); in GetAllAccessControlProfile() 536 int32_t TrustProfileManager::GetAccessControlProfile(const std::string& bundleName, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager 573 int32_t TrustProfileManager::GetAccessControlProfile(const std::string& bundleName, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager 615 int32_t ret = this->GetAccessControlProfile(std::atoi(params.at(USERID).c_str()), in GetAccessControlProfile() 621 int32_t ret = this->GetAccessControlProfile(params.at(BUNDLENAME), in GetAccessControlProfile() 633 int32_t ret = this->GetAccessControlProfile(std::atoi(params.at(USERID).c_str()), in GetAccessControlProfile() 639 int32_t ret = this->GetAccessControlProfile(params.at(BUNDLENAME), in GetAccessControlProfile() 647 int32_t ret = this->GetAccessControlProfile(std::atoi(params.at(USERID).c_str()), in GetAccessControlProfile() [all …]
|
/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 | 44 int32_t DistributedDeviceProfileClient::GetAccessControlProfile(std::map<std::string, std::string> … in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 42 virtual int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 46 int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
|
H A D | distributed_device_profile_client.h | 50 int32_t GetAccessControlProfile(std::map<std::string, std::string> params,
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 89 … virtual std::vector<DistributedDeviceProfile::AccessControlProfile> GetAccessControlProfile() = 0; 121 std::vector<DistributedDeviceProfile::AccessControlProfile> GetAccessControlProfile();
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 48 int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 171 int32_t DistributedDeviceProfileClient::GetAccessControlProfile(std::map<std::string, std::string> … in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 183 return dpService->GetAccessControlProfile(params, accessControlProfiles); in GetAccessControlProfile()
|
H A D | distributed_device_profile_proxy.cpp | 87 int32_t DistributedDeviceProfileProxy::GetAccessControlProfile(std::map<std::string, std::string> q… in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
|
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/standard/ |
H A D | access_control.cpp | 60 …int32_t ret = DistributedDeviceProfileClient::GetInstance().GetAccessControlProfile(parms, profile… in TransCheckAccessControl()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 253 int32_t DistributedDeviceProfileServiceNew::GetAccessControlProfile(std::map<std::string, std::stri… in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 260 …int32_t ret = TrustProfileManager::GetInstance().GetAccessControlProfile(queryParams, accessContro… in GetAccessControlProfile()
|
H A D | distributed_device_profile_stub_new.cpp | 269 int32_t ret = GetAccessControlProfile(queryParams, accessControlProfiles); in GetAccessControlProfileInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 297 int32_t DistributedDeviceProfileClient::GetAccessControlProfile(std::map<std::string, std::string> … in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
H A D | dm_device_state_manager.cpp | 465 DeviceProfileConnector::GetInstance().GetAccessControlProfile(); in DeleteGroupByDP()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 421 …DistributedDeviceProfileServiceNew::GetInstance().GetAccessControlProfile(queryParams, accessContr… in GetAccessControlProfileInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_deviceprofile_connector.cpp | 41 auto ret = DeviceProfileConnector::GetInstance().GetAccessControlProfile();
|