Home
last modified time | relevance | path

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

12345

/base/inputmethod/imf/frameworks/ndk/src/
Dinputmethod_private_command_capi.cpp25 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/
Daccount_command_util.cpp35 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
Daccount_command_switch_module_test.cpp63 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
Daccount_command_dump_module_test.cpp81 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
Daccount_command_delete_module_test.cpp81 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
Daccount_command_set_module_test.cpp85 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/
Dapp_spawn_command_lexer_test.cpp73 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/
Dinputmethod_private_command_capi_test.cpp24 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/
Diptables_rule_plugin.cpp63 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/
Dcommon_event_command_dump_system_test.cpp39 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
Dcommon_event_command_publish_system_test.cpp43 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/
Dauth_command_unit_test.cpp87 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
Dabandon_command_unit_test.cpp88 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
Didentify_command_unit_test.cpp87 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
Denroll_command_unit_test.cpp89 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/
Dutils.py90 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/
Ddummy_executor_callback_interface.h35 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/
Dcommand_function.cpp45 CommandFunction* CommandFunctionFactory::GetCommandFunction(std::string command) in GetCommandFunction()
54 void CommandFunctionFactory::RegistCommandFunction(std::string command, in RegistCommandFunction()
/base/inputmethod/imf/tools/ime/src/
Dmain.cpp20 OHOS::MiscServices::InputMethodManagerCommand command; in main() local
/base/telephony/ril_adapter/services/vendor/src/
Dat_support.c220 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()
281const 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/
Dcmd_func_test.cpp326 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/
Dtest_common.cpp24 std::string RunCommand(const std::string &command) in RunCommand()
/base/update/updater/services/flashd/daemon/
Ddaemon.cpp99 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/
Dcommon_dummy.h93 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/
Dresource_node_fuzzer.cpp42 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

12345