/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | iso15693_tag.cpp | 63 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 D | mifare_classic_tag.cpp | 137 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 D | mifare_ultralight_tag.cpp | 72 return SendCommand(sendCommand, false, hexRespData); in ReadMultiplePages() 90 return SendCommand(sendCommand, false, hexRespData); in WriteSinglePage()
|
H A D | basic_tag_session.h | 36 int SendCommand(std::string& hexCmdData, bool raw, std::string &hexRespData);
|
H A D | basic_tag_session.cpp | 133 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 D | command_server.h | 51 int32_t SendCommand(const CmdSharedPtr& cmd);
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/command_server/ |
H A D | command_server.cpp | 42 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 D | codec_state.cpp | 309 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 D | image_codec.cpp | 820 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 D | dps.h | 58 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 D | audio_lbvc_encoder_plugin.cpp | 111 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 D | audio_lbvc_decoder_plugin.cpp | 109 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 D | hcodec_state.cpp | 306 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 D | hcodec.cpp | 1200 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 D | hdi_codec.h | 69 Status SendCommand(CodecCommandType cmd, uint32_t param);
|
H A D | hdi_codec.cpp | 186 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 D | audio_effect_hdi_param.cpp | 89 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 D | codec_utils.h | 76 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 D | basictagsession_fuzzer.cpp | 78 basicTagSession.SendCommand(hexCmdData, raw, hexRespData); in FuzzSendCommand()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 526 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 D | dsched_continue.h | 187 int32_t SendCommand(std::shared_ptr<DSchedContinueCmdBase> cmd);
|
/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | ndef_tag_test.cpp | 366 * @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 D | nfc_napi_tag_sesstion.cpp | 207 context->errorCode = nfcTagSessionPtr->SendCommand(context->dataBytes, true, hexRespData); in NativeTransmit()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_test.cpp | 750 * @tc.desc: SendCommand 766 int32_t ret = conti->SendCommand(cmd); in HWTEST_F()
|