/ohos5.0/foundation/bundlemanager/bundle_tool/test/systemtest/bm/ |
H A D | tool_system_test.cpp | 28 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 D | bm_command_install_system_test.cpp | 83 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 D | pty_process.rs | 31 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 D | firewall_manager.cpp | 30 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 D | thp_extra_manager_impl.cpp | 29 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 D | wifi_direct_scheduler.h | 47 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 D | iso15693_tag.cpp | 60 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 D | ylong_tokio_process.rs | 32 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 D | p2p_v1_processor.cpp | 111 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 D | rs_interactive_implict_animator.cpp | 68 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 D | settings.json | 7 "command": "extension.executeFile", string 16 "command": "extension.execute", string
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/.vscode/ |
H A D | settings.json | 7 "command": "extension.executeFile", string 16 "command": "extension.execute", string
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A 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
|
H A 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
|
H A 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
|
/ohos5.0/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() 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 D | rs_effect_node.cpp | 35 …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 D | rs_proxy_render_node.cpp | 74 …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 D | bm_command_quickfix_test.cpp | 489 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 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
|
H A 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
|
H A 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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_message_processor_test.cpp | 99 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 D | avcast_controller_test.cpp | 235 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 D | dummy_executor_callback_interface.h | 32 const Attributes &command) in OnBeginExecute() 36 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()
|