Home
last modified time | relevance | path

Searched refs:HandleUpdateRect (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.h38 int HandleUpdateRect(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_stub_test.cpp110 HWTEST_F(SessionStageStubTest, HandleUpdateRect, Function | SmallTest | Level1)
117 ASSERT_EQ(0, sessionStageStub_->HandleUpdateRect(data, reply));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp102 return HandleUpdateRect(data, reply); in OnRemoteRequest()
188 int SessionStageStub::HandleUpdateRect(MessageParcel& data, MessageParcel& reply) in HandleUpdateRect() function in OHOS::Rosen::SessionStageStub