Home
last modified time | relevance | path

Searched refs:GetAccessControlProfile (Results 1 - 23 of 23) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_profile_manager_test.cpp127 GetInstance().GetAccessControlProfile(1, "111", profile); in HWTEST_F()
131 GetInstance().GetAccessControlProfile(1, profile); in HWTEST_F()
137 GetInstance().GetAccessControlProfile(parms, profile); in HWTEST_F()
143 GetInstance().GetAccessControlProfile(parms, profile); in HWTEST_F()
149 GetInstance().GetAccessControlProfile(parms, profile); in HWTEST_F()
160 GetInstance().GetAccessControlProfile(resultRet, 1, 1, profile); in HWTEST_F()
168 GetInstance().GetAccessControlProfile(resultRet, 1, 1, profile); in HWTEST_F()
671 GetInstance().GetAccessControlProfile(parms, profile); in HWTEST_F()
696 GetInstance().GetAccessControlProfile(parms, profile); in HWTEST_F()
716 GetInstance().GetAccessControlProfile(parm in HWTEST_F()
[all...]
H A Ddistributed_device_profile_client_rdb_test.cpp213 GetInstance().GetAccessControlProfile(parms, profile); in HWTEST_F()
H A Ddp_profile_service_test.cpp165 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAccessControlProfile(queryParams, in HWTEST_F()
H A Ddistributed_device_profile_stub_new_test.cpp41 int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
119 int32_t MockDistributedDeviceProfileStubNew::GetAccessControlProfile(std::map<std::string, std::string> queryParams, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/trustprofilemanager_fuzzer/
H A Dtrustprofilemanager_fuzzer.cpp58 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, profile); in GetAccessControlProfileFourFuzzTest()
121 TrustProfileManager::GetInstance().GetAccessControlProfile(params, profile); in GetAccessControlProfileFiveFuzzTest()
/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h50 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,
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp29 std::vector<AccessControlProfile> DeviceProfileConnector::GetAccessControlProfile() in GetAccessControlProfile() function in OHOS::DistributedHardware::DeviceProfileConnector
35 if (DistributedDeviceProfileClient::GetInstance().GetAccessControlProfile(queryParams, profiles) != DM_OK) { in GetAccessControlProfile()
36 LOGE("DP GetAccessControlProfile failed."); in GetAccessControlProfile()
46 if (DistributedDeviceProfileClient::GetInstance().GetAccessControlProfile(queryParams, profiles) != DM_OK) { in GetAccessControlProfileByUserId()
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()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp44 int32_t DistributedDeviceProfileClient::GetAccessControlProfile(std::map<std::string, std::string> params, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp299 int32_t TrustProfileManager::GetAccessControlProfile(int32_t userId, const std::string& bundleName, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
336 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
458 int32_t TrustProfileManager::GetAccessControlProfile(int32_t userId, std::vector<AccessControlProfile> &profile) in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
483 HILOGE("GetAccessControlProfile faild"); in GetAccessControlProfile()
521 int32_t ret = this->GetAccessControlProfile(resultSet, accesserId, accesseeId, profile); in GetAllAccessControlProfile()
523 HILOGE("GetAccessControlProfile faild"); 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
610 int32_t TrustProfileManager::GetAccessControlProfile(cons function in OHOS::DistributedDeviceProfile::TrustProfileManager
1306 int32_t TrustProfileManager::GetAccessControlProfile(std::shared_ptr<ResultSet> resultSet, GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
[all...]
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h50 int32_t GetAccessControlProfile(std::map<std::string, std::string> params,
H A Ddistributed_device_profile_proxy.h46 int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h42 virtual int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h48 int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp171 int32_t DistributedDeviceProfileClient::GetAccessControlProfile(std::map<std::string, std::string> params, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
183 return dpService->GetAccessControlProfile(params, accessControlProfiles); in GetAccessControlProfile()
H A Ddistributed_device_profile_proxy.cpp87 int32_t DistributedDeviceProfileProxy::GetAccessControlProfile(std::map<std::string, std::string> queryParams, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/foundation/communication/dsoftbus/core/common/security/permission/standard/
H A Daccess_control.cpp60 int32_t ret = DistributedDeviceProfileClient::GetInstance().GetAccessControlProfile(parms, profile); in TransCheckAccessControl()
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h96 std::vector<DistributedDeviceProfile::AccessControlProfile> GetAccessControlProfile();
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp253 int32_t DistributedDeviceProfileServiceNew::GetAccessControlProfile(std::map<std::string, std::string> queryParams, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
260 int32_t ret = TrustProfileManager::GetInstance().GetAccessControlProfile(queryParams, accessControlProfiles); in GetAccessControlProfile()
H A Ddistributed_device_profile_stub_new.cpp269 int32_t ret = GetAccessControlProfile(queryParams, accessControlProfiles); in GetAccessControlProfileInner()
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp465 DeviceProfileConnector::GetInstance().GetAccessControlProfile(); in DeleteGroupByDP()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp421 DistributedDeviceProfileServiceNew::GetInstance().GetAccessControlProfile(queryParams, accessControlProfiles); in GetAccessControlProfileInner()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp609 int32_t DistributedDeviceProfileClient::GetAccessControlProfile(std::map<std::string, std::string> params, in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp41 auto ret = DeviceProfileConnector::GetInstance().GetAccessControlProfile(); in HWTEST_F()

Completed in 22 milliseconds