Searched refs:ClearMemoryCache (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_cache.cpp | 41 ClearMemoryCache(slotId); in ClearAllCache() 61 void OperatorConfigCache::ClearMemoryCache(int32_t slotId) in ClearMemoryCache() function in OHOS::Telephony::OperatorConfigCache 153 ClearMemoryCache(slotId); in UpdateOperatorConfigs() 238 ClearMemoryCache(slotId_); in ProcessEvent()
|
H A D | sim_state_tracker.cpp | 138 operatorConfigCache_->ClearMemoryCache(slotId); in ProcessOperatorCacheDel()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | operator_config_cache.h | 30 void ClearMemoryCache(int32_t slotId);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_draw_frame.cpp | 84 unirenderInstance_.ClearMemoryCache(ClearMemoryMoment::FILTER_INVALID, true); in NotifyClearGpuCache()
|
H A D | rs_uni_render_thread.h | 78 void ClearMemoryCache(ClearMemoryMoment moment, bool deeply, pid_t pid = -1);
|
H A D | rs_uni_render_thread.cpp | 772 void RSUniRenderThread::ClearMemoryCache(ClearMemoryMoment moment, bool deeply, pid_t pid) in ClearMemoryCache() function in OHOS::Rosen::RSUniRenderThread 873 ClearMemoryCache(clearMoment_, clearMemDeeply_); in ResetClearMemoryTask()
|
H A D | rs_main_thread.cpp | 833 … isUniRender_ ? RSUniRenderThread::Instance().ClearMemoryCache(context_->clearMoment_, false) : in ProcessCommand() 834 ClearMemoryCache(context_->clearMoment_, false); in ProcessCommand() 838 … isUniRender_ ? RSUniRenderThread::Instance().ClearMemoryCache(context_->clearMoment_, true) : in ProcessCommand() 839 ClearMemoryCache(context_->clearMoment_, true); in ProcessCommand() 1713 void RSMainThread::ClearMemoryCache(ClearMemoryMoment moment, bool deeply, pid_t pid) in ClearMemoryCache() function in OHOS::Rosen::RSMainThread 3382 … RSUniRenderThread::Instance().ClearMemoryCache(ClearMemoryMoment::PROCESS_EXIT, true, remotePid); in ClearTransactionDataPidInfo() 3385 ClearMemoryCache(ClearMemoryMoment::PROCESS_EXIT, true); in ClearTransactionDataPidInfo() 4080 … RSUniRenderThread::Instance().ClearMemoryCache(ClearMemoryMoment::LOW_MEMORY, true); in HandleOnTrim() 4083 ClearMemoryCache(ClearMemoryMoment::LOW_MEMORY, true); in HandleOnTrim()
|
H A D | rs_main_thread.h | 115 void ClearMemoryCache(ClearMemoryMoment moment, bool deeply = false, pid_t pid = -1);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_thread_test.cpp | 302 instance.ClearMemoryCache(ClearMemoryMoment::FILTER_INVALID, true, 0);
|