Searched refs:SetRequestVsyncCallback (Results 1 – 5 of 5) sorted by relevance
318 HWTEST_F(RSUIDirectorTest, SetRequestVsyncCallback, TestSize.Level1)325 director->SetRequestVsyncCallback(callback);521 director->SetRequestVsyncCallback(callback);
68 void SetRequestVsyncCallback(const std::function<void()>& callback);
277 void RSUIDirector::SetRequestVsyncCallback(const std::function<void()>& callback) in SetRequestVsyncCallback() function in OHOS::Rosen::RSUIDirector
90 rsUIDirector_->SetRequestVsyncCallback([weak = weak_from_this()]() { in RosenWindow()
450 director->SetRequestVsyncCallback(callback); in DoSetRequestVsyncCallback()