Searched refs:rsClient (Results 1 – 2 of 2) sorted by relevance
25 auto& rsClient = OHOS::Rosen::RSInterfaces::GetInstance(); in RequestVsync() local26 receiver_ = rsClient.CreateVSyncReceiver("NWeb_" + std::to_string(::getpid())); in RequestVsync()
268 auto& rsClient = Rosen::RSInterfaces::GetInstance(); in GetMemoryInfoByPid() local269 … unique_ptr<MemoryGraphic> memGraphic = make_unique<MemoryGraphic>(rsClient.GetMemoryGraphic(pid)); in GetMemoryInfoByPid()713 auto& rsClient = Rosen::RSInterfaces::GetInstance(); in GetMemGraphics() local714 memGraphicVec_ = rsClient.GetMemoryGraphics(); in GetMemGraphics()