Home
last modified time | relevance | path

Searched defs:command (Results 26 – 50 of 302) sorted by relevance

12345678910>>...13

/ohos5.0/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
H A Dtool_system_test.cpp28 std::string ToolSystemTest::ExecuteCommand(const std::string& command) in ExecuteCommand()
51 std::string command = "bm install -p " + bundlePath; in InstallBundle() local
62 std::string command = "bm uninstall -n " + bundleName; in UninstallBundle() local
H A Dbm_command_install_system_test.cpp83 std::string command = "bm install -p " + STRING_BUNDLE_PATH_INVALID; variable
103 std::string command = "bm install -p " + STRING_BUNDLE_PATH + " -r"; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dpty_process.rs31 let mut command = PtyCommand::new("echo"); in sdv_pty_process_test() localVariable
80 let mut command = PtyCommand::new("echo"); in sdv_pty_process_read_and_write_test() localVariable
111 let mut command = PtyCommand::new("echo"); in sdv_pty_split_test() localVariable
143 let mut command = PtyCommand::new("echo"); in sdv_pty_into_split_test() localVariable
177 let mut command = PtyCommand::new("echo"); in sdv_pty_unsplit_test() localVariable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dfirewall_manager.cpp30 bool SetFireWallCommand(const std::string &chainName, std::string command) in SetFireWallCommand()
198 std::string command = "-t filter -A INPUT -j " + chainName; in InitDefaultRules() local
214 std::string command = "-t filter -F " + chainName; in ClearAllRules() local
251 std::string command = "-t filter -N " + FetchChainName(chain); in IptablesNewChain() local
259 std::string command = "-t filter -F " + FetchChainName(chain); in IptablesDeleteChain() local
272 std::string command = in IptablesSetRule() local
288 std::string command; in SetUidsAllowedListChain() local
337 std::string command; in SetUidsDeniedListChain() local
374 std::string command; in EnableChain() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dthp_extra_manager_impl.cpp29 ThpExtraRunCommand_ = [](const char* command, const char* parameters) -> const char* { in Init()
41 ThpExtraRunCommand_ = [](const char* command, const char* parameters) -> const char* { in Init()
74 const char* THPExtraManagerImpl::ThpExtraRunCommand(const char* command, const char* parameters) in ThpExtraRunCommand()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.h47 void ProcessNegotiateData(const std::string &remoteDeviceId, Command &command) in ProcessNegotiateData()
106 void QueueCommandFront(Command &command) in QueueCommandFront()
114 void QueueCommandBack(Command &command) in QueueCommandBack()
132 auto &command = *cit; in FetchAndDispatchCommand() local
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Diso15693_tag.cpp60 char command[TagInfo::SEND_COMMAND_HEAD_LEN_2] = {char(flag & 0xFF), CMD_READ_SINGLE_BLOCK}; in ReadSingleBlock() local
78 char command[TagInfo::SEND_COMMAND_HEAD_LEN_2] = {char(flag & 0xFF), CMD_WRITE_SINGLE_BLOCK}; in WriteSingleBlock() local
98 char command[TagInfo::SEND_COMMAND_HEAD_LEN_2] = {char(flag & 0xFF), CMD_LOCK_SINGLE_BLOCK}; in LockSingleBlock() local
117 char command[TagInfo::SEND_COMMAND_HEAD_LEN_2] = {char(flag & 0xFF), CMD_READ_MULTIPLE_BLOCK}; in ReadMultipleBlock() local
137 char command[TagInfo::SEND_COMMAND_HEAD_LEN_2] = {char(flag & 0xFF), CMD_WRITE_MULTIPLE_BLOCK}; in WriteMultipleBlock() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_process.rs32 let mut command = tokioCommand::new("echo"); localVariable
57 let mut command = Command::new("echo"); localVariable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp111 bool P2pV1Processor::CanAcceptNegotiateDataAtState(WifiDirectCommand &command) in CanAcceptNegotiateDataAtState()
125 void P2pV1Processor::HandleCommandAfterTerminate(WifiDirectCommand &command) in HandleCommandAfterTerminate()
247 void P2pV1Processor::ProcessConnectCommand(std::shared_ptr<ConnectCommand> &command) in ProcessConnectCommand()
283 void P2pV1Processor::ProcessDisconnectCommand(std::shared_ptr<DisconnectCommand> &command) in ProcessDisconnectCommand()
765 int P2pV1Processor::ProcessConnectRequest(std::shared_ptr<NegotiateCommand> &command) in ProcessConnectRequest()
1102 int P2pV1Processor::ProcessConflictRequest(std::shared_ptr<NegotiateCommand> &command) in ProcessConflictRequest()
1140 int P2pV1Processor::ProcessReuseRequest(std::shared_ptr<NegotiateCommand> &command) in ProcessReuseRequest()
1179 int P2pV1Processor::ProcessReuseResponse(std::shared_ptr<NegotiateCommand> &command) in ProcessReuseResponse()
1218 int P2pV1Processor::ProcessDisconnectRequest(std::shared_ptr<NegotiateCommand> &command) in ProcessDisconnectRequest()
1265 int P2pV1Processor::ProcessAuthHandShakeRequest(std::shared_ptr<NegotiateCommand> &command) in ProcessAuthHandShakeRequest()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.cpp68 std::unique_ptr<RSCommand> command = std::make_unique<RSInteractiveAnimatorDestory>(id_); in ~RSInteractiveImplictAnimator() local
200 …std::unique_ptr<RSCommand> command = std::make_unique<RSInteractiveAnimatorCreate>(id_, renderAnim… in StartAnimation() local
230 std::unique_ptr<RSCommand> command = std::make_unique<RSInteractiveAnimatorPause>(id_); in PauseAnimation() local
260 std::unique_ptr<RSCommand> command = std::make_unique<RSInteractiveAnimatorContinue>(id_); in ContinueAnimation() local
289 … std::unique_ptr<RSCommand> command = std::make_unique<RSInteractiveAnimatorFinish>(id_, position); in FinishAnimation() local
368 std::unique_ptr<RSCommand> command = std::make_unique<RSInteractiveAnimatorReverse>(id_); in ReverseAnimation() local
396 …std::unique_ptr<RSCommand> command = std::make_unique<RSInteractiveAnimatorSetFraction>(id_, fract… in SetFraction() local
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/.vscode/
H A Dsettings.json7 "command": "extension.executeFile", string
16 "command": "extension.execute", string
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/.vscode/
H A Dsettings.json7 "command": "extension.executeFile", string
16 "command": "extension.execute", string
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A 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
H A Denroll_command_unit_test.cpp87 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
H A 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
/ohos5.0/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()
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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_effect_node.cpp35 …std::unique_ptr<RSCommand> command = std::make_unique<RSEffectNodeCreate>(node->GetId(), isTexture… in Create() local
46 std::unique_ptr<RSCommand> command = std::make_unique<RSSetFreeze>(GetId(), isFreeze); in SetFreeze() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_proxy_render_node.cpp74 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextMatrix>(targetId_, ma… in SetContextMatrix() local
89 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextAlpha>(targetId_, alp… in SetContextAlpha() local
104 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextClipRegion>(targetId_… in SetContextClipRegion() local
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_quickfix_test.cpp489 QuickFixCommand command; variable
505 QuickFixCommand command; variable
521 QuickFixCommand command; variable
537 QuickFixCommand command; variable
552 QuickFixCommand command; variable
567 QuickFixCommand command; variable
/ohos5.0/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_switch_module_test.cpp70 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
H A Daccount_command_delete_module_test.cpp85 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
H A Daccount_command_dump_module_test.cpp85 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_message_processor_test.cpp99 std::unique_ptr<RSCommand> command = nullptr; variable
138 std::unique_ptr<RSCommand> command = nullptr; variable
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcast_controller_test.cpp235 AVCastControlCommand command; variable
253 AVCastControlCommand command; variable
275 AVCastControlCommand command; variable
297 AVCastControlCommand command; variable
319 AVCastControlCommand command; variable
341 AVCastControlCommand command; variable
363 AVCastControlCommand command; variable
385 AVCastControlCommand command; variable
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_executor_callback_interface.h32 const Attributes &command) in OnBeginExecute()
36 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()

12345678910>>...13