Home
last modified time | relevance | path

Searched refs:HandleGetWindowStyleType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_stub.h71 int HandleGetWindowStyleType(MessageParcel& data, MessageParcel& reply);
H A Dscene_session_manager_stub.h100 int HandleGetWindowStyleType(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lite_stub_test.cpp699 HWTEST_F(SceneSessionManagerLiteStubTest, HandleGetWindowStyleType, Function | SmallTest | Level1)
704 SceneSessionManagerLiteStub::HandleGetWindowStyleType(data, reply);
H A Dscene_session_manager_stub_test.cpp2036 HWTEST_F(SceneSessionManagerStubTest, HandleGetWindowStyleType, Function | SmallTest | Level2)
2041 int res = stub_->HandleGetWindowStyleType(data, reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp117 return HandleGetWindowStyleType(data, reply); in ProcessRemoteRequest()
654 int SceneSessionManagerLiteStub::HandleGetWindowStyleType(MessageParcel& data, MessageParcel& reply) in HandleGetWindowStyleType() function in OHOS::Rosen::SceneSessionManagerLiteStub
H A Dscene_session_manager_stub.cpp170 return HandleGetWindowStyleType(data, reply); in ProcessRemoteRequest()
1084 int SceneSessionManagerStub::HandleGetWindowStyleType(MessageParcel& data, MessageParcel& reply) in HandleGetWindowStyleType() function in OHOS::Rosen::SceneSessionManagerStub