| /base/account/os_account/tools/test/moduletest/acm/ |
| D | account_command_util.cpp | 37 …std::string command = TOOL_NAME + " create -n " + STRING_LOCAL_ACCOUNT_NAME + " -t " + STRING_TYPE; in CreateOsAccount() local 53 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount() local 69 std::string command = TOOL_NAME + " dump -i " + localAccountId; in DumpLastOsAccount() local 85 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToFirstOsAccount() local 100 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_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_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_set_module_test.cpp | 74 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID; variable 100 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e"; variable
|
| /base/notification/ces_standard/tools/test/systemtest/cem/ |
| D | common_event_command_dump_system_test.cpp | 32 std::string ExecuteCommand(const std::string &command) in ExecuteCommand() 111 std::string command = "cem dump -a"; variable 128 std::string command = "cem dump -e " + STRING_EVENT; variable 156 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/compileruntime/js_sys_module/test/unittest/ |
| D | test_process.cpp | 39 static OHOS::Js_sys_module::Process::ChildProcess RunCommand(napi_env env, napi_value command, napi… in RunCommand() 78 std::string command("ls; sleep 1"); variable 103 std::string command("ls; sleep 1"); variable 128 std::string command("each abc"); variable 150 std::string command("mkdir test.txt"); variable
|
| /base/user_iam/face_auth/services/faceauth/src/ |
| D | face_auth_executor_callback.cpp | 36 uint32_t command = 0; in OnBeginExecute() local 71 uint32_t command = 0; in OnEndExecute() local 121 uint32_t command = 0; in OnSetProperty() local 175 uint32_t command; in OnGetProperty() local
|
| /base/update/updater/services/flashd/daemon/ |
| D | daemon.cpp | 101 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask() 132 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask() 229 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() 290 …dcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
|
| D | daemon_updater.h | 44 bool SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother()
|
| D | daemon_updater.cpp | 33 bool DaemonUpdater::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
|
| D | daemon_unity.cpp | 243 bool HdcDaemonUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSiz… in CommandDispatch()
|
| /base/telephony/ril_adapter/services/vendor/src/ |
| D | at_support.c | 217 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **… in SendCommandLock() 253 int32_t SendCommandNetWorksLock(const char *command, const char *prefix, long long timeout, Respons… in SendCommandNetWorksLock() 274 …const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **out… in SendCommandSmsLock() 313 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock()
|
| /base/startup/init_lite/test/unittest/common/ |
| D | cmd_func_test.cpp | 323 std::string command = cmdStr + cmdContentStr; variable 342 std::string command = cmdStr + cmdContentStr; variable 387 std::string command = cmdStr + cmdContentStr; variable 443 std::string command = cmdStr + cmdContentStr; variable 479 std::string command = cmdStr + cmdContentStr; variable 874 std::string command = cmdStr + cmdContentStr; variable 915 std::string command = cmdStr + cmdContentStr; variable
|
| /base/compileruntime/js_util_module/container/ |
| D | build_ts_js.py | 20 def run_command(command): argument
|
| /base/update/updater/services/flashd/host/ |
| D | host_updater.h | 56 bool SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother()
|
| D | host_updater.cpp | 158 bool HostUpdater::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch() 237 bool HostUpdater::CheckUpdateContinue(const uint16_t command, const uint8_t *payload, int payloadSi… in CheckUpdateContinue()
|
| D | server.cpp | 439 bool HdcServer::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() 704 …dcServer::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand() 718 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask()
|
| /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 | 44 char command[MAX_COMMAND_SIZE]; member
|
| /base/user_iam/pin_auth/services/src/ |
| D | pinauth_service.cpp | 238 uint32_t command = COMMAND_INVALID; in OnSetProperty() local 283 uint32_t command = COMMAND_INVALID; in OnGetProperty() local
|
| /base/security/access_token/services/tokensyncmanager/src/remote/ |
| D | remote_command_manager.cpp | 54 …CommandManager::AddCommand(const std::string &udid, const std::shared_ptr<BaseRemoteCommand> &comm… in AddCommand() 80 …andManager::ExecuteCommand(const std::string &udid, const std::shared_ptr<BaseRemoteCommand> &comm… in ExecuteCommand()
|
| /base/sensors/miscdevice/frameworks/native/miscdevice/src/ |
| D | vibrator_service_client.cpp | 154 …:string VibratorServiceClient::GetVibratorParameter(int32_t vibratorId, const std::string &command) in GetVibratorParameter()
|
| /base/update/updater/test/unittest/applypatch_test/ |
| D | all_cmd_unittest.cpp | 41 … void FillTransferHeader(std::vector<std::string> &command, const std::string &headerBuffer) const in FillTransferHeader()
|