Home
last modified time | relevance | path

Searched defs:command (Results 101 – 125 of 302) sorted by relevance

12345678910>>...13

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_open_info_cmd.cpp72 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
H A Ddcamera_event_cmd.cpp70 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
H A Ddcamera_metadata_setting_cmd.cpp81 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
/ohos5.0/base/update/updater/test/unittest/misc_info_test/
H A Dmisc_info_unittest.cpp75 const std::string command = "boot_updater"; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Dexecutor.cpp146 void Executor::AddCommand(std::shared_ptr<IAsyncCommand> command) in AddCommand()
154 void Executor::RemoveCommand(std::shared_ptr<IAsyncCommand> command) in RemoveCommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp187 void RSTransactionData::AddCommand(std::unique_ptr<RSCommand>& command, NodeId nodeId, FollowType f… in AddCommand()
196 void RSTransactionData::AddCommand(std::unique_ptr<RSCommand>&& command, NodeId nodeId, FollowType … in AddCommand()
257 auto command = (*func)(parcel); in UnmarshallingCommand() local
/ohos5.0/base/inputmethod/imf/common/src/
H A Dinputmethod_dump.cpp45 std::string command = ""; in Dump() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_transaction_data_test.cpp330 std::unique_ptr<RSCommand> command; variable
345 std::unique_ptr<RSCommand> command; variable
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_proxy_test.cpp99 Attributes command; variable
121 Attributes command; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/lifecycle_test/
H A Dlifecycle_test_base.h65 static void* AbilityStartThread(void* command) in AbilityStartThread()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.h100 std::unique_ptr<RSCommand> command = std::make_unique<RSUpdatePropertyDrawCmdList>( in UpdateToRender() local
159 std::unique_ptr<RSCommand> command = std::make_unique<RSUpdatePropertyDrawingMatrix>( in UpdateToRender() local
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionmanager_fuzzer/
H A Davsessionmanager_fuzzer.cpp93 AVControlCommand command; in SendSystemControlCommandFuzzTest() local
129 AVControlCommand command; in AVSessionManagerTestClient() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dexecutor_callback_proxy.cpp63 const Attributes &command) in OnBeginExecute()
99 int32_t ExecutorCallbackProxy::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dresource_node_test.cpp130 Attributes command; variable
161 Attributes command; variable
/ohos5.0/base/update/updater/services/flashd/daemon/
H A Ddaemon_updater.cpp41 bool DaemonUpdater::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
212 bool InvalidDaemon::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs453 let mut command = std::process::Command::new("echo"); in ut_process_child_new_test() localVariable
477 let mut command = std::process::Command::new("echo"); in ut_process_try_wait_test() localVariable
501 let mut command = Command::new("echo"); in ut_process_stdio_test() localVariable
547 let mut command = std::process::Command::new("echo"); in ut_process_child_stdio_convert_test() localVariable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp136 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeDestroy>(id_); in ~RSNode() local
415 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCancel>(id_, id); in CancelAnimationByProperty() local
2304 std::unique_ptr<RSCommand> command = std::make_unique<RSSetDrawRegion>(GetId(), rect); in SetDrawRegion() local
2314 std::unique_ptr<RSCommand> command = in RegisterTransitionPair() local
2324 std::unique_ptr<RSCommand> command = in UnregisterTransitionPair() local
2350 std::unique_ptr<RSCommand> command = in MarkNodeSingleFrameComposer() local
2365 std::unique_ptr<RSCommand> command = std::make_unique<RSMarkSuggestOpincNode>(GetId(), in MarkSuggestOpincNode() local
2644 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeRemoveChild>(id_, childId); in RemoveChild() local
2748 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeRemoveFromTree>(nodeId); in RemoveFromTree() local
2768 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeClearChild>(nodeId); in ClearChildren() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_default.cpp72 auto command = static_cast<CommandType>(commandId); in ExecuteCommand() local
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_impl.cpp142 const Attributes &command) in BeginExecute()
151 int32_t ResourceNodeImpl::EndExecute(uint64_t scheduleId, const Attributes &command) in EndExecute()
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_manager.cpp61 …CommandManager::AddCommand(const std::string &udid, const std::shared_ptr<BaseRemoteCommand>& comm… in AddCommand()
86 …andManager::ExecuteCommand(const std::string &udid, const std::shared_ptr<BaseRemoteCommand>& comm… in ExecuteCommand()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/test/unittest/
H A Doh_av_session_test.cpp290 AVSession_ControlCommand command = CONTROL_CMD_PLAY; variable
315 AVSession_ControlCommand command = CONTROL_CMD_PLAY;
318 { in __anon99310b6f0202()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp194 …auto command = Common::MakeShared<EnrollCommand>(executor_, scheduleId, properties, executorMessen… in ProcessEnrollCommand() local
208 std::shared_ptr<AsyncCommandBase> command = nullptr; in ProcessAuthCommand() local
221 …auto command = Common::MakeShared<IdentifyCommand>(executor_, scheduleId, properties, executorMess… in ProcessIdentifyCommand() local
307 auto command = Common::MakeShared<CustomCommand>(executor_, properties); in ProcessCustomCommand() local
/ohos5.0/foundation/ability/ability_runtime/tools/test/mock/
H A Dmock_ability_manager_stub.cpp58 std::string command = argList[0]; in DumpState() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog.cpp66 std::string command = root.dump(); in StartEnableNotificationDialogAbility() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_curve_animation.cpp71 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCreateCurve>(target->GetId(), ani… in StartRenderAnimation() local

12345678910>>...13