Searched refs:HandleAppendSurface (Results 1 - 6 of 6) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | media_channel.h | 99 SharingErrorCode HandleAppendSurface(SharingEvent &event);
|
H A D | media_channel.cpp | 292 HandleAppendSurface(event); in HandleEvent() 363 SharingErrorCode MediaChannel::HandleAppendSurface(SharingEvent &event) in HandleAppendSurface() function in OHOS::Sharing::MediaChannel
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_sink_scene.h | 113 int32_t HandleAppendSurface(std::shared_ptr<WfdAppendSurfaceReq> &msg, std::shared_ptr<WfdCommonRsp> &reply);
|
H A D | wfd_sink_scene.cpp | 325 rsp->ret = HandleAppendSurface(data, rsp); in OnRequest() 461 int32_t WfdSinkScene::HandleAppendSurface(std::shared_ptr<WfdAppendSurfaceReq> &msg, in HandleAppendSurface() function in OHOS::Sharing::WfdSinkScene 476 OnInnerError(0, 0, SharingErrorCode::ERR_BAD_PARAMETER, "HandleAppendSurface can't find the dev"); in HandleAppendSurface() 490 OnInnerError(0, 0, SharingErrorCode::ERR_SERVICE_LIMIT, "HandleAppendSurface surface is too much"); in HandleAppendSurface() 506 OnInnerError(0, 0, SharingErrorCode::ERR_STATE_EXCEPTION, "HandleAppendSurface this surface is using"); in HandleAppendSurface() 574 OnInnerError(0, 0, SharingErrorCode::ERR_BAD_PARAMETER, "HandleAppendSurface can't find the dev"); in HandleRemoveSurface()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_sink_scene_test.cpp | 470 int32_t ret = sinkScene_->HandleAppendSurface(msg, reply); in HWTEST_F() 482 int32_t ret = sinkScene_->HandleAppendSurface(msg, reply); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/channel/ |
H A D | media_channel_unit_test.cpp | 2119 auto error = mediaChannel->HandleAppendSurface(event); in HWTEST_F() 2133 auto error = mediaChannel->HandleAppendSurface(event); in HWTEST_F()
|
Completed in 10 milliseconds