Home
last modified time | relevance | path

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

12345

/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
146 std::string command; in InitDefaultListBoxChainRules() local
175 std::string command; in InitDefaultAlertChainRules() local
209 std::string command = "-t filter -N " + FetchChainName(chain); in IptablesNewChain() local
216 std::string command = "-t filter -N " + chainName; in IptablesNewChain() local
224 std::string command = "-t filter -F " + FetchChainName(chain); in IptablesDeleteChain() local
237 std::string command = "-t filter -F " + chainName; in IptablesDeleteChain() local
250 std::string command; in SetGlobalAlert() local
278 std::string command; in SetCostlyAlert() local
309 std::string command; in EnableDataSaver() local
[all …]
Dfirewall_manager.cpp30 bool SetFireWallCommand(std::string chainName, std::string command) in SetFireWallCommand()
182 std::string command = "-t filter -A INPUT -j " + chainName; in InitDefaultRules() local
197 std::string command = "-t filter -F " + chainName; in ClearAllRules() local
222 std::string command = "-t filter -N " + FetchChainName(chain); in IptablesNewChain() local
230 std::string command = "-t filter -F " + FetchChainName(chain); in IptablesDeleteChain() local
243 std::string command = in IptablesSetRule() local
259 std::string command; in SetUidsAllowedListChain() local
304 std::string command; in SetUidsDeniedListChain() local
341 std::string command; in EnableChain() local
/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
138 …std::string command = "aa start -d " + STRING_DEVICE_NAME + " -a " + STRING_PAGE_ABILITY_NAME + " … variable
158 …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/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_display_node.cpp30 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeCreate>(node->GetId(), displayN… in Create() local
41 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenId>(GetId(), screenId); in SetScreenId() local
51 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayOffset>(GetId(), offs… in SetDisplayOffset() local
62 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetSecurityDisplay>(GetId(), is… in SetSecurityDisplay() local
79 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayMode>(GetId(), displa… in SetDisplayNodeMirrorConfig() local
Drs_root_node.cpp36 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeCreate>(node->GetId()); in Create() local
53 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachRSSurfaceNode>(GetId(), in AttachRSSurfaceNode() local
70 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeSetEnableRender>(GetId(), flag); in SetEnableRender() local
84 std::unique_ptr<RSCommand> command = in OnBoundsSizeChanged() local
Drs_surface_node.cpp75 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeCreate>(node->GetId()); in Create() local
109 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeCreate>(GetId()); in CreateNodeInRenderThread() local
165 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeUpdateSurfaceDefaultSize>( in OnBoundsSizeChanged() local
176 std::unique_ptr<RSCommand> command = in SetSecurityLayer() local
195 std::unique_ptr<RSCommand> command = in SetColorSpace() local
206 std::unique_ptr<RSCommand> command = in SetAbilityBGAlpha() local
216 std::unique_ptr<RSCommand> command = in SetIsNotifyUIBufferAvailable() local
252 … std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetAnimationFinished>(GetId()); in SetAnimationFinished() local
355 std::unique_ptr<RSCommand> command = in SetAppFreeze() local
365 std::unique_ptr<RSCommand> command = in SetContainerWindow() local
[all …]
Drs_canvas_node.cpp40 std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeCreate>(node->GetId()); in Create() local
64 std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeClearRecording>(GetId()); in BeginRecording() local
92 std::unique_ptr<RSCommand> command = in FinishRecording() local
115 std::unique_ptr<RSCommand> command = in DrawOnNode() local
Drs_base_node.cpp86 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeDestroy>(id_); in ~RSBaseNode() local
137 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeAddChild>(id_, childId, index); in AddChild() local
177 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeMoveChild>(id_, childId, index); in MoveChild() local
210 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeRemoveChild>(id_, childId); in RemoveChild() local
245 …std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeAddCrossParentChild>(id_, childId,… in AddCrossParentChild() local
284 …std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeRemoveCrossParentChild>(id_, child… in RemoveCrossParentChild() local
315 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeRemoveFromTree>(nodeId); in RemoveFromTree() local
338 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeClearChild>(nodeId); in ClearChildren() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
Diptables_wrapper.cpp53 void IptablesWrapper::ExecuteCommand(const std::string &command) in ExecuteCommand()
60 void IptablesWrapper::ExecuteCommandForRes(const std::string &command) in ExecuteCommandForRes()
69 int32_t IptablesWrapper::RunCommand(const IpType &ipType, const std::string &command) in RunCommand()
82 std::string IptablesWrapper::RunCommandForRes(const IpType &ipType, const std::string &command) in RunCommandForRes()
/foundation/bundlemanager/bundle_framework/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
Dbm_command_install_system_test.cpp82 std::string command = "bm install -p " + STRING_BUNDLE_PATH_INVALID; variable
102 std::string command = "bm install -p " + STRING_BUNDLE_PATH + " -r"; variable
/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/
Ddistributed_test_helper.cpp58 std::string command = "put"; in PutRemote() local
69 std::string command = "delete"; in DeleteRemote() local
78 std::string command = "removedevicedata"; in RemoveDeviceDataRemote() local
86 std::string command = "sync"; in SyncRemote() local
/foundation/communication/nfc/interfaces/inner_api/src/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_base/src/pipeline/
Drs_proxy_render_node.cpp78 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextMatrix>(targetId_, ma… in SetContextMatrix() local
93 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextAlpha>(targetId_, alp… in SetContextAlpha() local
108 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextClipRegion>(targetId_… in SetContextClipRegion() local
/foundation/bundlemanager/bundle_framework/bundle_tool/test/unittest/bm/
Dbm_command_quickfix_test.cpp439 QuickFixCommand command; variable
455 QuickFixCommand command; variable
471 QuickFixCommand command; variable
487 QuickFixCommand command; variable
502 QuickFixCommand command; variable
517 QuickFixCommand command; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
Drs_transaction_proxy.cpp65 void RSTransactionProxy::AddCommand(std::unique_ptr<RSCommand>& command, bool isRenderServiceComman… in AddCommand()
86 void RSTransactionProxy::AddCommandFromRT(std::unique_ptr<RSCommand>& command, NodeId nodeId, Follo… in AddCommandFromRT()
165 void RSTransactionProxy::AddCommonCommand(std::unique_ptr<RSCommand> &command) in AddCommonCommand()
174 void RSTransactionProxy::AddRemoteCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, Follo… in AddRemoteCommand()
Drs_transaction_data.cpp93 void RSTransactionData::AddCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType f… in AddCommand()
98 void RSTransactionData::AddCommand(std::unique_ptr<RSCommand>&& command, NodeId nodeId, FollowType … in AddCommand()
134 auto command = (*func)(parcel); in UnmarshallingCommand() local
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
Davsession_controller_test.cpp505 AVControlCommand command; variable
522 AVControlCommand command; variable
543 AVControlCommand command; variable
564 AVControlCommand command; variable
585 AVControlCommand command; variable
606 AVControlCommand command; variable
621 AVControlCommand command; variable
643 AVControlCommand command; variable
655 AVControlCommand command; variable
674 AVControlCommand command; variable
[all …]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
Drs_animation.cpp164 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationPause>(target->GetId(), id_); in OnPause() local
207 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationResume>(target->GetId(), id_); in OnResume() local
250 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationFinish>(target->GetId(), id_); in OnFinish() local
294 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationReverse>(target->GetId(), id_, is… in OnReverse() local
341 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationSetFraction>(target->GetId(), id_… in OnSetFraction() local
/foundation/multimodalinput/input/tools/inject_event/src/
Dmain.cpp20 OHOS::MMI::InputManagerCommand command; in main() local
/foundation/multimedia/av_session/services/session/ipc/proxy/
Davsession_service_proxy.h57 int32_t ProcessCastAudioCommand(const RemoteServiceCommand command, const std::string& input, in ProcessCastAudioCommand()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/
Dmain.cpp27 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeAddChild>(1, 1, 1); in main() local

12345