| /base/inputmethod/imf/frameworks/ndk/src/ |
| D | inputmethod_private_command_capi.cpp | 25 void OH_PrivateCommand_Destroy(InputMethod_PrivateCommand *command) in OH_PrivateCommand_Destroy() 33 InputMethod_ErrorCode OH_PrivateCommand_SetKey(InputMethod_PrivateCommand *command, char key[], siz… in OH_PrivateCommand_SetKey() 46 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue(InputMethod_PrivateCommand *command, bool valu… in OH_PrivateCommand_SetBoolValue() 55 InputMethod_ErrorCode OH_PrivateCommand_SetIntValue(InputMethod_PrivateCommand *command, int32_t va… in OH_PrivateCommand_SetIntValue() 65 InputMethod_PrivateCommand *command, char value[], size_t valueLength) in OH_PrivateCommand_SetStrValue() 79 InputMethod_ErrorCode OH_PrivateCommand_GetKey(InputMethod_PrivateCommand *command, const char **ke… in OH_PrivateCommand_GetKey() 99 InputMethod_PrivateCommand *command, InputMethod_CommandValueType *type) in OH_PrivateCommand_GetValueType() 123 InputMethod_ErrorCode OH_PrivateCommand_GetBoolValue(InputMethod_PrivateCommand *command, bool *val… in OH_PrivateCommand_GetBoolValue() 142 InputMethod_ErrorCode OH_PrivateCommand_GetIntValue(InputMethod_PrivateCommand *command, int32_t *v… in OH_PrivateCommand_GetIntValue() 163 InputMethod_PrivateCommand *command, const char **value, size_t *valueLength) in OH_PrivateCommand_GetStrValue()
|
| /base/account/os_account/tools/test/moduletest/acm/ |
| D | account_command_util.cpp | 35 static std::string ExecuteCommand(const std::string& command) in ExecuteCommand() 54 …std::string command = TOOL_NAME + " create -n " + STRING_LOCAL_ACCOUNT_NAME + " -t " + STRING_TYPE; in CreateOsAccount() local 64 std::string command = TOOL_NAME + " create -n " + name + " -t " + STRING_TYPE; in CreateOsAccount() local 74 std::string command = TOOL_NAME + " create -n " + name + " -t " + type; in CreateOsAccount() local 94 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount() local 115 std::string command = TOOL_NAME + " dump -i " + localAccountId; in DumpLastOsAccount() local 136 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToFirstOsAccount() local 157 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToLastOsAccount() local
|
| D | account_command_switch_module_test.cpp | 63 static std::string ExecuteCommand(const std::string& command) in ExecuteCommand() 88 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; variable 103 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; variable
|
| D | account_command_dump_module_test.cpp | 81 static std::string ExecuteCommand(const std::string& command) in ExecuteCommand() 106 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; variable 121 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; variable
|
| D | account_command_delete_module_test.cpp | 81 static std::string ExecuteCommand(const std::string& command) in ExecuteCommand() 106 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; variable 121 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; variable
|
| D | account_command_set_module_test.cpp | 85 static std::string ExecuteCommand(const std::string& command) in ExecuteCommand() 119 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID; variable 146 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e"; variable
|
| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| D | app_spawn_command_lexer_test.cpp | 73 std::string command = Join(SPACE_STR, variable 90 std::string command = Join(SPACE_STR, variable 106 std::string command = Join(SPACE_STR, variable 121 std::string command; variable 130 std::string command = " "; variable 141 std::string command = Join(SPACE_STR, fileName, message, nullptr); variable 153 std::string command = Join(SPACE_STR, fileName, opt, dirName, nullptr); variable
|
| /base/inputmethod/imf/test/unittest/functional_test/ |
| D | inputmethod_private_command_capi_test.cpp | 24 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, sizeof(key) - 1); in HWTEST_F() local 32 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, 0); in HWTEST_F() local 40 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, sizeof(key) - 1); in HWTEST_F() local 53 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, sizeof(key) - 1); in HWTEST_F() local 80 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, sizeof(key) - 1); in HWTEST_F() local 92 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, sizeof(key) - 1); in HWTEST_F() local 115 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, sizeof(key) - 1); in HWTEST_F() local 138 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, sizeof(key) - 1); in HWTEST_F() local 165 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, sizeof(key) - 1); in HWTEST_F() local 177 InputMethod_PrivateCommand *command = OH_PrivateCommand_Create(key, sizeof(key) - 1); in HWTEST_F() local [all …]
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| D | iptables_rule_plugin.cpp | 63 std::string command("-t filter -n -v -L --line-number"); in OnGetPolicy() local 79 std::string command; in AddIptablesFilterRule() local 127 …ugin::ConvertAddFilterToIptablesCommand(const IPTABLES::AddFilter &addFilter, std::string &command) in ConvertAddFilterToIptablesCommand() 189 std::string command = "-t filter -D"; in ExecRemoveFilterByDetailedCommand() local 203 std::string &command) in ConvertChainCommand() 219 …ptablesRulePlugin::ConvertProtocolCommand(const IPTABLES::Protocol &protocol, std::string &command) in ConvertProtocolCommand() 239 bool IptablesRulePlugin::ConvertActionCommand(const IPTABLES::Action &action, std::string &command) in ConvertActionCommand() 255 std::string &command) in ConvertIpAddressCommand() 277 …ePlugin::ConvertPortCommand(const std::string &port, const bool isSourcePort, std::string &command) in ConvertPortCommand() 289 void IptablesRulePlugin::ConvertUidCommand(const std::string &uid, std::string &command) in ConvertUidCommand() [all …]
|
| /base/notification/common_event_service/tools/test/systemtest/cem/ |
| D | common_event_command_dump_system_test.cpp | 39 std::string ExecuteCommand(const std::string &command) in ExecuteCommand() 118 std::string command = "cem dump -a"; variable 135 std::string command = "cem dump -e " + STRING_EVENT + ".test"; variable 163 std::string command = "cem dump -e " + STRING_EVENT; variable
|
| D | common_event_command_publish_system_test.cpp | 43 std::string ExecuteCommand(const std::string &command) in ExecuteCommand() 170 std::string command = "cem publish -e " + STRING_EVENT; variable 230 …std::string command = "cem publish -e " + STRING_EVENT + " -c " + STRING_CODE + " -d " + STRING_DA… variable 290 std::string command = "cem publish -e " + STRING_EVENT + " -c " + STRING_CODE_TWO; variable 350 std::string command = "cem publish -e " + STRING_EVENT + " -d " + STRING_DATA_TWO; variable
|
| /base/useriam/user_auth_framework/test/unittest/executors/ |
| D | auth_command_unit_test.cpp | 87 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable 108 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable 137 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable 154 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable 181 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable 201 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable 228 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable 252 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, messenger); variable 273 auto command = Common::MakeShared<AuthCommand>(executor, testScheduleId, attr, nullptr); variable
|
| D | abandon_command_unit_test.cpp | 88 auto command = Common::MakeShared<AbandonCommand>(executor, testScheduleId, attr, messenger); variable 110 auto command = Common::MakeShared<AbandonCommand>(executor, testScheduleId, attr, messenger); variable 139 auto command = Common::MakeShared<AbandonCommand>(executor, testScheduleId, attr, messenger); variable 156 auto command = Common::MakeShared<AbandonCommand>(executor, testScheduleId, attr, messenger); variable 183 auto command = Common::MakeShared<AbandonCommand>(executor, testScheduleId, attr, messenger); variable 203 auto command = Common::MakeShared<AbandonCommand>(executor, testScheduleId, attr, messenger); variable 230 auto command = Common::MakeShared<AbandonCommand>(executor, testScheduleId, attr, messenger); variable 254 auto command = Common::MakeShared<AbandonCommand>(executor, testScheduleId, attr, messenger); variable
|
| D | identify_command_unit_test.cpp | 87 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable 109 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable 138 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable 155 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable 182 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable 202 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable 229 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable 253 auto command = Common::MakeShared<IdentifyCommand>(executor, testScheduleId, attr, messenger); variable
|
| D | enroll_command_unit_test.cpp | 89 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 111 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 184 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 204 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 231 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 255 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
|
| /base/hiviewdfx/hidumper/test/scripts/testModule/ |
| D | utils.py | 90 def CheckCmd(command, checkFunction, hidumperTmpCmd = ""): argument 100 def CheckCmdRedirect(command, checkFunction, filePath = None, hidumperTmpCmd = ""): argument 111 def CheckCmdZip(command, checkFunction): argument 169 def JudgeHisyseventReport(command, output, hidumperTmpCmd, currentTime, lastWriteDay): argument
|
| /base/useriam/user_auth_framework/test/fuzztest/dummy/ |
| D | dummy_executor_callback_interface.h | 35 const std::vector<uint8_t> &command) in OnBeginExecute() 39 int32_t OnEndExecute(uint64_t scheduleId, const std::vector<uint8_t> &command) in OnEndExecute()
|
| /base/update/updater/services/applypatch/ |
| D | command_function.cpp | 45 CommandFunction* CommandFunctionFactory::GetCommandFunction(std::string command) in GetCommandFunction() 54 void CommandFunctionFactory::RegistCommandFunction(std::string command, in RegistCommandFunction()
|
| /base/inputmethod/imf/tools/ime/src/ |
| D | main.cpp | 20 OHOS::MiscServices::InputMethodManagerCommand command; in main() local
|
| /base/telephony/ril_adapter/services/vendor/src/ |
| D | at_support.c | 220 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **… in SendCommandLock() 260 int32_t SendCommandNetWorksLock(const char *command, const char *prefix, long long timeout, Respons… in SendCommandNetWorksLock() 281 …const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **out… in SendCommandSmsLock() 320 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock()
|
| /base/startup/init/test/unittest/lite/ |
| D | cmd_func_test.cpp | 326 std::string command = cmdStr + cmdContentStr; variable 345 std::string command = cmdStr + cmdContentStr; variable 390 std::string command = cmdStr + cmdContentStr; variable 446 std::string command = cmdStr + cmdContentStr; variable 482 std::string command = cmdStr + cmdContentStr; variable 865 std::string command = cmdStr + cmdContentStr; variable 902 std::string command = cmdStr + cmdContentStr; variable
|
| /base/account/os_account/frameworks/account_iam/test/unittest/src/ |
| D | test_common.cpp | 24 std::string RunCommand(const std::string &command) in RunCommand()
|
| /base/update/updater/services/flashd/daemon/ |
| D | daemon.cpp | 99 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask() 237 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() 297 …dcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, in ServerCommand()
|
| /base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/ |
| D | common_dummy.h | 93 const Attributes &command) in BeginExecute() 102 int32_t EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute()
|
| /base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
| D | resource_node_fuzzer.cpp | 42 const std::vector<uint8_t> &command) override in OnBeginExecute() 51 int32_t OnEndExecute(uint64_t scheduleId, const std::vector<uint8_t> &command) override in OnEndExecute() 221 Attributes command(attr); in FuzzResourceNodeBeginExecute() local 249 Attributes command(attr); in FuzzResourceNodeEndExecute() local
|