Home
last modified time | relevance | path

Searched defs:oldAccountId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp31 std::string oldAccountId = "accountId"; in AddAccessControlProfileFirst() local
82 std::string oldAccountId = "accountId"; in AddAccessControlProfileSecond() local
134 std::string oldAccountId = "accountId"; in AddAccessControlProfileThird() local
185 std::string oldAccountId = "accountId"; in AddAccessControlprofileFourth() local
236 std::string oldAccountId = "accountId"; in AddAccessControlProfileFifth() local
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp558 std::string oldAccountId; variable
567 std::string oldAccountId = "oldAccountId"; variable
576 std::string oldAccountId = "accountId"; variable
585 std::string oldAccountId = "accountId"; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2258 std::string oldAccountId = MultipleUserConnector::GetSwitchOldAccountId(); in AccountIdLogoutEventCallback() local
2275 std::string oldAccountId = MultipleUserConnector::GetSwitchOldAccountId(); in UserSwitchEventCallback() local
2285 std::string oldAccountId = MultipleUserConnector::GetSwitchOldAccountId(); in UserChangeEventCallback() local
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp598 int32_t DeviceProfileConnector::UpdateAccessControlList(int32_t userId, std::string &oldAccountId, in UpdateAccessControlList()