Home
last modified time | relevance | path

Searched refs:rsClient (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/ohos_adapter/graphic_adapter/src/
Dvsync_adapter_impl.cpp25 auto& rsClient = OHOS::Rosen::RSInterfaces::GetInstance(); in RequestVsync() local
26 receiver_ = rsClient.CreateVSyncReceiver("NWeb_" + std::to_string(::getpid())); in RequestVsync()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp268 auto& rsClient = Rosen::RSInterfaces::GetInstance(); in GetMemoryInfoByPid() local
269 … unique_ptr<MemoryGraphic> memGraphic = make_unique<MemoryGraphic>(rsClient.GetMemoryGraphic(pid)); in GetMemoryInfoByPid()
713 auto& rsClient = Rosen::RSInterfaces::GetInstance(); in GetMemGraphics() local
714 memGraphicVec_ = rsClient.GetMemoryGraphics(); in GetMemGraphics()