Searched refs:VENDOR_CONFIG (Results 1 – 5 of 5) sorted by relevance
/base/powermgr/thermal_manager/test/systemtest/src/ |
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 …]
|
/base/powermgr/thermal_manager/test/systemtest/include/ |
D | thermal_mgr_system_test.h | 42 const std::string VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; variable
|
/base/powermgr/thermal_manager/test/common/include/ |
D | thermal_test.h | 41 const std::string VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; variable
|
/base/powermgr/thermal_manager/test/common/src/ |
D | thermal_test.cpp | 131 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in IsVendor()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_service_test.cpp | 47 constexpr const char* VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; variable 208 rename(VENDOR_CONFIG, VENDOR_CONFIG_BACKUP.c_str()); 214 rename(VENDOR_CONFIG_BACKUP.c_str(), VENDOR_CONFIG);
|