Home
last modified time | relevance | path

Searched refs:WaitResponse (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_controller.cpp94 waitRsp_ = WaitResponse::WAITING_RSP_SET_PARAM_M5; in Action()
102 waitRsp_ = WaitResponse::WAITING_RSP_PLAY_M7; in Action()
106 waitRsp_ = WaitResponse::WAITING_RSP_PAUSE_M9; in Action()
110 waitRsp_ = WaitResponse::WAITING_RSP_TEARDOWN_M8; in Action()
161 waitRsp_ = WaitResponse::WAITING_RSP_OPT_M2; in OnPeerReady()
173 waitRsp_ = WaitResponse::WAITING_RSP_ANNOUNCE; in OnPeerReady()
264 waitRsp_ = WaitResponse::WAITING_RSP_NONE; in SendCastRenderReadyOption()
281 waitRsp_ = WaitResponse::WAITING_RSP_OPT_M1; in DealAnnounceRequest()
366 waitRsp_ = WaitResponse::WAITING_RSP_ANNOUNCE; in ProcessAnnounceRequest()
390 waitRsp_ = WaitResponse in ProcessOptionRequest()
[all...]
H A Drtsp_controller.h123 WaitResponse waitRsp_{ WaitResponse::WAITING_RSP_NONE };
129 std::map<WaitResponse, ResponseFunc> responseFuncMap_;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_controller.cpp94 waitRsp_ = WaitResponse::WAITING_RSP_SET_PARAM_M5; in Action()
102 waitRsp_ = WaitResponse::WAITING_RSP_PLAY_M7; in Action()
106 waitRsp_ = WaitResponse::WAITING_RSP_PAUSE_M9; in Action()
110 waitRsp_ = WaitResponse::WAITING_RSP_TEARDOWN_M8; in Action()
161 waitRsp_ = WaitResponse::WAITING_RSP_OPT_M2; in OnPeerReady()
173 waitRsp_ = WaitResponse::WAITING_RSP_ANNOUNCE; in OnPeerReady()
264 waitRsp_ = WaitResponse::WAITING_RSP_NONE; in SendCastRenderReadyOption()
281 waitRsp_ = WaitResponse::WAITING_RSP_OPT_M1; in DealAnnounceRequest()
366 waitRsp_ = WaitResponse::WAITING_RSP_ANNOUNCE; in ProcessAnnounceRequest()
390 waitRsp_ = WaitResponse in ProcessOptionRequest()
[all...]
H A Drtsp_controller.h123 WaitResponse waitRsp_{ WaitResponse::WAITING_RSP_NONE };
129 std::map<WaitResponse, ResponseFunc> responseFuncMap_;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/
H A Drtsp_basetype.h44 enum class WaitResponse { class
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/
H A Drtsp_basetype.h44 enum class WaitResponse { class
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.h113 std::shared_ptr<Response> WaitResponse(uint32_t timeout);
H A Dtmessenger.cpp324 return WaitResponse(timeout); in QueryResult()
342 std::shared_ptr<Response> TMessenger::WaitResponse(uint32_t timeout) in WaitResponse() function in OHOS::TMessenger

Completed in 6 milliseconds