Home
last modified time | relevance | path

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

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