Home
last modified time | relevance | path

Searched refs:STRING_DELETE_OS_ACCOUNT_NG (Results 1 – 4 of 4) sorted by relevance

/base/account/os_account/tools/test/moduletest/acm/
Daccount_command_delete_module_test.cpp81 EXPECT_EQ(commandResult, STRING_DELETE_OS_ACCOUNT_NG + "\n");
/base/account/os_account/tools/test/unittest/acm/
Daccount_command_delete_test.cpp259 EXPECT_EQ(cmd.ExecCommand(), STRING_DELETE_OS_ACCOUNT_NG + "\n");
306 EXPECT_EQ(cmd.ExecCommand(), STRING_DELETE_OS_ACCOUNT_NG + "\n");
/base/account/os_account/tools/acm/include/
Daccount_command.h86 const std::string STRING_DELETE_OS_ACCOUNT_NG = "error: failed to delete the local account."; variable
/base/account/os_account/tools/acm/src/
Daccount_command.cpp172 resultReceiver_ = STRING_DELETE_OS_ACCOUNT_NG + "\n"; in RunAsDeleteCommand()