Searched refs:appDistributor (Results 1 – 2 of 2) sorted by relevance
71 sptr<VSyncDistributor> appDistributor = nullptr; member in OHOS::Rosen::VSyncLTPOTest144 appDistributor = new VSyncDistributor(appController, "app"); in Process1()146 …sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "app", nullptr, 1); // i… in Process1()148 appDistributor->AddConnection(connServerApp); in Process1()155 vsyncGenerator->SetAppDistributor(appDistributor); in Process1()
43 static inline sptr<VSyncDistributor> appDistributor; member in OHOS::Rosen::VSyncGeneratorTest52 appDistributor = new VSyncDistributor(appController, "app"); in SetUpTestCase()55 vsyncGenerator_->SetAppDistributor(appDistributor); in SetUpTestCase()