Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 52) sorted by relevance

123

/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() local
58 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount() local
79 std::string command = TOOL_NAME + " dump -i " + localAccountId; in DumpLastOsAccount() local
100 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToFirstOsAccount() local
121 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToLastOsAccount() local
Daccount_command_switch_module_test.cpp62 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; variable
77 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; variable
Daccount_command_delete_module_test.cpp62 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; variable
77 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; variable
Daccount_command_dump_module_test.cpp62 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; variable
77 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; variable
Daccount_command_set_module_test.cpp74 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID; variable
101 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e"; variable
/base/notification/common_event_service/tools/test/systemtest/cem/
Dcommon_event_command_dump_system_test.cpp35 std::string ExecuteCommand(const std::string &command) in ExecuteCommand()
114 std::string command = "cem dump -a"; variable
131 std::string command = "cem dump -e " + STRING_EVENT; variable
159 std::string command = "cem dump -e " + STRING_EVENT; variable
Dcommon_event_command_publish_system_test.cpp41 std::string ExecuteCommand(const std::string &command) in ExecuteCommand()
150 std::string command = "cem publish -e " + STRING_EVENT; variable
210 …std::string command = "cem publish -e " + STRING_EVENT + " -c " + STRING_CODE + " -d " + STRING_DA… variable
270 std::string command = "cem publish -e " + STRING_EVENT + " -c " + STRING_CODE_TWO; variable
330 std::string command = "cem publish -e " + STRING_EVENT + " -d " + STRING_DATA_TWO; variable
/base/useriam/user_auth_framework/test/unittest/executors/
Denroll_command_unit_test.cpp88 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
110 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
140 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
157 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
187 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
207 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
240 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
264 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
Dauth_command_unit_test.cpp88 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable
109 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable
139 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable
156 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable
185 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable
205 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable
238 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable
262 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable
Didentify_command_unit_test.cpp88 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable
110 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable
140 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable
157 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable
186 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable
206 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable
239 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable
263 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable
/base/useriam/user_auth_framework/frameworks/native/client/src/
Dexecutor_callback_service.cpp48 const Attributes &command) in OnBeginExecute()
57 int32_t ExecutorCallbackService::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/
Dcommon_dummy.h87 const Attributes &command) in BeginExecute()
96 int32_t EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute()
/base/telephony/ril_adapter/services/vendor/src/
Dat_support.c218 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **… in SendCommandLock()
254 int32_t SendCommandNetWorksLock(const char *command, const char *prefix, long long timeout, Respons… in SendCommandNetWorksLock()
275const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **out… in SendCommandSmsLock()
314 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock()
/base/startup/init/test/unittest/lite/
Dcmd_func_test.cpp313 std::string command = cmdStr + cmdContentStr; variable
332 std::string command = cmdStr + cmdContentStr; variable
377 std::string command = cmdStr + cmdContentStr; variable
433 std::string command = cmdStr + cmdContentStr; variable
469 std::string command = cmdStr + cmdContentStr; variable
854 std::string command = cmdStr + cmdContentStr; variable
894 std::string command = cmdStr + cmdContentStr; variable
/base/update/updater/services/flashd/daemon/
Ddaemon.cpp98 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
233 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
293 …dcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Dexecutor_callback_stub_test.cpp74 std::vector<uint8_t> command; variable
96 std::vector<uint8_t> command; variable
/base/useriam/user_auth_framework/common/executors/src/
Dexecutor.cpp103 void Executor::AddCommand(std::shared_ptr<IAsyncCommand> command) in AddCommand()
111 void Executor::RemoveCommand(std::shared_ptr<IAsyncCommand> command) in RemoveCommand()
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
Dresource_node_fuzzer.cpp41 const Attributes &command) override in OnBeginExecute()
50 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &command) override in OnEndExecute()
201 Attributes command(attr); in FuzzResourceNodeBeginExecute() local
215 Attributes command(attr); in FuzzResourceNodeEndExecute() local
/base/useriam/user_auth_framework/common/executors/src/framework/
Dframework_executor_callback.cpp167 …auto command = Common::MakeShared<EnrollCommand>(executor_, scheduleId, properties, executorMessen… in ProcessEnrollCommand() local
174 …auto command = Common::MakeShared<AuthCommand>(executor_, scheduleId, properties, executorMessenge… in ProcessAuthCommand() local
181 …auto command = Common::MakeShared<IdentifyCommand>(executor_, scheduleId, properties, executorMess… in ProcessIdentifyCommand() local
224 auto command = Common::MakeShared<CustomCommand>(executor_, properties); in ProcessCustomCommand() local
/base/update/updater/test/unittest/flashd_test/
Dflash_host_unittest.cpp48 int TestFlashHost(uint16_t command, const std::string &cmd) in TestFlashHost()
70 int TestFlashProgress(uint16_t command, const std::string &cmd, uint32_t progress) in TestFlashProgress()
/base/update/updater/interfaces/kits/include/misc_info/
Dmisc_info.h41 char command[MAX_COMMAND_SIZE]; member
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
Dexecutor_callback_proxy.cpp62 const Attributes &command) in OnBeginExecute()
98 int32_t ExecutorCallbackProxy::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()
/base/location/test/fuzztest/locator/gnss_fuzzer/
Dgnss_fuzzer.cpp68 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest() local
/base/useriam/user_auth_framework/services/core/src/
Dresource_node_impl.cpp136 const Attributes &command) in BeginExecute()
145 int32_t ResourceNodeImpl::EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute()
/base/useriam/user_auth_framework/test/unittest/services/src/
Dresource_node_test.cpp130 Attributes command; variable
161 Attributes command; variable

123