Searched refs:VENDOR_CONFIG (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_system_test.cpp | 211 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { 250 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { 289 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { 328 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { 369 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { 390 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { 428 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { 448 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { 486 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { 507 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { [all …]
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_service_test.cpp | 42 constexpr const char* VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; variable 133 int32_t ret = rename(VENDOR_CONFIG_BACKUP.c_str(), VENDOR_CONFIG);
|
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/include/ |
H A D | thermal_mgr_system_test.h | 42 const std::string VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; variable
|
/ohos5.0/base/powermgr/thermal_manager/test/common/include/ |
H A D | thermal_test.h | 41 const std::string VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; variable
|
/ohos5.0/base/powermgr/thermal_manager/test/common/src/ |
H A D | thermal_test.cpp | 124 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in IsVendor()
|