Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_profile_manager_test.cpp127 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 Ddistributed_device_profile_client_rdb_test.cpp213 GetInstance().GetAccessControlProfile(parms, profile);
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::str… in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp165 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().GetAccessControlProfile(queryParam…
/ohos5.0/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,
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp29 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 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, prof… in GetAccessControlProfileFourFuzzTest()
121 TrustProfileManager::GetInstance().GetAccessControlProfile(params, profile); in GetAccessControlProfileFiveFuzzTest()
/ohos5.0/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
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 Dmock_distributed_device_profile_client.cpp44 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 Di_distributed_device_profile.h42 virtual int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h46 int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
H A Ddistributed_device_profile_client.h50 int32_t GetAccessControlProfile(std::map<std::string, std::string> params,
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h89 … 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 Ddistributed_device_profile_service_new.h48 int32_t GetAccessControlProfile(std::map<std::string, std::string> queryParams,
/ohos5.0/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> … 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> q… in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/standard/
H A Daccess_control.cpp60 …int32_t ret = DistributedDeviceProfileClient::GetInstance().GetAccessControlProfile(parms, profile… in TransCheckAccessControl()
/ohos5.0/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::stri… in GetAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
260 …int32_t ret = TrustProfileManager::GetInstance().GetAccessControlProfile(queryParams, accessContro… in GetAccessControlProfile()
H A Ddistributed_device_profile_stub_new.cpp269 int32_t ret = GetAccessControlProfile(queryParams, accessControlProfiles); in GetAccessControlProfileInner()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp297 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 Ddm_device_state_manager.cpp465 DeviceProfileConnector::GetInstance().GetAccessControlProfile(); in DeleteGroupByDP()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp421 …DistributedDeviceProfileServiceNew::GetInstance().GetAccessControlProfile(queryParams, accessContr… in GetAccessControlProfileInner()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp41 auto ret = DeviceProfileConnector::GetInstance().GetAccessControlProfile();