Home
last modified time | relevance | path

Searched refs:HandleNotifyCloseExistPipWindow (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_stub.h54 int HandleNotifyCloseExistPipWindow(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_stub_test.cpp330 HWTEST_F(SessionStageStubTest, HandleNotifyCloseExistPipWindow, Function | SmallTest | Level1)
335 ASSERT_EQ(0, sessionStageStub_->HandleNotifyCloseExistPipWindow(data, reply));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp134 return HandleNotifyCloseExistPipWindow(data, reply); in OnRemoteRequest()
242 int SessionStageStub::HandleNotifyCloseExistPipWindow(MessageParcel& data, MessageParcel& reply) in HandleNotifyCloseExistPipWindow() function in OHOS::Rosen::SessionStageStub