Home
last modified time | relevance | path

Searched refs:STRING_SWITCH_OS_ACCOUNT_NG (Results 1 – 3 of 3) sorted by relevance

/base/account/os_account/tools/test/moduletest/acm/
Daccount_command_switch_module_test.cpp81 EXPECT_EQ(commandResult, STRING_SWITCH_OS_ACCOUNT_NG + "\n");
/base/account/os_account/tools/acm/include/
Daccount_command.h91 const std::string STRING_SWITCH_OS_ACCOUNT_NG = "error: failed to switch the local account."; variable
/base/account/os_account/tools/acm/src/
Daccount_command.cpp322 resultReceiver_ = STRING_SWITCH_OS_ACCOUNT_NG + "\n"; in RunAsSwitchCommand()