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/
H A Daccount_command_util.cpp66 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in DeleteLastOsAccount() local
68 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount()
87 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in DumpLastOsAccount() local
89 std::string command = TOOL_NAME + " dump -i " + localAccountId; in DumpLastOsAccount()
108 std::string localAccountId = std::to_string(osAccounts.begin()->GetLocalId()); in SwitchToFirstOsAccount() local
110 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToFirstOsAccount()
129 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in SwitchToLastOsAccount() local
131 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToLastOsAccount()
H A Daccount_command_set_module_test.cpp95 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in HWTEST_F() local
97 std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID; in HWTEST_F()
122 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in HWTEST_F() local
124 std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e"; in HWTEST_F()
130 command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e"; in HWTEST_F()

Completed in 2 milliseconds