Home
last modified time | relevance | path

Searched refs:TOOL_NAME (Results 1 – 20 of 20) sorted by relevance

/base/hiviewdfx/hidumper/test/unittest/common/
Dhidumper_manager_test.cpp31 const std::string TOOL_NAME = "hidumper"; variable
82 const_cast<char *>(TOOL_NAME.c_str()),
100 const_cast<char *>(TOOL_NAME.c_str()),
118 const_cast<char *>(TOOL_NAME.c_str()),
136 const_cast<char *>(TOOL_NAME.c_str()),
155 const_cast<char *>(TOOL_NAME.c_str()),
174 const_cast<char *>(TOOL_NAME.c_str()),
192 const_cast<char *>(TOOL_NAME.c_str()),
210 const_cast<char *>(TOOL_NAME.c_str()),
229 const_cast<char *>(TOOL_NAME.c_str()),
[all …]
/base/account/os_account/tools/test/unittest/acm/
Daccount_command_test.cpp64 const_cast<char *>(TOOL_NAME.c_str()),
82 const_cast<char *>(TOOL_NAME.c_str()),
101 const_cast<char *>(TOOL_NAME.c_str()),
120 const_cast<char *>(TOOL_NAME.c_str()),
139 const_cast<char *>(TOOL_NAME.c_str()),
159 const_cast<char *>(TOOL_NAME.c_str()),
178 const_cast<char *>(TOOL_NAME.c_str()),
198 const_cast<char *>(TOOL_NAME.c_str()),
218 const_cast<char *>(TOOL_NAME.c_str()),
238 const_cast<char *>(TOOL_NAME.c_str()),
[all …]
Daccount_command_dump_test.cpp70 const_cast<char *>(TOOL_NAME.c_str()),
89 const_cast<char *>(TOOL_NAME.c_str()),
109 const_cast<char *>(TOOL_NAME.c_str()),
129 const_cast<char *>(TOOL_NAME.c_str()),
149 const_cast<char *>(TOOL_NAME.c_str()),
169 const_cast<char *>(TOOL_NAME.c_str()),
189 const_cast<char *>(TOOL_NAME.c_str()),
209 const_cast<char *>(TOOL_NAME.c_str()),
229 const_cast<char *>(TOOL_NAME.c_str()),
249 const_cast<char *>(TOOL_NAME.c_str()),
[all …]
Daccount_command_delete_test.cpp70 const_cast<char *>(TOOL_NAME.c_str()),
89 const_cast<char *>(TOOL_NAME.c_str()),
109 const_cast<char *>(TOOL_NAME.c_str()),
129 const_cast<char *>(TOOL_NAME.c_str()),
149 const_cast<char *>(TOOL_NAME.c_str()),
169 const_cast<char *>(TOOL_NAME.c_str()),
189 const_cast<char *>(TOOL_NAME.c_str()),
209 const_cast<char *>(TOOL_NAME.c_str()),
229 const_cast<char *>(TOOL_NAME.c_str()),
250 const_cast<char *>(TOOL_NAME.c_str()),
[all …]
Daccount_command_set_test.cpp74 const_cast<char *>(TOOL_NAME.c_str()),
93 const_cast<char *>(TOOL_NAME.c_str()),
113 const_cast<char *>(TOOL_NAME.c_str()),
133 const_cast<char *>(TOOL_NAME.c_str()),
153 const_cast<char *>(TOOL_NAME.c_str()),
173 const_cast<char *>(TOOL_NAME.c_str()),
193 const_cast<char *>(TOOL_NAME.c_str()),
213 const_cast<char *>(TOOL_NAME.c_str()),
233 const_cast<char *>(TOOL_NAME.c_str()),
253 const_cast<char *>(TOOL_NAME.c_str()),
[all …]
Daccount_command_create_test.cpp77 const_cast<char *>(TOOL_NAME.c_str()),
97 const_cast<char *>(TOOL_NAME.c_str()),
118 const_cast<char *>(TOOL_NAME.c_str()),
139 const_cast<char *>(TOOL_NAME.c_str()),
160 const_cast<char *>(TOOL_NAME.c_str()),
181 const_cast<char *>(TOOL_NAME.c_str()),
202 const_cast<char *>(TOOL_NAME.c_str()),
223 const_cast<char *>(TOOL_NAME.c_str()),
244 const_cast<char *>(TOOL_NAME.c_str()),
265 const_cast<char *>(TOOL_NAME.c_str()),
[all …]
Daccount_command_switch_test.cpp70 const_cast<char *>(TOOL_NAME.c_str()),
89 const_cast<char *>(TOOL_NAME.c_str()),
109 const_cast<char *>(TOOL_NAME.c_str()),
129 const_cast<char *>(TOOL_NAME.c_str()),
149 const_cast<char *>(TOOL_NAME.c_str()),
169 const_cast<char *>(TOOL_NAME.c_str()),
189 const_cast<char *>(TOOL_NAME.c_str()),
209 const_cast<char *>(TOOL_NAME.c_str()),
229 const_cast<char *>(TOOL_NAME.c_str()),
250 …EXPECT_EQ(ERR_OK, OsAccount::GetInstance().CreateOsAccount(TOOL_NAME, OsAccountType::NORMAL, osAcc…
[all …]
/base/account/os_account/tools/test/moduletest/acm/
Daccount_command_util.cpp38 …std::string command = TOOL_NAME + " create -n " + STRING_LOCAL_ACCOUNT_NAME + " -t " + STRING_TYPE; in CreateOsAccount()
58 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount()
79 std::string command = TOOL_NAME + " dump -i " + localAccountId; in DumpLastOsAccount()
100 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToFirstOsAccount()
121 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToLastOsAccount()
Daccount_command_set_module_test.cpp74 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID;
101 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e";
107 command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e";
Daccount_command_switch_module_test.cpp62 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID;
77 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO;
Daccount_command_delete_module_test.cpp62 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID;
77 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO;
Daccount_command_dump_module_test.cpp62 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID;
77 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO;
/base/notification/common_event_service/tools/cem/include/
Dcommon_event_command.h26 constexpr char TOOL_NAME[] = "cem"; variable
77 CommonEventCommand(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) {} in CommonEventCommand()
/base/notification/common_event_service/tools/test/moduletest/cem/
Dcommon_event_command_publish_module_test.cpp46 std::string toolName_ = TOOL_NAME;
Dcommon_event_command_dump_module_test.cpp46 std::string toolName_ = TOOL_NAME;
/base/account/os_account/tools/acm/include/
Daccount_command.h24 const std::string TOOL_NAME = "acm"; variable
/base/notification/common_event_service/tools/test/unittest/cem/
Dcommon_event_command_test.cpp41 std::string toolName_ = TOOL_NAME;
Dcommon_event_command_dump_test.cpp50 std::string toolName_ = TOOL_NAME;
Dcommon_event_command_publish_test.cpp53 std::string toolName_ = TOOL_NAME;
/base/account/os_account/tools/acm/src/
Daccount_command.cpp45 AccountCommand::AccountCommand(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) in AccountCommand()