Searched refs:localAccountId (Results 1 – 2 of 2) sorted by relevance
56 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in DeleteLastOsAccount() local58 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount()77 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in DumpLastOsAccount() local79 std::string command = TOOL_NAME + " dump -i " + localAccountId; in DumpLastOsAccount()98 std::string localAccountId = std::to_string(osAccounts.begin()->GetLocalId()); in SwitchToFirstOsAccount() local100 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToFirstOsAccount()119 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); in SwitchToLastOsAccount() local121 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToLastOsAccount()
72 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); variable74 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID;99 std::string localAccountId = std::to_string(osAccounts.rbegin()->GetLocalId()); variable101 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e";107 command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e";