Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/tools/test/unittest/acm/
H A Daccount_command_delete_test.cpp272 EXPECT_EQ(cmd.ExecCommand(), STRING_DELETE_OS_ACCOUNT_NG + "\n");
319 EXPECT_EQ(cmd.ExecCommand(), STRING_DELETE_OS_ACCOUNT_NG + "\n");
/ohos5.0/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_delete_module_test.cpp104 EXPECT_EQ(commandResult, STRING_DELETE_OS_ACCOUNT_NG + "\n");
/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h93 const std::string STRING_DELETE_OS_ACCOUNT_NG = "error: failed to delete the local account."; variable
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp231 resultReceiver_ = STRING_DELETE_OS_ACCOUNT_NG + "\n"; in RunAsDeleteCommand()