Home
last modified time | relevance | path

Searched defs:SendControlCommand (Results 1 – 19 of 19) sorted by relevance

/foundation/multimedia/av_session/frameworks/cj/include/
Dcj_avsession_cast_controller_impl.h89 int32_t SendControlCommand(CAVSessionCommand& command) {return ERR_CONTROLLER_NOT_EXIST; } in SendControlCommand() function
Dcj_avsession_controller_impl.h124 int32_t SendControlCommand(CAVSessionCommand& command) { return ERR_CONTROLLER_NOT_EXIST; } in SendControlCommand() function
/foundation/multimedia/av_session/frameworks/cj/src/
Dcj_avsession_cast_controller_impl.cpp158 int32_t CJAVCastControllerImpl::SendControlCommand(CAVSessionCommand& command) in SendControlCommand() function in OHOS::AVSession::CJAVCastControllerImpl
Dcj_avsession_controller_impl.cpp210 int32_t CJAVSessionControllerImpl::SendControlCommand(CAVSessionCommand& command) in SendControlCommand() function in OHOS::AVSession::CJAVSessionControllerImpl
/foundation/multimedia/av_session/frameworks/native/session/test/benchmarktest/avsession_controller_test/
Davsession_controller_test.cpp287 BENCHMARK_F(AVSessionControllerTest, SendControlCommand)(benchmark::State& state) in BENCHMARK_F() argument
/foundation/multimedia/av_session/services/session/ipc/proxy/
Davcast_controller_proxy.cpp57 int32_t AVCastControllerProxy::SendControlCommand(const AVCastControlCommand& cmd) in SendControlCommand() function in OHOS::AVSession::AVCastControllerProxy
Davsession_controller_proxy.cpp413 int32_t AVSessionControllerProxy::SendControlCommand(const AVControlCommand& cmd) in SendControlCommand() function in OHOS::AVSession::AVSessionControllerProxy
/foundation/multimedia/av_session/services/session/server/test/
Davsession_item_test.cpp105 void SendControlCommand(const AVCastControlCommand cmd) override {} in SendControlCommand() function in OHOS::AVSession::MockIAVCastControllerProxy
Dhw_cast_supplement_test.cpp74 void SendControlCommand(const AVCastControlCommand cmd) {} in SendControlCommand() function in OHOS::AVSession::AVCastControllerProxyDemo
Davcast_controller_stub_test.cpp100 int32_t SendControlCommand(const AVCastControlCommand& cmd) override in SendControlCommand() function in OHOS::AVSession::AVCastControllerStubDemo
Davrouter_impl_test.cpp46 void SendControlCommand(const AVCastControlCommand cmd) {} in SendControlCommand() function in OHOS::AVSession::AVCastControllerProxyMock
Davsession_controller_stub_test.cpp168 …int32_t SendControlCommand(const AVControlCommand &cmd) override { return isSuccess ? AVSESSION_SU… in SendControlCommand() function in AVSessionControllerStubDemo
/foundation/multimedia/av_session/services/session/server/
Davcontroller_item.cpp239 int32_t AVControllerItem::SendControlCommand(const AVControlCommand& cmd) in SendControlCommand() function in OHOS::AVSession::AVControllerItem
Davcast_controller_item.cpp200 int32_t AVCastControllerItem::SendControlCommand(const AVCastControlCommand& cmd) in SendControlCommand() function in OHOS::AVSession::AVCastControllerItem
Dhw_cast_stream_player.cpp73 void HwCastStreamPlayer::SendControlCommand(const AVCastControlCommand castControlCommand) in SendControlCommand() function in OHOS::AVSession::HwCastStreamPlayer
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
Davsession_controller_test.cpp285 int32_t AVSessionControllerStubTest::SendControlCommand(const AVControlCommand& cmd) in SendControlCommand() function in OHOS::AVSession::AVSessionControllerStubTest
Davcast_controller_test.cpp270 void SendControlCommand(const AVCastControlCommand cmd) {} in SendControlCommand() function in OHOS::AVSession::AVCastControllerProxyMock
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
Dnapi_avcast_controller.cpp190 napi_value NapiAVCastController::SendControlCommand(napi_env env, napi_callback_info info) in SendControlCommand() function in OHOS::AVSession::NapiAVCastController
Dnapi_avsession_controller.cpp1094 napi_value NapiAVSessionController::SendControlCommand(napi_env env, napi_callback_info info) in SendControlCommand() function in OHOS::AVSession::NapiAVSessionController