Home
last modified time | relevance | path

Searched defs:command (Results 451 - 475 of 1905) sorted by relevance

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

/base/telephony/ril_adapter/services/vendor/src/
H A Dat_support.c220 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandLock() argument
260 int32_t SendCommandNetWorksLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandNetWorksLock() argument
320 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock() argument
280 SendCommandSmsLock( const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **outResponse) SendCommandSmsLock() argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sim_parcel.h91 int32_t command = 0; member
[all...]
/base/update/updater/services/flashd/daemon/
H A Ddaemon.cpp97 RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, const int payloadSize) RedirectToTask() argument
236 FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload, int payloadSize) FetchCommand() argument
296 ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uint8_t *bufPtr, const int size) ServerCommand() argument
[all...]
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_resource_node.h74 int32_t EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute() argument
69 BeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, const Attributes &command) BeginExecute() argument
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_client.cpp118 void WidgetClient::SendCommand(const WidgetCommand &command) in SendCommand() argument
/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp268 int32_t RemoteExecutorProxy::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute() argument
222 OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, const Attributes &command) OnBeginExecute() argument
H A Dresource_node_impl.cpp151 int32_t ResourceNodeImpl::EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute() argument
141 BeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, const Attributes &command) BeginExecute() argument
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_fuzzer.cpp46 static_cast<void>(command); variable
54 static_cast<void>(command); variable
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_test.cpp1015 int32_t command = 0; in HWTEST_F() local
[all...]
H A Ddsched_continue_manager_test.cpp596 int32_t command = 0; in HWTEST_F() local
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dability_tool.cpp74 bool AbilityTool::SetCommand(const char *command) in SetCommand() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.cpp37 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeCreate>(node->GetId(), displayNodeConfig); in Create() local
60 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeAddToTree>(GetId()); in AddDisplayNodeToTree() local
70 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeRemoveFromTree>(GetId()); in RemoveDisplayNodeFromTree() local
121 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenId>(GetId(), screenId); in SetScreenId() local
146 std::unique_ptr<RSCommand> command in OnBoundsSizeChanged() local
155 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayOffset>(GetId(), offsetX, offsetY); SetDisplayOffset() local
166 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetSecurityDisplay>(GetId(), isSecurityDisplay); SetSecurityDisplay() local
183 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetDisplayMode>(GetId(), displayNodeConfig); SetDisplayNodeMirrorConfig() local
212 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetScreenRotation>(GetId(), screenRotation); SetScreenRotation() local
241 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetBootAnimation>(GetId(), isBootAnimation); SetBootAnimation() local
255 std::unique_ptr<RSCommand> command = std::make_unique<RSDisplayNodeSetNodePid>(GetId(), oldScbPids, currentScbPid); SetScbNodePid() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp232 std::unique_ptr<RSCommand> command = in OnAnimationFinished() local
234 RSMessageProcessor::Instance().AddUIMessage(ExtractPid(animationId), command); in OnAnimationFinished() local
H A Drs_render_animation.cpp317 std::unique_ptr<RSCommand> command = in ProcessOnRepeatFinish() local
319 RSMessageProcessor::Instance().AddUIMessage(ExtractPid(id_), command); in ProcessOnRepeatFinish() local
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_client/core/animation/
H A Drs_animation.cpp204 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationPause>(target->GetId(), id_); in OnPause() local
351 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationResume>(target->GetId(), id_); in OnResume() local
393 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationFinish>(target->GetId(), id_); in OnFinish() local
436 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationReverse>(target->GetId(), id_, isReversed_); in OnReverse() local
482 std::unique_ptr<RSCommand> command in OnSetFraction() local
[all...]
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_base/fuzztest/rscommand_fuzzer/
H A Drscommand_fuzzer.cpp229 std::unique_ptr<RSCommand> command; in RSMessageProcessFuzzTest() 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/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

Completed in 19 milliseconds

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