Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_stub.h78 int HandleGetRootMainWindowId(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lite_stub_test.cpp800 HWTEST_F(SceneSessionManagerLiteStubTest, HandleGetRootMainWindowId, Function | SmallTest | Level1)
807 SceneSessionManagerLiteStub::HandleGetRootMainWindowId(data, reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp131 return HandleGetRootMainWindowId(data, reply); in ProcessRemoteRequest()
758 int SceneSessionManagerLiteStub::HandleGetRootMainWindowId(MessageParcel &data, MessageParcel &repl… in HandleGetRootMainWindowId() function in OHOS::Rosen::SceneSessionManagerLiteStub