Home
last modified time | relevance | path

Searched refs:SyncDeleteAcl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h546 void SyncDeleteAcl(const std::string &pkgName, const std::string &deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp288 SyncDeleteAcl(pkgName, deviceUdid); in UnAuthenticateDevice()
322 SyncDeleteAcl(pkgName, remoteDeviceId_); in UnBindDevice()
326 void DmAuthManager::SyncDeleteAcl(const std::string &pkgName, const std::string &deviceId) in SyncDeleteAcl() function in OHOS::DistributedHardware::DmAuthManager
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp1155 authManager_->SyncDeleteAcl(pkgName, deviceId);