Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_mgr_dumper.cpp62 return DumpPolicy(args, result, tms); in Dump()
108 bool ThermalMgrDumper::DumpPolicy(const std::vector<std::string>& args, in DumpPolicy() function in OHOS::PowerMgr::ThermalMgrDumper
125 tms->GetPolicy()->DumpPolicy(result); in DumpPolicy()
/ohos5.0/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_mgr_dumper.h38 static bool DumpPolicy(const std::vector<std::string>& args, std::string& result,
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_policy/
H A Dthermal_policy.h55 void DumpPolicy(std::string& result);
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp278 void ThermalPolicy::DumpPolicy(std::string& result) in DumpPolicy() function in OHOS::PowerMgr::ThermalPolicy