Home
last modified time | relevance | path

Searched refs:LCD_PATH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mgr_policy_test.cpp822 std::string ret = GetNodeValue(LCD_PATH);
844 std::string ret = GetNodeValue(LCD_PATH);
866 std::string ret = GetNodeValue(LCD_PATH);
891 std::string ret = GetNodeValue(LCD_PATH);
916 std::string ret = GetNodeValue(LCD_PATH);
1287 std::string ret = GetNodeValue(LCD_PATH);
1310 std::string ret = GetNodeValue(LCD_PATH);
1333 std::string ret = GetNodeValue(LCD_PATH);
1356 std::string ret = GetNodeValue(LCD_PATH);
1524 ret = GetNodeValue(LCD_PATH);
[all …]
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/include/
H A Dthermal_mgr_system_test.h36 const std::string LCD_PATH = "/data/service/el0/thermal/config/lcd"; variable
/ohos5.0/base/powermgr/thermal_manager/test/common/include/
H A Dthermal_test.h33 const std::string LCD_PATH = "/data/service/el0/thermal/config/lcd"; variable
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp49 const std::string LCD_PATH { "/sys/class/graphics/fb0/lcd_model" }; variable
904 return GetVendorInfo(LCD_PATH); in GetLcdInfo()