Home
last modified time | relevance | path

Searched refs:SendCommand (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/tags/
H A Diso15693_tag.cpp63 return SendCommand(sendCommand, false, hexRespData); in ReadSingleBlock()
83 return SendCommand(sendCommand, false, hexRespData); in WriteSingleBlock()
103 return SendCommand(sendCommand, false, hexRespData); in LockSingleBlock()
120 return SendCommand(sendCommand, false, hexRespData); in ReadMultipleBlock()
141 return SendCommand(sendCommand, false, hexRespData); in WriteMultipleBlock()
H A Dmifare_classic_tag.cpp137 return SendCommand(hexCmd, false, hexRespData); in AuthenticateSector()
154 return SendCommand(hexCmd, false, hexRespData); in ReadSingleBlock()
177 return SendCommand(hexCmd, false, hexRespData); in WriteSingleBlock()
200 return SendCommand(hexCmd, false, hexRespData); in IncrementBlock()
223 return SendCommand(hexCmd, false, hexRespData); in DecrementBlock()
241 return SendCommand(hexCmd, false, hexRespData); in TransferToBlock()
259 return SendCommand(hexCmd, false, hexRespData); in RestoreFromBlock()
H A Dmifare_ultralight_tag.cpp72 return SendCommand(sendCommand, false, hexRespData); in ReadMultiplePages()
90 return SendCommand(sendCommand, false, hexRespData); in WriteSinglePage()
H A Dbasic_tag_session.h36 int SendCommand(std::string& hexCmdData, bool raw, std::string &hexRespData);
H A Dbasic_tag_session.cpp133 int BasicTagSession::SendCommand(std::string& hexCmdData, in SendCommand() function in OHOS::NFC::KITS::BasicTagSession
138 ErrorLog("BasicTagSession::SendCommand tagSession invalid"); in SendCommand()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/command_server/
H A Dcommand_server.h51 int32_t SendCommand(const CmdSharedPtr& cmd);
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/command_server/
H A Dcommand_server.cpp42 int32_t CommandServer::SendCommand(const CmdSharedPtr& cmd) in SendCommand() function in OHOS::CameraStandard::DeferredProcessing::CommandServer
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp309 int32_t ret = codec_->compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, {}); in OnStart()
399 int32_t ret = codec_->compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_EXECUTING, {}); in OnCodecEvent()
479 int32_t ret = codec_->compNode_->SendCommand( in OnCodecEvent()
508 int32_t ret = codec_->compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, {}); in OnShutDown()
609 int32_t err = codec_->compNode_->SendCommand(CODEC_COMMAND_PORT_ENABLE, OMX_DirOutput, {}); in HandleOutputPortDisabled()
705 int32_t ret = codec_->compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_LOADED, {}); in ChangeOmxNodeToLoadedState()
H A Dimage_codec.cpp820 int32_t ret = compNode_->SendCommand(CODEC_COMMAND_STATE_SET, targetState, {}); in ChangeOmxToTargetState()
909 auto err = compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, {}); in ForceShutdown()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Ddps.h58 return SendCommandHelp<Command>(&CommandServer::SendCommand, std::forward<Args>(args)...); in DPS_SendCommand()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/lbvc/
H A Daudio_lbvc_encoder_plugin.cpp111 Status ret = hdiCodec_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_EXECUTING); in Start()
117 Status ret = hdiCodec_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE); in Stop()
229 Status ret = hdiCodec_->SendCommand(CODEC_COMMAND_FLUSH, CODEC_STATE_EXECUTING); in Flush()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/lbvc/
H A Daudio_lbvc_decoder_plugin.cpp109 Status ret = hdiCodec_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_EXECUTING); in Start()
115 Status ret = hdiCodec_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE); in Stop()
226 Status ret = hdiCodec_->SendCommand(CODEC_COMMAND_FLUSH, CODEC_STATE_EXECUTING); in Flush()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp306 int32_t ret = codec_->compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, {}); in OnStart()
405 int32_t ret = codec_->compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_EXECUTING, {}); in OnCodecEvent()
521 int32_t ret = codec_->compNode_->SendCommand( in OnCodecEvent()
551 int32_t ret = codec_->compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, {}); in OnShutDown()
565 int32_t ret = codec_->compNode_->SendCommand(CODEC_COMMAND_FLUSH, OMX_ALL, {}); in OnFlush()
704 int32_t err = codec_->compNode_->SendCommand(CODEC_COMMAND_PORT_ENABLE, OMX_DirOutput, {}); in HandleOutputPortDisabled()
938 int32_t ret = codec_->compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_LOADED, {}); in ChangeOmxNodeToLoadedState()
H A Dhcodec.cpp1200 auto err = compNode_->SendCommand(CODEC_COMMAND_STATE_SET, CODEC_STATE_IDLE, {}); in ForceShutdown()
1279 int32_t ret = compNode_->SendCommand(CODEC_COMMAND_STATE_SET, targetState, {}); in ChangeOmxToTargetState()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dhdi_codec.h69 Status SendCommand(CodecCommandType cmd, uint32_t param);
H A Dhdi_codec.cpp186 Status HdiCodec::SendCommand(CodecCommandType cmd, uint32_t param) in SendCommand() function in OHOS::Media::Plugins::Hdi::HdiCodec
190 int32_t ret = compNode_->SendCommand(cmd, param, {}); in SendCommand()
191 CHECK_AND_RETURN_RET_LOG(ret == HDF_SUCCESS, Status::ERROR_INVALID_DATA, "SendCommand failed"); in SendCommand()
196 "SendCommand timeout!"); in SendCommand()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_hdi_param.cpp89 ret = hdiControl->SendCommand(hdiControl, HDI_SET_PATAM, input_, SEND_HDI_COMMAND_LEN, in SetHdiCommand()
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_utils.h76 return component->SendCommand(component, cmd, param, reinterpret_cast<int8_t*>(&cmdData), sizeof(cmdData)); in HdiSendCommand()
/foundation/communication/nfc/test/fuzztest/tags_test/basictagsession/basictagsession_fuzzer/
H A Dbasictagsession_fuzzer.cpp78 basicTagSession.SendCommand(hexCmdData, raw, hexRespData); in FuzzSendCommand()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp526 ret = SendCommand(startCmd); in ExecuteContinueReq()
745 ret = SendCommand(cmd); in ExecuteContinueReply()
801 ret = SendCommand(cmd); in ExecuteContinueSend()
1048 ret = SendCommand(cmd); in ExecuteNotifyComplete()
1061 ret = SendCommand(cmd); in ExecuteNotifyComplete()
1200 SendCommand(cmd); in ExecuteContinueError()
1234 int32_t DSchedContinue::SendCommand(std::shared_ptr<DSchedContinueCmdBase> cmd) in SendCommand() function in OHOS::DistributedSchedule::DSchedContinue
1240 HILOGI("SendCommand start, cmd %{public}d", cmd->command_); in SendCommand()
1244 HILOGE("SendCommand marshal cmd %{public}d failed, ret %{public}d", cmd->command_, ret); in SendCommand()
1250 HILOGE("SendCommand memcpy_ in SendCommand()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue.h187 int32_t SendCommand(std::shared_ptr<DSchedContinueCmdBase> cmd);
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dndef_tag_test.cpp366 * @tc.desc: Test NdefTag SendCommand.
375 int result = ndef->SendCommand(hexCmdData, raw, hexRespData); in HWTEST_F()
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_sesstion.cpp207 context->errorCode = nfcTagSessionPtr->SendCommand(context->dataBytes, true, hexRespData); in NativeTransmit()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_test.cpp750 * @tc.desc: SendCommand
766 int32_t ret = conti->SendCommand(cmd); in HWTEST_F()

Completed in 28 milliseconds