Home
last modified time | relevance | path

Searched refs:DeleteP2PAccessControlList (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/servicesfuzztest/deviceprofileconnector_fuzzer/
H A Ddevice_profile_connector_fuzzer.cpp66 DeviceProfileConnector::GetInstance().DeleteP2PAccessControlList(userId, accountId); in DeviceProfileConnectorFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h106 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 DUTTest_dm_deviceprofile_connector.cpp603 … 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 Ddm_auth_manager.cpp2277 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 Ddeviceprofile_connector.cpp640 int32_t DeviceProfileConnector::DeleteP2PAccessControlList(int32_t userId, std::string &accountId) in DeleteP2PAccessControlList() function in OHOS::DistributedHardware::DeviceProfileConnector