Searched refs:PutAccessControlList (Results 1 - 8 of 8) sorted by relevance
/foundation/distributedhardware/device_manager/test/servicesfuzztest/deviceprofileconnector_fuzzer/ |
H A D | device_profile_connector_fuzzer.cpp | 62 DeviceProfileConnector::GetInstance().PutAccessControlList(aclInfo, dmAccesser, dmAccessee); in DeviceProfileConnectorFuzzTest()
|
/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 99 int32_t PutAccessControlList(DmAclInfo aclInfo, DmAccesser dmAccesser, DmAccessee dmAccessee);
|
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 520 void PutAccessControlList();
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_auth_manager_first.cpp | 1118 authManager_->PutAccessControlList(); in HWTEST_F() 1121 authManager_->PutAccessControlList(); in HWTEST_F() 1124 authManager_->PutAccessControlList(); in HWTEST_F()
|
H A D | UTTest_dm_deviceprofile_connector.cpp | 507 int32_t ret = DeviceProfileConnector::GetInstance().PutAccessControlList(aclInfo, dmAccesser, dmAccessee); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 2005 PutAccessControlList(); in AuthDeviceFinish() 2008 PutAccessControlList(); in AuthDeviceFinish() 2102 DeviceProfileConnector::GetInstance().PutAccessControlList(aclInfo, accesser, accessee); in CompatiblePutAcl() 2239 void DmAuthManager::PutAccessControlList() in PutAccessControlList() function in OHOS::DistributedHardware::DmAuthManager 2288 DeviceProfileConnector::GetInstance().PutAccessControlList(aclInfo, accesser, accessee); in PutAccessControlList()
|
/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 421 int32_t DeviceProfileConnector::PutAccessControlList(DmAclInfo aclInfo, DmAccesser dmAccesser, DmAccessee dmAccessee) in PutAccessControlList() function in OHOS::DistributedHardware::DeviceProfileConnector
|
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 634 DeviceProfileConnector::GetInstance().PutAccessControlList(aclInfo, accesser, accessee); in PutIdenticalAccountToAcl()
|
Completed in 14 milliseconds