/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_open_info_cmd.cpp | 72 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
|
H A D | dcamera_event_cmd.cpp | 70 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
|
H A D | dcamera_metadata_setting_cmd.cpp | 81 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
|
/ohos5.0/base/update/updater/test/unittest/misc_info_test/ |
H A D | misc_info_unittest.cpp | 75 const std::string command = "boot_updater"; variable
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | executor.cpp | 146 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 D | rs_transaction_data.cpp | 187 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 D | inputmethod_dump.cpp | 45 std::string command = ""; in Dump() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_transaction_data_test.cpp | 330 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 D | executor_callback_proxy_test.cpp | 99 Attributes command; variable 121 Attributes command; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/lifecycle_test/ |
H A D | lifecycle_test_base.h | 65 static void* AbilityStartThread(void* command) in AbilityStartThread()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.h | 100 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 D | avsessionmanager_fuzzer.cpp | 93 AVControlCommand command; in SendSystemControlCommandFuzzTest() local 129 AVControlCommand command; in AVSessionManagerTestClient() local
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | executor_callback_proxy.cpp | 63 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 D | resource_node_test.cpp | 130 Attributes command; variable 161 Attributes command; variable
|
/ohos5.0/base/update/updater/services/flashd/daemon/ |
H A D | daemon_updater.cpp | 41 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 D | child.rs | 453 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 D | rs_node.cpp | 136 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 D | stylus_detector_default.cpp | 72 auto command = static_cast<CommandType>(commandId); in ExecuteCommand() local
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_impl.cpp | 142 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 D | remote_command_manager.cpp | 61 …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 D | oh_av_session_test.cpp | 290 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 D | framework_executor_callback.cpp | 194 …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 D | mock_ability_manager_stub.cpp | 58 std::string command = argList[0]; in DumpState() local
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_dialog.cpp | 66 std::string command = root.dump(); in StartEnableNotificationDialogAbility() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_curve_animation.cpp | 71 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCreateCurve>(target->GetId(), ani… in StartRenderAnimation() local
|