Home
last modified time | relevance | path

Searched refs:VENDOR_CONFIG (Results 1 – 5 of 5) sorted by relevance

/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_mgr_system_test.cpp211 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/
Dthermal_mgr_system_test.h42 const std::string VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; variable
/base/powermgr/thermal_manager/test/common/include/
Dthermal_test.h41 const std::string VENDOR_CONFIG = "/vendor/etc/thermal_config/thermal_service_config.xml"; variable
/base/powermgr/thermal_manager/test/common/src/
Dthermal_test.cpp131 if (access(VENDOR_CONFIG.c_str(), 0) != 0) { in IsVendor()
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_service_test.cpp47 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);