Home
last modified time | relevance | path

Searched defs:command (Results 476 - 500 of 1901) sorted by relevance

1...<<11121314151617181920>>...77

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interpolating_spring_animation.cpp262 std::unique_ptr<RSCommand> command = in CallLogicallyFinishCallback() local
H A Drs_render_spring_animation.cpp377 std::unique_ptr<RSCommand> command = in CallLogicallyFinishCallback() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp198 AddCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType) AddCommand() argument
207 AddCommand(std::unique_ptr<RSCommand>&& command, NodeId nodeId, FollowType followType) AddCommand() argument
271 auto command = (*func)(parcel); UnmarshallingCommand() local
[all...]
H A Drs_transaction_proxy.cpp65 void RSTransactionProxy::AddCommand(std::unique_ptr<RSCommand>& command, bool isRenderServiceCommand, in AddCommand() argument
92 void RSTransactionProxy::AddCommandFromRT(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType) in AddCommandFromRT() argument
296 AddCommonCommand(std::unique_ptr<RSCommand> &command) AddCommonCommand() argument
305 AddRemoteCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType followType) AddRemoteCommand() argument
[all...]
/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_, renderAnimations, true); 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_); ReverseAnimation() local
396 std::unique_ptr<RSCommand> command = std::make_unique<RSInteractiveAnimatorSetFraction>(id_, fraction); SetFraction() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp1299 std::unique_ptr<RSCommand> command; in HWTEST_F() local
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_manager_test.cpp684 AVControlCommand command; in HWTEST_F() local
699 AVControlCommand command; in HWTEST_F() local
733 AVControlCommand command; in HWTEST_F() local
[all...]
/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_source_impl.cpp91 AVControlCommand command; in HandleSourceSessionDataCategory() local
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_stream_player_test.cpp160 AVCastControlCommand command; in HWTEST_P() local
/foundation/multimedia/av_session/frameworks/native/session/test/benchmarktest/avsession_controller_test/
H A Davsession_controller_test.cpp288 AVControlCommand command; in BENCHMARK_F() local
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionserviceproxy_fuzzer/
H A Davsessionserviceproxy_fuzzer.cpp94 AVControlCommand command; in FuzzDoProxyTaskTwo() local
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrolleritem_fuzzer/
H A Davcontrolleritem_fuzzer.cpp166 AVControlCommand command; in AvControllerItemDataTestSecond() local
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtransform_point_test.cpp151 int TransformPointTest::Execute(const std::string& command, std::vector<std::string>& results) in Execute() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dfirewall_manager.cpp30 bool SetFireWallCommand(const std::string &chainName, std::string command) in SetFireWallCommand() argument
198 std::string command = "-t filter -A INPUT -j " + chainName; in InitDefaultRules() local
214 std::string command = "-t filter -F " + chainName; ClearAllRules() local
251 std::string command = "-t filter -N " + FetchChainName(chain); IptablesNewChain() local
259 std::string command = "-t filter -F " + FetchChainName(chain); IptablesDeleteChain() local
272 std::string command = IptablesSetRule() local
288 std::string command; SetUidsAllowedListChain() local
337 std::string command; SetUidsDeniedListChain() local
374 std::string command; EnableChain() local
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_config_client.h62 uint32_t command; member
/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.cpp137 int NciTagProxy::Transceive(uint32_t tagDiscId, const std::string& command, std::string& response) in Transceive() argument
177 bool NciTagProxy::WriteNdef(uint32_t tagDiscId, std::string& command) in WriteNdef() argument
[all...]
/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/
H A Dnci_tag_proxy_test.cpp168 std::string command = ""; in HWTEST_F() local
209 std::string command = ""; in HWTEST_F() local
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_tag_impl_default.cpp91 int NciTagImplDefault::Transceive(uint32_t tagDiscId, const std::string &command, std::string &response) in Transceive() argument
118 bool NciTagImplDefault::WriteNdef(uint32_t tagDiscId, std::string &command) in WriteNdef() argument
/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/
H A Dncitagproxy_fuzz.cpp114 std::string command = NfcSdkCommon::BytesVecToHexString(data, size); in FuzzTransceive() local
140 std::string command = NfcSdkCommon::BytesVecToHexString(data, size); in FuzzWriteNdef() local
/foundation/distributeddatamgr/kv_store/test/distributedtest/single_kvstore_client/
H A Ddistributed_test_agent.cpp163 int DistributedTestAgent::OnProcessCmd(const std::string &command, int len, in OnProcessCmd() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp73 std::shared_ptr<CommandNode> command; in ParseCommand() local
113 CommandNode command; GetCommand() local
148 AddHeadNode(std::shared_ptr<CommandNode> &command, std::shared_ptr<CommandNode> &realHeadNode, bool &isAdded) AddHeadNode() argument
162 AddNode(std::shared_ptr<CommandNode> &command, std::shared_ptr<CommandNode> &realHeadNode, bool &isAdded) AddNode() argument
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp507 std::string command = std::string(comvalue->valuestring); in HandleReceivedData() local
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Ddual_display_fold_policy.cpp415 void DualDisplayFoldPolicy::AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command) in AddOrRemoveDisplayNodeToTree() argument
/kernel/linux/linux-5.10/drivers/fpga/
H A Dstratix10-soc.c45 s10_svc_send_msg(struct s10_priv *priv, enum stratix10_svc_command_code command, void *payload, u32 payload_length) s10_svc_send_msg() argument
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-usbc-cros-ec.c60 cros_ec_pd_command(struct cros_ec_extcon_info *info, unsigned int command, unsigned int version, void *outdata, unsigned int outsize, void *indata, unsigned int insize) cros_ec_pd_command() argument

Completed in 18 milliseconds

1...<<11121314151617181920>>...77