| /base/location/interfaces/inner_api/include/ |
| H A D | location_async_context.h | 183 std::unique_ptr<LocationCommand> command; member in OHOS::Location::CommandAsyncContext
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| H A D | iptables_rule_plugin.cpp | 78 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 D | locator_impl_test.cpp | 290 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in HWTEST_F() local
|
| /base/notification/common_event_service/tools/test/systemtest/cem/ |
| H A D | common_event_command_publish_system_test.cpp | 43 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 D | soft_bus_channel.cpp | 379 std::shared_ptr<BaseRemoteCommand> command = in HandleRequest() local [all...] |
| /base/startup/init/services/begetctl/shell/ |
| H A D | shell_bas.h | 89 BShellCommand *command; member
|
| /base/telephony/ril_adapter/services/vendor/src/ |
| H A D | at_support.c | 220 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 D | tel_ril_sim_parcel.h | 91 int32_t command = 0; member [all...] |
| /base/update/updater/services/flashd/daemon/ |
| H A D | daemon.cpp | 97 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 D | dummy_resource_node.h | 74 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 D | widget_client.cpp | 118 void WidgetClient::SendCommand(const WidgetCommand &command) in SendCommand() argument
|
| /base/useriam/user_auth_framework/services/core/src/ |
| H A D | remote_executor_proxy.cpp | 268 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 D | resource_node_impl.cpp | 151 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 D | resource_node_fuzzer.cpp | 46 static_cast<void>(command); variable 54 static_cast<void>(command); variable
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| H A D | js_childprocess.cpp | 67 void ChildProcess::Spawn(napi_env env, napi_value command)
in Spawn() argument
|
| /commonlibrary/ets_utils/js_sys_module/test/ |
| H A D | test_process.cpp | 39 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 D | command.rs | 604 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 D | child.rs | 453 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 D | dsched_continue_test.cpp | 1015 int32_t command = 0; in HWTEST_F() local [all...] |
| H A D | dsched_continue_manager_test.cpp | 596 int32_t command = 0; in HWTEST_F() local
|
| /foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/ |
| H A D | ability_tool.cpp | 74 bool AbilityTool::SetCommand(const char *command) in SetCommand() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
| H A D | rs_display_node.cpp | 37 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 D | rs_animation_manager.cpp | 232 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 D | rs_animation.cpp | 204 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 D | rscommand_fuzzer.cpp | 229 std::unique_ptr<RSCommand> command; in RSMessageProcessFuzzTest() local
|