Searched refs:UpdateAccessControlList (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/device_manager/test/servicesfuzztest/deviceprofileconnector_fuzzer/ |
H A D | device_profile_connector_fuzzer.cpp | 64 DeviceProfileConnector::GetInstance().UpdateAccessControlList(userId, accountId, accountId); in DeviceProfileConnectorFuzzTest()
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_deviceprofile_connector.cpp | 516 int32_t ret = DeviceProfileConnector::GetInstance().UpdateAccessControlList(userId, oldAccountId, newAccountId); in HWTEST_F() 525 int32_t ret = DeviceProfileConnector::GetInstance().UpdateAccessControlList(userId, oldAccountId, newAccountId); in HWTEST_F() 534 int32_t ret = DeviceProfileConnector::GetInstance().UpdateAccessControlList(userId, oldAccountId, newAccountId); in HWTEST_F() 543 int32_t ret = DeviceProfileConnector::GetInstance().UpdateAccessControlList(userId, oldAccountId, newAccountId); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 100 int32_t UpdateAccessControlList(int32_t userId, std::string &oldAccountId, std::string &newAccountId);
|
/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 631 int32_t DeviceProfileConnector::UpdateAccessControlList(int32_t userId, std::string &oldAccountId, in UpdateAccessControlList() function in OHOS::DistributedHardware::DeviceProfileConnector
|
Completed in 6 milliseconds