Home
last modified time | relevance | path

Searched refs:fbDeviceList_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/ui/driver/
H A Dsurface_dev.cpp23 std::vector<std::string> SurfaceDev::fbDeviceList_ {FB_DEV_PATH};
55 … bool isFbDevice = std::find_if(fbDeviceList_.begin(), fbDeviceList_.end(), [] (auto &devicePath) { in GetDevType()
61 }) != fbDeviceList_.end(); in GetDevType()
95 fbDeviceList_.push_back(devicePath); in AddFbDevice()
H A Dsurface_dev.h44 static std::vector<std::string> fbDeviceList_; variable