| /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/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/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 48 std::string command = TOOL_NAME + " create -n " + name + " -t " + STRING_TYPE; in CreateOsAccount() local 68 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount() local 89 std::string command = TOOL_NAME + " dump -i " + localAccountId; in DumpLastOsAccount() local 110 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToFirstOsAccount() local 131 std::string command = TOOL_NAME + " switch -i " + localAccountId; in SwitchToLastOsAccount() local
|
| D | account_command_switch_module_test.cpp | 70 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; variable 85 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; variable
|
| D | account_command_delete_module_test.cpp | 85 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; variable 100 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; variable
|
| D | account_command_dump_module_test.cpp | 85 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; variable 100 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; variable
|
| D | account_command_set_module_test.cpp | 97 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT_INVALID; variable 124 …std::string command = TOOL_NAME + " set -i " + localAccountId + " -c " + STRING_CONSTRAINT + " -e"; variable
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| D | iptables_rule_plugin.cpp | 62 std::string command("-t filter -n -v -L --line-number"); in OnGetPolicy() local 78 std::string command; in AddIptablesFilterRule() local 126 …ugin::ConvertAddFilterToIptablesCommand(const IPTABLES::AddFilter &addFilter, std::string &command) in ConvertAddFilterToIptablesCommand() 188 std::string command = "-t filter -D"; in ExecRemoveFilterByDetailedCommand() local 202 std::string &command) in ConvertChainCommand() 218 …ptablesRulePlugin::ConvertProtocolCommand(const IPTABLES::Protocol &protocol, std::string &command) in ConvertProtocolCommand() 238 bool IptablesRulePlugin::ConvertActionCommand(const IPTABLES::Action &action, std::string &command) in ConvertActionCommand() 254 std::string &command) in ConvertIpAddressCommand() 276 …ePlugin::ConvertPortCommand(const std::string &port, const bool isSourcePort, std::string &command) in ConvertPortCommand() 288 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 | 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 + ".test"; variable 159 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 | 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 | 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
|
| D | enroll_command_unit_test.cpp | 87 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 109 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 138 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 155 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 182 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 202 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 229 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable 253 auto command = Common::MakeShared<EnrollCommand>(executor, testScheduleId, attr, messenger); variable
|
| /base/useriam/user_auth_framework/test/fuzztest/dummy/ |
| D | dummy_executor_callback_interface.h | 32 const Attributes &command) in OnBeginExecute() 36 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()
|
| D | dummy_resource_node.h | 70 const Attributes &command) in BeginExecute() 74 int32_t EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute()
|
| /base/update/updater/services/applypatch/ |
| D | command_function.cpp | 44 CommandFunction* CommandFunctionFactory::GetCommandFunction(std::string command) in GetCommandFunction() 53 void CommandFunctionFactory::RegistCommandFunction(std::string command, in RegistCommandFunction()
|
| /base/useriam/user_auth_framework/frameworks/native/client/src/ |
| D | executor_callback_service.cpp | 49 const Attributes &command) in OnBeginExecute() 59 int32_t ExecutorCallbackService::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()
|
| /base/startup/init/test/unittest/lite/ |
| D | cmd_func_test.cpp | 314 std::string command = cmdStr + cmdContentStr; variable 333 std::string command = cmdStr + cmdContentStr; variable 378 std::string command = cmdStr + cmdContentStr; variable 434 std::string command = cmdStr + cmdContentStr; variable 470 std::string command = cmdStr + cmdContentStr; variable 853 std::string command = cmdStr + cmdContentStr; variable 890 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/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/update/updater/services/flashd/daemon/ |
| D | daemon.cpp | 98 const uint16_t command, uint8_t *payload, const int payloadSize) in RedirectToTask() 236 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand() 296 …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/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/fingerprint_auth/test/unittest/ |
| D | sa_command_manager_unit_test.cpp | 113 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon9e0e723a0202() 135 … .WillOnce([](std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) { in __anon9e0e723a0302()
|
| /base/useriam/face_auth/test/unittest/ |
| D | sa_command_manager_unit_test.cpp | 113 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anond4b36e210202() 135 … .WillOnce([](std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor, const SaCommand &command) { in __anond4b36e210302()
|