Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_srv_config_parser.h62 bool DecryptConfig(const std::string& path, std::string& result);
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp48 bool ThermalSrvConfigParser::DecryptConfig(const std::string& path, std::string& result) in DecryptConfig() function in OHOS::PowerMgr::ThermalSrvConfigParser
90 if (DecryptConfig(path, result)) { in ParseXmlFile()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-thermal_policy.md128 bool ThermalSrvConfigParser::DecryptConfig(const std::string& path, std::string& result)
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mgr_policy_test.cpp1727 bool ret = g_service->GetConfigParser().DecryptConfig(path, result);