Home
last modified time | relevance | path

Searched defs:command (Results 151 – 175 of 302) sorted by relevance

12345678910>>...13

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_keyframe_animation.cpp120 …std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCreateKeyframe>(target->GetId(), … in StartRenderAnimation() local
/ohos5.0/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 &resp… in Transceive()
118 bool NciTagImplDefault::WriteNdef(uint32_t tagDiscId, std::string &command) in WriteNdef()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/coauthservice_fuzzer/
H A Dco_auth_service_fuzzer.cpp68 const Attributes &command) override in OnBeginExecute()
74 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &command) override in OnEndExecute()
/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.cpp203 std::string command = root[COMMAND].isString() ? root[COMMAND].asString() : "ERROR_COMMAND"; in ProcControlCommand() local
546 void MigrateAVSessionServer::SendCommandProc(const std::string &command, sptr<AVControllerItem> con… in SendCommandProc()
555 void MigrateAVSessionServer::MediaButtonEventProc(const std::string &command, sptr<AVControllerItem… in MediaButtonEventProc()
583 void MigrateAVSessionServer::PlaybackCommandDataProc(int mediaCommand, const std::string &command, in PlaybackCommandDataProc()
/ohos5.0/drivers/peripheral/secure_element/hdi_service/
H A Dse_impl.cpp75 int32_t SeImpl::transmit(const std::vector<uint8_t>& command, std::vector<uint8_t>& response, in transmit()
/ohos5.0/drivers/peripheral/secure_element/sim_hdi_service/
H A Dsecure_element_interface_service.cpp67 int32_t SecureElementInterfaceService::transmit(const std::vector<uint8_t>& command, std::vector<ui… in transmit()
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp144 const std::vector<uint8_t> command; variable
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_impl.cpp134 int32_t RemoteSessionSinkImpl::SetControlCommand(const AVControlCommand& command) in SetControlCommand()
/ohos5.0/base/update/updater/interfaces/kits/include/misc_info/
H A Dmisc_info.h50 char command[MAX_COMMAND_SIZE]; member
/ohos5.0/foundation/ability/idl_tool/test/sa_test/
H A Dutil.py88 def exec_command(command): argument
/ohos5.0/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp117 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest002() local
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp340 void AccountCommand::ParseCommandOpt(const std::string &command, ErrCode &result, int &id) in ParseCommandOpt()
509 ErrCode AccountCommand::RunAsCommonCommandMissingOptionArgument(const std::string &command) in RunAsCommonCommandMissingOptionArgument()
540 ErrCode AccountCommand::RunCommandError(const std::string &command) in RunCommandError()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVSession.cpp119 AVSession_ErrCode OHAVSession::RegisterCommandCallback(AVSession_ControlCommand command, in RegisterCommandCallback()
154 AVSession_ErrCode OHAVSession::UnregisterCommandCallback(AVSession_ControlCommand command, in UnregisterCommandCallback()
495 AVSession_ControlCommand command, OH_AVSessionCallback_OnCommand callback, void* userData) in OH_AVSession_RegisterCommandCallback()
517 AVSession_ControlCommand command, OH_AVSessionCallback_OnCommand callback) in OH_AVSession_UnregisterCommandCallback()
/ohos5.0/base/startup/init/services/modules/reboot/
H A Dreboot_misc.c30 char command[MAX_COMMAND_SIZE]; member
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/
H A Dfold_screen_controller.cpp234 void FoldScreenController::AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command) in AddOrRemoveDisplayNodeToTree()
H A Dfold_screen_policy.cpp75 void FoldScreenPolicy::AddOrRemoveDisplayNodeToTree(ScreenId screenId, int32_t command) {}; in AddOrRemoveDisplayNodeToTree()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dsensor_illumination_manager.cpp56 std::shared_ptr<FingerprintAllInOneExecutorHdi> executor, const SaCommand &command) in ProcessSaCommand()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp105 void GetJsonCmd(nlohmann::json &jsonCommand, const WidgetCommand &command, bool setExtraInfo) in GetJsonCmd()
292 void to_json(nlohmann::json &jsonCommand, const WidgetCommand &command) in to_json()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/
H A Dco_auth_client_fuzzer.cpp171 Attributes command(attr); in FuzzExecutorCallbackServiceOnBeginExecute() local
184 Attributes command(attr); in FuzzExecutorCallbackServiceOnEndExecute() local
/ohos5.0/base/security/selinux_adapter/test/unittest/common/
H A Dtest_common.cpp155 std::string RunCommand(const std::string &command) in RunCommand()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/
H A Dhash_test.py35 def exec_command(command): argument
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue_producer_proxy.cpp34 #define ABQ_IPC_SEND_REQUEST(command) \ argument
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_capture_info_cmd.cpp97 cJSON *command = cJSON_GetObjectItemCaseSensitive(rootValue, "Command"); in Unmarshal() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dfwmark_network.cpp85 int32_t SetMark(int32_t *socketFd, FwmarkCommand *command) in SetMark()
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/
H A Dhcgen_test.py77 def exec_command(command): argument

12345678910>>...13