Searched refs:HandleClose (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/av_session/services/session/ipc/stub/ |
H A D | avsession_service_stub.h | 55 int32_t HandleClose(MessageParcel& data, MessageParcel& reply); 116 [this](MessageParcel& data, MessageParcel& reply) { return HandleClose(data, reply); }}, 168 "HandleClose"},
|
H A D | avsession_service_stub.cpp | 453 int32_t AVSessionServiceStub::HandleClose(MessageParcel& data, MessageParcel& reply) in HandleClose() function in OHOS::AVSession::AVSessionServiceStub
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_sink_scene.h | 120 int32_t HandleClose(std::shared_ptr<WfdCloseReq> &msg, std::shared_ptr<WfdCommonRsp> &reply);
|
H A D | wfd_sink_scene.cpp | 389 rsp->ret = HandleClose(data, rsp); in OnRequest() 841 int32_t WfdSinkScene::HandleClose(std::shared_ptr<WfdCloseReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) in HandleClose() function in OHOS::Sharing::WfdSinkScene 858 OnInnerError(0, 0, SharingErrorCode::ERR_BAD_PARAMETER, "HandleClose can not find dev"); in HandleClose()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/ |
H A D | wfd_sink_scene_test.cpp | 730 int32_t ret = sinkScene_->HandleClose(msg, reply); in HWTEST_F() 751 int32_t ret = sinkScene_->HandleClose(msg, reply); in HWTEST_F()
|
Completed in 7 milliseconds