Home
last modified time | relevance | path

Searched refs:HandleAppendSurface (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dmedia_channel.h99 SharingErrorCode HandleAppendSurface(SharingEvent &event);
H A Dmedia_channel.cpp292 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 Dwfd_sink_scene.h113 int32_t HandleAppendSurface(std::shared_ptr<WfdAppendSurfaceReq> &msg, std::shared_ptr<WfdCommonRsp> &reply);
H A Dwfd_sink_scene.cpp325 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 Dwfd_sink_scene_test.cpp470 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 Dmedia_channel_unit_test.cpp2119 auto error = mediaChannel->HandleAppendSurface(event); in HWTEST_F()
2133 auto error = mediaChannel->HandleAppendSurface(event); in HWTEST_F()

Completed in 9 milliseconds