Home
last modified time | relevance | path

Searched refs:testCommand (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_service_test.cpp84 Attributes testCommand; variable
89 int32_t result = service->OnBeginExecute(testScheduleId, testPublicKey, testCommand);
97 Attributes testCommand; variable
113 int32_t result = service->OnBeginExecute(testScheduleId, testPublicKey, testCommand);
120 Attributes testCommand; variable
125 int32_t result = service->OnEndExecute(testScheduleId, testCommand);
132 Attributes testCommand; variable
146 int32_t result = service->OnEndExecute(testScheduleId, testCommand);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_command_test.cpp70 string testCommand = "dumpcatcher -p " + to_string(testPid); variable
71 string dumpRes = ExecuteCommands(testCommand);
91 string testCommand = "dumpcatcher -p " + to_string(testPid) + " -t " + to_string(testPid); variable
92 string dumpRes = ExecuteCommands(testCommand);
119 string testCommand = "dumpcatcher -p " + to_string(g_testPid); variable
120 string dumpRes = ExecuteCommands(testCommand);
147 string testCommand = "dumpcatcher -p " + to_string(g_testPid) + " -t " + to_string(g_testPid); variable
148 string dumpRes = ExecuteCommands(testCommand);
175 string testCommand = "dumpcatcher -p " + to_string(g_testPid); variable
176 string dumpRes = ExecuteCommands(testCommand);