Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/utils/
H A Ddisplay_module_loader.h25 class DisplayModuleLoader {
27 static std::unique_ptr<DisplayModuleLoader> Create(const std::string &pathName) in Create()
36 return std::make_unique<DisplayModuleLoader>(handle); in Create()
39 explicit DisplayModuleLoader(void *handle) : handle_(handle) {} in DisplayModuleLoader() function
46 ~DisplayModuleLoader() in ~DisplayModuleLoader()
H A Ddisplay_adapter.h47 std::unique_ptr<DisplayModuleLoader> loader_;
H A Ddisplay_adapter.cpp41 loader_ = DisplayModuleLoader::Create(LIB_NAME_ADAPTER); in Init()