Searched refs:DeleteP2PAccessControlList (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/deviceprofileconnector_fuzzer/ |
H A D | device_profile_connector_fuzzer.cpp | 66 DeviceProfileConnector::GetInstance().DeleteP2PAccessControlList(userId, accountId); in DeviceProfileConnectorFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 106 virtual int32_t DeleteP2PAccessControlList(int32_t userId, std::string &accountId) = 0; 139 int32_t DeleteP2PAccessControlList(int32_t userId, std::string &accountId);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_deviceprofile_connector.cpp | 603 … int32_t ret = DeviceProfileConnector::GetInstance().DeleteP2PAccessControlList(userId, accountId); 611 … int32_t ret = DeviceProfileConnector::GetInstance().DeleteP2PAccessControlList(userId, accountId); 619 … int32_t ret = DeviceProfileConnector::GetInstance().DeleteP2PAccessControlList(userId, accountId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 2277 DeviceProfileConnector::GetInstance().DeleteP2PAccessControlList(oldUserId, oldAccountId); in UserSwitchEventCallback() 2278 DeviceProfileConnector::GetInstance().DeleteP2PAccessControlList(userId, oldAccountId); in UserSwitchEventCallback() 2287 DeviceProfileConnector::GetInstance().DeleteP2PAccessControlList(oldUseId, oldAccountId); in UserChangeEventCallback() 2288 DeviceProfileConnector::GetInstance().DeleteP2PAccessControlList(userId, oldAccountId); in UserChangeEventCallback()
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 640 int32_t DeviceProfileConnector::DeleteP2PAccessControlList(int32_t userId, std::string &accountId) in DeleteP2PAccessControlList() function in OHOS::DistributedHardware::DeviceProfileConnector
|