Home
last modified time | relevance | path

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

/ohos5.0/drivers/interface/display/composer/cache_manager/
H A Ddevice_cache_manager.h37 int32_t RemoveDeviceCache(uint32_t deviceId);
H A Ddevice_cache_manager.cpp70 int32_t DeviceCacheManager::RemoveDeviceCache(uint32_t deviceId) in RemoveDeviceCache() function in OHOS::HDI::Display::Composer::DeviceCacheManager
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp227 if (cacheMgr->RemoveDeviceCache(outputId) != HDF_SUCCESS) { in OnHotPlug()