| /base/account/os_account/tools/test/moduletest/acm/ |
| D | account_command_util.cpp | 38 …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
|
| D | account_command_switch_module_test.cpp | 62 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
|
| D | account_command_delete_module_test.cpp | 62 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
|
| D | account_command_dump_module_test.cpp | 62 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
|
| D | account_command_set_module_test.cpp | 74 …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/ |
| D | common_event_command_dump_system_test.cpp | 35 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
|
| D | common_event_command_publish_system_test.cpp | 41 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/ |
| D | enroll_command_unit_test.cpp | 88 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
|
| D | auth_command_unit_test.cpp | 88 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
|
| D | identify_command_unit_test.cpp | 88 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/ |
| D | executor_callback_service.cpp | 48 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/ |
| D | common_dummy.h | 87 const Attributes &command) in BeginExecute() 96 int32_t EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute()
|
| /base/telephony/ril_adapter/services/vendor/src/ |
| D | at_support.c | 218 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() 275 …const 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/ |
| D | cmd_func_test.cpp | 313 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/ |
| D | daemon.cpp | 98 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/ |
| D | executor_callback_stub_test.cpp | 74 std::vector<uint8_t> command; variable 96 std::vector<uint8_t> command; variable
|
| /base/useriam/user_auth_framework/common/executors/src/ |
| D | executor.cpp | 103 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/ |
| D | resource_node_fuzzer.cpp | 41 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/ |
| D | framework_executor_callback.cpp | 167 …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/ |
| D | flash_host_unittest.cpp | 48 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/ |
| D | misc_info.h | 41 char command[MAX_COMMAND_SIZE]; member
|
| /base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
| D | executor_callback_proxy.cpp | 62 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/ |
| D | gnss_fuzzer.cpp | 68 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest() local
|
| /base/useriam/user_auth_framework/services/core/src/ |
| D | resource_node_impl.cpp | 136 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/ |
| D | resource_node_test.cpp | 130 Attributes command; variable 161 Attributes command; variable
|