Searched refs:VENDOR_CONFIG (Results 1 - 5 of 5) sorted by relevance
/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_system_test.cpp | 211 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in HWTEST_F() 250 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in HWTEST_F() 289 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in HWTEST_F() 328 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in HWTEST_F() 369 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in HWTEST_F() 390 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in HWTEST_F() 428 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in HWTEST_F() 448 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in HWTEST_F() 486 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in HWTEST_F() 507 if (access(VENDOR_CONFIG in HWTEST_F() [all...] |
/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"; member 133 int32_t ret = rename(VENDOR_CONFIG_BACKUP.c_str(), VENDOR_CONFIG); in HWTEST_F()
|
/base/powermgr/thermal_manager/test/common/include/ |
H A D | thermal_test.h | 42 const std::string VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; member
|
/base/powermgr/thermal_manager/test/systemtest/include/ |
H A D | thermal_mgr_system_test.h | 43 const std::string VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; member
|
/base/powermgr/thermal_manager/test/common/src/ |
H A D | thermal_test.cpp | 124 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in IsVendor()
|
Completed in 3 milliseconds