Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 183) sorted by relevance

12345678

/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_state_manager.cpp27 void ImageStateManager::HandleCommand(ImageLoadingCommand command) in HandleCommand()
54 #define CASE_OF_STATE_TRANSITION(command, nextState, nextStateName) \ argument
74 void ImageStateManager::HandleCommandByUnloadedState(ImageLoadingCommand command) in HandleCommandByUnloadedState()
82 void ImageStateManager::HandleCommandByDataLoadingState(ImageLoadingCommand command) in HandleCommandByDataLoadingState()
91 void ImageStateManager::HandleCommandByDataReadyState(ImageLoadingCommand command) in HandleCommandByDataReadyState()
99 void ImageStateManager::HandleCommandByMakeCanvasImageState(ImageLoadingCommand command) in HandleCommandByMakeCanvasImageState()
108 void ImageStateManager::HandleCommandByLoadSuccessState(ImageLoadingCommand command) in HandleCommandByLoadSuccessState()
116 void ImageStateManager::HandleCommandByLoadFailState(ImageLoadingCommand command) in HandleCommandByLoadFailState()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
Dbandwidth_manager.cpp115 std::string command; in InitDefaultBwChainRules() local
145 std::string command; in InitDefaultListBoxChainRules() local
174 std::string command; in InitDefaultAlertChainRules() local
208 std::string command = "-t filter -N " + FetchChainName(chain); in IptablesNewChain() local
215 std::string command = "-t filter -N " + chainName; in IptablesNewChain() local
223 std::string command = "-t filter -F " + FetchChainName(chain); in IptablesDeleteChain() local
236 std::string command = "-t filter -F " + chainName; in IptablesDeleteChain() local
249 std::string command; in SetGlobalAlert() local
277 std::string command; in SetCostlyAlert() local
308 std::string command; in EnableDataSaver() local
[all …]
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
/foundation/ability/ability_runtime/tools/test/unittest/aa/
Daa_command_test.cpp174 std::string command = ""; variable
191 std::string command = "test"; variable
208 std::string command = "profile"; variable
224 std::string command = ""; variable
241 std::string command = ""; variable
259 std::string command = ""; variable
277 std::string command = ""; variable
295 std::string command = ""; variable
313 std::string command = ""; variable
331 std::string command = ""; variable
[all …]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_surface_node.cpp85 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeCreateWithConfig>( in Create() local
100 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeCreate>(node->GetId(), in Create() local
165 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetSurfaceNodeType>(GetId(), in CreateNodeInRenderThread() local
225 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeMarkUIHidden>(GetId(), isHidden… in MarkUIHidden() local
235 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeUpdateSurfaceDefaultSize>( in OnBoundsSizeChanged() local
259 std::unique_ptr<RSCommand> command = in SetLeashPersistentId() local
277 std::unique_ptr<RSCommand> command = in SetSecurityLayer() local
295 std::unique_ptr<RSCommand> command = in SetSkipLayer() local
313 std::unique_ptr<RSCommand> command = in SetFingerprint() local
331 std::unique_ptr<RSCommand> command = in SetColorSpace() local
[all …]
Drs_display_node.cpp34 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeCreate>(node->GetId(), displayN… in Create() local
57 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeAddToTree>(GetId()); in AddDisplayNodeToTree() local
67 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeRemoveFromTree>(GetId()); in RemoveDisplayNodeFromTree() local
118 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenId>(GetId(), screenId); in SetScreenId() local
133 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetRogSize>(GetId(), bounds.z_,… in OnBoundsSizeChanged() local
142 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayOffset>(GetId(), offs… in SetDisplayOffset() local
153 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetSecurityDisplay>(GetId(), is… in SetSecurityDisplay() local
170 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayMode>(GetId(), displa… in SetDisplayNodeMirrorConfig() local
199 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenRotation>(GetId(), scr… in SetScreenRotation() local
228 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetBootAnimation>(GetId(), isBo… in SetBootAnimation() local
[all …]
Drs_canvas_node.cpp41 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeCreate>(node->GetId(), isTexture… in Create() local
54 std::unique_ptr<RSCommand> command = in SetHDRPresent() local
79 std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeClearRecording>(GetId()); in BeginRecording() local
95 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeCreate>(GetId(), isTextureExport… in CreateRenderNodeForTextureExportSwitch() local
123 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeUpdateRecording>(GetId(), record… in FinishRecording() local
151 std::unique_ptr<RSCommand> command = in DrawOnNode() local
175 std::unique_ptr<RSCommand> command = std::make_unique<RSSetFreeze>(GetId(), isFreeze); in SetFreeze() local
Drs_proxy_node.cpp41 …std::unique_ptr<RSCommand> command = std::make_unique<RSProxyNodeCreate>(proxyNodeId, targetNodeId… in Create() local
46 …std::unique_ptr<RSCommand> command = std::make_unique<RSProxyNodeCreate>(proxyNodeId, targetNodeId… in Create() local
67 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeDestroy>(proxyNodeId_); in ~RSProxyNode() local
96 …std::unique_ptr<RSCommand> command = std::make_unique<RSProxyNodeResetContextVariableCache>(proxyN… in ResetContextVariableCache() local
Drs_root_node.cpp67 …std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeCreate>(node->GetId(), isTextureEx… in Create() local
82 … std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachRSSurfaceNode>(GetId(), in AttachRSSurfaceNode() local
86 … std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachToUniSurfaceNode>(GetId(), in AttachRSSurfaceNode() local
98 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeSetEnableRender>(GetId(), flag); in SetEnableRender() local
113 std::unique_ptr<RSCommand> command = in OnBoundsSizeChanged() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
Drs_transaction_proxy_test.cpp196 std::unique_ptr<RSCommand> command = variable
218 std::unique_ptr<RSCommand> command = variable
288 std::unique_ptr<RSCommand> command = variable
405 std::unique_ptr<RSCommand> command = variable
427 std::unique_ptr<RSCommand> command = variable
450 std::unique_ptr<RSCommand> command = variable
534 std::unique_ptr<RSCommand> command = variable
554 std::unique_ptr<RSCommand> command = variable
575 std::unique_ptr<RSCommand> command = variable
595 std::unique_ptr<RSCommand> command = variable
[all …]
/foundation/ability/ability_runtime/tools/test/systemtest/aa/
Daa_command_start_system_test.cpp82 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_PAGE_ABILITY_NAME + " … variable
100 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_PAGE_ABILITY_NAME_INVA… variable
115 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_SERVICE_ABILITY_NAME_I… variable
137 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_PAGE_ABILITY_NAME + " … variable
156 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_PAGE_ABILITY_NAME_INVA… variable
Dtool_system_test.cpp30 std::string ToolSystemTest::ExecuteCommand(const std::string& command) in ExecuteCommand()
53 std::string command = "bm install -p " + bundlePath; in InstallBundle() local
64 std::string command = "bm uninstall -n " + bundleName; in UninstallBundle() local
76 std::string command = "aa start -d " + device + " -a " + abilityName + " -b " + bundleName; in StartAbility() local
Daa_command_dump_system_test.cpp73 std::string command = "aa dump -a"; variable
96 std::string command = "aa dump -d"; variable
119 std::string command = "aa dump -d"; variable
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
Dnull_processor.cpp35 executor_->WaitEvent().Handle<std::shared_ptr<ConnectCommand>>([this] (auto &command) { in Run()
38 }).Handle<std::shared_ptr<DisconnectCommand>>([this] (auto &command) { in Run()
41 }).Handle<std::shared_ptr<NegotiateCommand>>([this] (auto &command) { in Run()
Dnull_processor.h31 bool CanAcceptNegotiateDataAtState(WifiDirectCommand &command) override { return true; } in CanAcceptNegotiateDataAtState()
32 void HandleCommandAfterTerminate(WifiDirectCommand &command) override {}; in HandleCommandAfterTerminate()
Dp2p_v1_processor.cpp111 bool P2pV1Processor::CanAcceptNegotiateDataAtState(WifiDirectCommand &command) in CanAcceptNegotiateDataAtState()
125 void P2pV1Processor::HandleCommandAfterTerminate(WifiDirectCommand &command) in HandleCommandAfterTerminate()
167 .Handle<std::shared_ptr<ConnectCommand>>([this](std::shared_ptr<ConnectCommand> &command) { in AvailableState()
170 … .Handle<std::shared_ptr<DisconnectCommand>>([this](std::shared_ptr<DisconnectCommand> &command) { in AvailableState()
173 … .Handle<std::shared_ptr<NegotiateCommand>>([this](std::shared_ptr<NegotiateCommand> &command) { in AvailableState()
176 …dle<std::shared_ptr<ForceDisconnectCommand>>([this](std::shared_ptr<ForceDisconnectCommand> &comma… in AvailableState()
184 … .Handle<std::shared_ptr<NegotiateCommand>>([this](std::shared_ptr<NegotiateCommand> &command) { in WaitingReqResponseState()
195 … .Handle<std::shared_ptr<NegotiateCommand>>([this](std::shared_ptr<NegotiateCommand> &command) { in WaitingClientJoiningState()
214 … .Handle<std::shared_ptr<NegotiateCommand>>([this](std::shared_ptr<NegotiateCommand> &command) { in WaitAuthHandShakeState()
228 … .Handle<std::shared_ptr<NegotiateCommand>>([this](std::shared_ptr<NegotiateCommand> &command) { in WaitingRequestState()
[all …]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
Diptables_wrapper.cpp48 void IptablesWrapper::ExecuteCommand(const std::string &command) in ExecuteCommand()
55 void IptablesWrapper::ExecuteCommandForRes(const std::string &command) in ExecuteCommandForRes()
62 int32_t IptablesWrapper::RunCommand(const IpType &ipType, const std::string &command) in RunCommand()
93 std::string IptablesWrapper::RunCommandForRes(const IpType &ipType, const std::string &command) in RunCommandForRes()
135 for (const std::string& command : commands) { in RunMutipleCommands() local
/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
Dbm_command_dump_system_test.cpp71 std::string command = "bm dump -a"; variable
94 std::string command = "bm dump -n " + STRING_BUNDLE_NAME; variable
111 std::string command = "bm dump -n " + STRING_BUNDLE_NAME_INVALID; variable
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
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
Dwifi_direct_scheduler.cpp36 auto command = CommandFactory::GetInstance().CreateConnectCommand(info, callback); in ConnectDevice() local
64 int WifiDirectScheduler::ConnectDevice(const std::shared_ptr<ConnectCommand> &command, bool markRet… in ConnectDevice()
71 auto command = CommandFactory::GetInstance().CreateDisconnectCommand(info, callback); in DisconnectDevice() local
92 auto command = CommandFactory::GetInstance().CreateForceDisconnectCommand(info, callback); in ForceDisconnectDevice() local
128 auto command = *itc; in ProcessNextCommand() local
159 int WifiDirectScheduler::ScheduleActiveCommand(const std::shared_ptr<WifiDirectCommand> &command, in ScheduleActiveCommand()
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
/foundation/arkui/ace_engine/adapter/ohos/osal/
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()
/foundation/communication/nfc/interfaces/inner_api/tags/
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
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
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
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
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

12345678