Home
last modified time | relevance | path

Searched refs:oldAccountId (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp31 std::string oldAccountId = "accountId"; in AddAccessControlProfileFirst() local
40 accesser.SetAccesserAccountId(oldAccountId); in AddAccessControlProfileFirst()
82 std::string oldAccountId = "accountId"; in AddAccessControlProfileSecond() local
91 accesser.SetAccesserAccountId(oldAccountId); in AddAccessControlProfileSecond()
134 std::string oldAccountId = "accountId"; in AddAccessControlProfileThird() local
143 accesser.SetAccesserAccountId(oldAccountId); in AddAccessControlProfileThird()
185 std::string oldAccountId = "accountId"; in AddAccessControlprofileFourth() local
194 accesser.SetAccesserAccountId(oldAccountId); in AddAccessControlprofileFourth()
236 std::string oldAccountId = "accountId"; in AddAccessControlProfileFifth() local
245 accesser.SetAccesserAccountId(oldAccountId); in AddAccessControlProfileFifth()
287 std::string oldAccountId = "oldAccountId"; AddAccessControlProfileSixth() local
339 std::string oldAccountId = "oldAccountId"; AddAccessControlProfileSeventh() local
391 std::string oldAccountId = "oldAccountId"; AddAccessControlProfileEighth() local
443 std::string oldAccountId = "oldAccountId"; AddAccessControlProfileNinth() local
495 std::string oldAccountId = "oldAccountId"; AddAccessControlProfileTenth() local
547 std::string oldAccountId = "oldAccountId"; AddAccessControlProfileEleventh() local
[all...]
/foundation/distributedhardware/device_manager/services/service/include/
H A Di_dm_service_impl_ext.h81 virtual int32_t AccountIdLogout(int32_t userId, const std::string &oldAccountId) = 0;
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp514 std::string oldAccountId; in HWTEST_F() local
516 int32_t ret = DeviceProfileConnector::GetInstance().UpdateAccessControlList(userId, oldAccountId, newAccountId); in HWTEST_F()
523 std::string oldAccountId = "oldAccountId"; in HWTEST_F() local
525 int32_t ret = DeviceProfileConnector::GetInstance().UpdateAccessControlList(userId, oldAccountId, newAccountId); in HWTEST_F()
532 std::string oldAccountId = "accountId"; in HWTEST_F() local
534 int32_t ret = DeviceProfileConnector::GetInstance().UpdateAccessControlList(userId, oldAccountId, newAccountId); in HWTEST_F()
541 std::string oldAccountId = "accountId"; in HWTEST_F() local
543 int32_t ret = DeviceProfileConnector::GetInstance().UpdateAccessControlList(userId, oldAccountId, newAccountId); in HWTEST_F()
734 std::string accountId = "oldAccountId"; in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h100 int32_t UpdateAccessControlList(int32_t userId, std::string &oldAccountId, std::string &newAccountId);
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp631 int32_t DeviceProfileConnector::UpdateAccessControlList(int32_t userId, std::string &oldAccountId, in UpdateAccessControlList() argument
639 item.GetAccesser().GetAccesserAccountId() == oldAccountId) || in UpdateAccessControlList()
641 item.GetAccessee().GetAccesseeAccountId() == oldAccountId)) { in UpdateAccessControlList()

Completed in 8 milliseconds