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 D | scene_session_manager_lite_stub.h | 71 int HandleGetWindowStyleType(MessageParcel& data, MessageParcel& reply);
|
H A D | scene_session_manager_stub.h | 100 int HandleGetWindowStyleType(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_lite_stub_test.cpp | 699 HWTEST_F(SceneSessionManagerLiteStubTest, HandleGetWindowStyleType, Function | SmallTest | Level1) 704 SceneSessionManagerLiteStub::HandleGetWindowStyleType(data, reply);
|
H A D | scene_session_manager_stub_test.cpp | 2036 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 D | scene_session_manager_lite_stub.cpp | 117 return HandleGetWindowStyleType(data, reply); in ProcessRemoteRequest() 654 int SceneSessionManagerLiteStub::HandleGetWindowStyleType(MessageParcel& data, MessageParcel& reply) in HandleGetWindowStyleType() function in OHOS::Rosen::SceneSessionManagerLiteStub
|
H A D | scene_session_manager_stub.cpp | 170 return HandleGetWindowStyleType(data, reply); in ProcessRemoteRequest() 1084 int SceneSessionManagerStub::HandleGetWindowStyleType(MessageParcel& data, MessageParcel& reply) in HandleGetWindowStyleType() function in OHOS::Rosen::SceneSessionManagerStub
|