Home
last modified time | relevance | path

Searched refs:isCached (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_data.h83 void SetIsCached(bool isCached) in SetIsCached() argument
85 isCached_ = isCached; in SetIsCached()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c78 g_unlockAuthResult.isCached = true; in CacheUnlockAuthResult()
86 g_anyAuthResult.isCached = true; in CacheAnyAuthResult()
321 if (!authResultCache.isCached) { in CheckReuseUnlockTokenValid()
337 authResultCache.isCached = false; in CheckReuseUnlockTokenValid()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h70 bool isCached; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h179 void SetIsCache(bool isCached);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp383 void DrawCmdList::SetIsCache(bool isCached) in SetIsCache() argument
385 isCached_ = isCached; in SetIsCache()