Searched refs:HandleUpdateRect (Results 1 – 3 of 3) sorted by relevance
38 int HandleUpdateRect(MessageParcel& data, MessageParcel& reply);
110 HWTEST_F(SessionStageStubTest, HandleUpdateRect, Function | SmallTest | Level1)117 ASSERT_EQ(0, sessionStageStub_->HandleUpdateRect(data, reply));
102 return HandleUpdateRect(data, reply); in OnRemoteRequest()188 int SessionStageStub::HandleUpdateRect(MessageParcel& data, MessageParcel& reply) in HandleUpdateRect() function in OHOS::Rosen::SessionStageStub