Home
last modified time | relevance | path

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

123456

/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/dsoftbus/core/connection/wifi_direct/command/
Dwifi_direct_command_manager.cpp27 static void CommandTimeoutHandler(struct WifiDirectCommand *command) in CommandTimeoutHandler()
37 static void EnqueueCommand(struct WifiDirectCommand *command) in EnqueueCommand()
48 static void EnqueueCommandFront(struct WifiDirectCommand *command) in EnqueueCommandFront()
67 struct WifiDirectCommand *command = g_commandQueue.front(); in DequeueCommand() local
82 static bool IsPassiveCommand(struct WifiDirectCommand *command) in IsPassiveCommand()
97 auto command = g_commandQueue.begin(); in RemovePassiveCommand() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
Drs_transaction_proxy_test.cpp176 std::unique_ptr<RSCommand> command = variable
198 std::unique_ptr<RSCommand> command = variable
244 std::unique_ptr<RSCommand> command = variable
359 std::unique_ptr<RSCommand> command = variable
381 std::unique_ptr<RSCommand> command = variable
404 std::unique_ptr<RSCommand> command = variable
488 std::unique_ptr<RSCommand> command = variable
508 std::unique_ptr<RSCommand> command = variable
529 std::unique_ptr<RSCommand> command = variable
549 std::unique_ptr<RSCommand> command = variable
[all …]
/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()
192 std::string command = "-t filter -A INPUT -j " + chainName; in InitDefaultRules() local
208 std::string command = "-t filter -F " + chainName; in ClearAllRules() local
241 std::string command = "-t filter -N " + FetchChainName(chain); in IptablesNewChain() local
249 std::string command = "-t filter -F " + FetchChainName(chain); in IptablesDeleteChain() local
262 std::string command = in IptablesSetRule() local
278 std::string command; in SetUidsAllowedListChain() local
323 std::string command; in SetUidsDeniedListChain() local
360 std::string command; in EnableChain() local
/foundation/ability/ability_runtime/tools/test/unittest/aa/
Daa_command_test.cpp173 std::string command = ""; variable
190 std::string command = "test"; variable
207 std::string command = "profile"; variable
223 std::string command = ""; variable
240 std::string command = ""; variable
258 std::string command = ""; variable
276 std::string command = ""; variable
294 std::string command = ""; variable
312 std::string command = ""; variable
330 std::string command = ""; variable
[all …]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_root_node.cpp36 …std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeCreate>(node->GetId(), isTextureEx… in Create() local
51 … std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachRSSurfaceNode>(GetId(), in AttachRSSurfaceNode() local
55 … std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeAttachToUniSurfaceNode>(GetId(), in AttachRSSurfaceNode() local
67 std::unique_ptr<RSCommand> command = std::make_unique<RSRootNodeSetEnableRender>(GetId(), flag); in SetEnableRender() local
80 std::unique_ptr<RSCommand> command = in OnBoundsSizeChanged() local
Drs_surface_node.cpp82 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeCreateWithConfig>( in Create() local
96 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeCreate>(node->GetId(), in Create() local
149 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetSurfaceNodeType>(GetId(), in CreateNodeInRenderThread() local
209 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeMarkUIHidden>(GetId(), isHidden… in MarkUIHidden() local
217 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeUpdateSurfaceDefaultSize>( in OnBoundsSizeChanged() local
241 std::unique_ptr<RSCommand> command = in SetSecurityLayer() local
259 std::unique_ptr<RSCommand> command = in SetSkipLayer() local
277 std::unique_ptr<RSCommand> command = in SetFingerprint() local
295 std::unique_ptr<RSCommand> command = in SetColorSpace() local
305 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeCreate>(GetId(), in CreateTextExportRenderNodeInRT() local
[all …]
Drs_display_node.cpp30 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeCreate>(node->GetId(), displayN… in Create() local
79 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenId>(GetId(), screenId); in SetScreenId() local
92 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetRogSize>(GetId(), bounds.z_,… in OnBoundsSizeChanged() local
101 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayOffset>(GetId(), offs… in SetDisplayOffset() local
112 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetSecurityDisplay>(GetId(), is… in SetSecurityDisplay() local
129 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayMode>(GetId(), displa… in SetDisplayNodeMirrorConfig() local
158 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenRotation>(GetId(), scr… in SetScreenRotation() local
187 …std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetBootAnimation>(GetId(), isBo… in SetBootAnimation() 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_canvas_node.cpp41 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeCreate>(node->GetId(), isTexture… in Create() local
70 std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeClearRecording>(GetId()); local
107 …std::unique_ptr<RSCommand> command = std::make_unique<RSCanvasNodeUpdateRecording>(GetId(), record… local
140 std::unique_ptr<RSCommand> command = local
164 std::unique_ptr<RSCommand> command = std::make_unique<RSSetFreeze>(GetId(), isFreeze); 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/communication/netmanager_base/services/netmanagernative/src/netsys/
Diptables_wrapper.cpp61 void IptablesWrapper::ExecuteCommand(const std::string &command) in ExecuteCommand()
68 void IptablesWrapper::ExecuteCommandForRes(const std::string &command) in ExecuteCommandForRes()
75 int32_t IptablesWrapper::RunCommand(const IpType &ipType, const std::string &command) in RunCommand()
88 std::string IptablesWrapper::RunCommandForRes(const IpType &ipType, const std::string &command) in RunCommandForRes()
/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
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
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct/
Dwifi_direct_command_manage_test.cpp102 struct WifiDirectCommand *command = (struct WifiDirectCommand *)SoftBusCalloc(sizeof(*command)); variable
122 struct WifiDirectCommand *command = GenerateWifiDirectConnectCommand(connectInfo); variable
141 struct WifiDirectCommand *command = GenerateWifiDirectDisconnectCommand(connectInfo); variable
/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/bundlemanager/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/pipeline/
Drs_proxy_render_node.cpp77 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextMatrix>(targetId_, ma… in SetContextMatrix() local
92 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextAlpha>(targetId_, alp… in SetContextAlpha() local
111 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextClipRegion>(targetId_… in SetContextClipRegion() local
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
Davcast_controller_test.cpp223 AVCastControlCommand command; variable
241 AVCastControlCommand command; variable
263 AVCastControlCommand command; variable
285 AVCastControlCommand command; variable
307 AVCastControlCommand command; variable
329 AVCastControlCommand command; variable
351 AVCastControlCommand command; variable
373 AVCastControlCommand command; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
Drs_animation.cpp181 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationPause>(target->GetId(), id_); in OnPause() local
223 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationResume>(target->GetId(), id_); in OnResume() local
265 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationFinish>(target->GetId(), id_); in OnFinish() local
308 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationReverse>(target->GetId(), id_, is… in OnReverse() local
354 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationSetFraction>(target->GetId(), id_… in OnSetFraction() local
/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()
87 void RSTransactionProxy::AddCommandFromRT(std::unique_ptr<RSCommand>& command, NodeId nodeId, Follo… in AddCommandFromRT()
240 void RSTransactionProxy::AddCommonCommand(std::unique_ptr<RSCommand> &command) in AddCommonCommand()
249 void RSTransactionProxy::AddRemoteCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, Follo… in AddRemoteCommand()

123456