Home
last modified time | relevance | path

Searched defs:command (Results 451 - 475 of 1915) sorted by relevance

1...<<11121314151617181920>>...77

/base/location/interfaces/inner_api/include/
H A Dlocation_async_context.h183 std::unique_ptr<LocationCommand> command; member in OHOS::Location::CommandAsyncContext
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Diptables_rule_plugin.cpp78 std::string command; in AddIptablesFilterRule() local
126 bool IptablesRulePlugin::ConvertAddFilterToIptablesCommand(const IPTABLES::AddFilter &addFilter, std::string &command) in ConvertAddFilterToIptablesCommand() argument
188 std::string command = "-t filter -D"; ExecRemoveFilterByDetailedCommand() local
201 ConvertChainCommand(const IPTABLES::Action &action, const IPTABLES::Direction &direction, std::string &command) ConvertChainCommand() argument
218 ConvertProtocolCommand(const IPTABLES::Protocol &protocol, std::string &command) ConvertProtocolCommand() argument
238 ConvertActionCommand(const IPTABLES::Action &action, std::string &command) ConvertActionCommand() argument
253 ConvertIpAddressCommand(const std::string &ipAddress, const bool isSourceIp, std::string &command) ConvertIpAddressCommand() argument
276 ConvertPortCommand(const std::string &port, const bool isSourcePort, std::string &command) ConvertPortCommand() argument
288 ConvertUidCommand(const std::string &uid, std::string &command) ConvertUidCommand() argument
296 ConvertRuleNoCommand(const IPTABLES::AddMethod &method, uint32_t ruleNo, std::string &command) ConvertRuleNoCommand() argument
[all...]
/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp290 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in HWTEST_F() local
/base/notification/common_event_service/tools/test/systemtest/cem/
H A Dcommon_event_command_publish_system_test.cpp43 std::string ExecuteCommand(const std::string &command) in ExecuteCommand() argument
170 std::string command = "cem publish -e " + STRING_EVENT; in HWTEST_F() local
230 std::string command = "cem publish -e " + STRING_EVENT + " -c " + STRING_CODE + " -d " + STRING_DATA; in HWTEST_F() local
290 std::string command in HWTEST_F() local
350 std::string command = "cem publish -e " + STRING_EVENT + " -d " + STRING_DATA_TWO; HWTEST_F() local
[all...]
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_channel.cpp379 std::shared_ptr<BaseRemoteCommand> command = in HandleRequest() local
[all...]
/base/startup/init/services/begetctl/shell/
H A Dshell_bas.h89 BShellCommand *command; member
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_support.c220 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandLock() argument
260 int32_t SendCommandNetWorksLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandNetWorksLock() argument
320 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock() argument
280 SendCommandSmsLock( const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **outResponse) SendCommandSmsLock() argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sim_parcel.h91 int32_t command = 0; member
[all...]
/base/update/updater/services/flashd/daemon/
H A Ddaemon.cpp97 RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, const int payloadSize) RedirectToTask() argument
236 FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, int payloadSize) FetchCommand() argument
296 ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uint8_t *bufPtr, const int size) ServerCommand() argument
[all...]
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_resource_node.h74 int32_t EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute() argument
69 BeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, const Attributes &command) BeginExecute() argument
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_client.cpp118 void WidgetClient::SendCommand(const WidgetCommand &command) in SendCommand() argument
/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp268 int32_t RemoteExecutorProxy::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute() argument
222 OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, const Attributes &command) OnBeginExecute() argument
H A Dresource_node_impl.cpp151 int32_t ResourceNodeImpl::EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute() argument
141 BeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, const Attributes &command) BeginExecute() argument
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_fuzzer.cpp46 static_cast<void>(command); variable
54 static_cast<void>(command); variable
/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_childprocess.cpp67 void ChildProcess::Spawn(napi_env env, napi_value command) in Spawn() argument
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp39 static OHOS::JsSysModule::Process::ChildProcess RunCommand(napi_env env, napi_value command, napi_value options) in RunCommand() argument
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs604 let mut command = Command::new("echo"); ut_process_basic_test() variables
621 let mut command = Command::new("echo"); ut_process_output_test() variables
640 let mut command = Command::new("echo"); ut_process_status_test() variables
711 let mut command = Command::new("echo"); ut_process_kill_test() variables
729 let mut command = Command::new("echo"); ut_process_drop_test() variables
735 let mut command = Command::new("echo"); ut_process_drop_test() variables
752 let mut command = Command::new("echo"); ut_process_debug_test() variables
[all...]
H A Dchild.rs453 let mut command = std::process::Command::new("echo"); ut_process_child_new_test() variables
477 let mut command = std::process::Command::new("echo"); ut_process_try_wait_test() variables
501 let mut command = Command::new("echo"); ut_process_stdio_test() variables
547 let mut command = std::process::Command::new("echo"); ut_process_child_stdio_convert_test() variables
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_test.cpp1015 int32_t command = 0; in HWTEST_F() local
[all...]
H A Ddsched_continue_manager_test.cpp596 int32_t command = 0; in HWTEST_F() local
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dability_tool.cpp74 bool AbilityTool::SetCommand(const char *command) in SetCommand() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.cpp37 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeCreate>(node->GetId(), displayNodeConfig); in Create() local
60 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeAddToTree>(GetId()); in AddDisplayNodeToTree() local
70 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeRemoveFromTree>(GetId()); in RemoveDisplayNodeFromTree() local
121 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenId>(GetId(), screenId); in SetScreenId() local
146 std::unique_ptr<RSCommand> command in OnBoundsSizeChanged() local
155 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayOffset>(GetId(), offsetX, offsetY); SetDisplayOffset() local
166 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetSecurityDisplay>(GetId(), isSecurityDisplay); SetSecurityDisplay() local
183 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayMode>(GetId(), displayNodeConfig); SetDisplayNodeMirrorConfig() local
212 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenRotation>(GetId(), screenRotation); SetScreenRotation() local
241 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetBootAnimation>(GetId(), isBootAnimation); SetBootAnimation() local
255 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetNodePid>(GetId(), oldScbPids, currentScbPid); SetScbNodePid() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp232 std::unique_ptr<RSCommand> command = in OnAnimationFinished() local
234 RSMessageProcessor::Instance().AddUIMessage(ExtractPid(animationId), command); in OnAnimationFinished() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation.cpp204 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationPause>(target->GetId(), id_); in OnPause() local
351 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationResume>(target->GetId(), id_); in OnResume() local
393 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationFinish>(target->GetId(), id_); in OnFinish() local
436 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationReverse>(target->GetId(), id_, isReversed_); in OnReverse() local
482 std::unique_ptr<RSCommand> command in OnSetFraction() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/
H A Drscommand_fuzzer.cpp229 std::unique_ptr<RSCommand> command; in RSMessageProcessFuzzTest() local

Completed in 17 milliseconds

1...<<11121314151617181920>>...77