Home
last modified time | relevance | path

Searched refs:OnDrawingCacheDfxSwitchCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h435 static void OnDrawingCacheDfxSwitchCallback(const char *key, const char *value, void *context);
H A Drs_main_thread.cpp521 …RSSystemProperties::WatchSystemProperty(DRAWING_CACHE_DFX, OnDrawingCacheDfxSwitchCallback, nullpt… in Init()
1826 void RSMainThread::OnDrawingCacheDfxSwitchCallback(const char *key, const char *value, void *contex… in OnDrawingCacheDfxSwitchCallback() function in OHOS::Rosen::RSMainThread
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp3753 HWTEST_F(RSMainThreadTest, OnDrawingCacheDfxSwitchCallback, TestSize.Level2)
3757 RSMainThread::OnDrawingCacheDfxSwitchCallback("persist", "1", nullptr);
3758 RSMainThread::OnDrawingCacheDfxSwitchCallback("rosen.drawingCache.enabledDfx", "1", nullptr);