Home
last modified time | relevance | path

Searched refs:STRING_DELETE_OS_ACCOUNT_OK (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_set_module_test.cpp104 ASSERT_NE(commandResult.find(STRING_DELETE_OS_ACCOUNT_OK), std::string::npos);
137 ASSERT_NE(commandResult.find(STRING_DELETE_OS_ACCOUNT_OK), std::string::npos);
H A Daccount_command_create_module_test.cpp83 ASSERT_NE(commandResult.find(STRING_DELETE_OS_ACCOUNT_OK), std::string::npos);
H A Daccount_command_switch_module_test.cpp104 ASSERT_NE(commandResult.find(STRING_DELETE_OS_ACCOUNT_OK), std::string::npos);
H A Daccount_command_delete_module_test.cpp119 ASSERT_NE(commandResult.find(STRING_DELETE_OS_ACCOUNT_OK), std::string::npos);
H A Daccount_command_dump_module_test.cpp122 ASSERT_NE(commandResult.find(STRING_DELETE_OS_ACCOUNT_OK), std::string::npos);
/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h92 const std::string STRING_DELETE_OS_ACCOUNT_OK = "delete the local account successfully."; variable
/ohos5.0/base/account/os_account/tools/test/unittest/acm/
H A Daccount_command_delete_test.cpp298 EXPECT_EQ(cmd.ExecCommand(), STRING_DELETE_OS_ACCOUNT_OK + "\n");
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp229 resultReceiver_ = STRING_DELETE_OS_ACCOUNT_OK + "\n"; in RunAsDeleteCommand()