Home
last modified time | relevance | path

Searched refs:localAccountId (Results 1 – 2 of 2) sorted by relevance

/base/account/os_account/tools/test/moduletest/acm/
Daccount_command_util.cpp56 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in DeleteLastOsAccount() local
58 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount()
77 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in DumpLastOsAccount() local
79 std::string command = TOOL_NAME + " dump -i " + localAccountId; in DumpLastOsAccount()
98 std::string localAccountId = std::to_string(osAccounts.begin()->GetLocalId()); in SwitchToFirstOsAccount() local
100 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToFirstOsAccount()
119 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in SwitchToLastOsAccount() local
121 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToLastOsAccount()
Daccount_command_set_module_test.cpp72 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); variable
74 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID;
99 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); variable
101 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e";
107 command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e";