Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ThermalHdfConfig
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H
A
D
thermal_hdf_config.h
49
class
ThermalHdfConfig
{
class
53
ThermalHdfConfig
() {};
in ThermalHdfConfig()
function in OHOS::HDI::Thermal::V1_1::ThermalHdfConfig
54
~
ThermalHdfConfig
() = default;
55
ThermalHdfConfig
(const
ThermalHdfConfig
&) = delete;
56
ThermalHdfConfig
& operator=(const
ThermalHdfConfig
&) = delete;
57
static
ThermalHdfConfig
& GetInstance();
H
A
D
thermal_zone_manager.h
134
ThermalHdfConfig
::PollingMap pollingMap_;
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H
A
D
thermal_hdf_config.cpp
32
ThermalHdfConfig
&
ThermalHdfConfig
::GetInstance()
in GetInstance()
34
static
ThermalHdfConfig
instance;
in GetInstance()
38
int32_t
ThermalHdfConfig
::ThermalHDIConfigInit(const std::string& path)
in ThermalHDIConfigInit()
46
int32_t
ThermalHdfConfig
::ParseThermalHdiXMLConfig(const std::string& path)
in ParseThermalHdiXMLConfig()
95
void
ThermalHdfConfig
::ParseBaseNode(xmlNodePtr node)
in ParseBaseNode()
121
std::string
ThermalHdfConfig
::GetXmlNodeName(xmlNodePtr node, std::string &defaultName)
in GetXmlNodeName()
134
void
ThermalHdfConfig
::ParsePollingNode(xmlNodePtr node)
in ParsePollingNode()
183
void
ThermalHdfConfig
::ParsePollingSubNode(xmlNodePtr node, XMLThermalNodeInfo& tn)
in ParsePollingSubNode()
200
void
ThermalHdfConfig
[all...]
H
A
D
thermal_interface_impl.cpp
66
ret =
ThermalHdfConfig
::GetInstance().ThermalHDIConfigInit(path);
in Init()
76
ret =
ThermalHdfConfig
::GetInstance().ThermalHDIConfigInit(VENDOR_HDI_XML_PATH);
in Init()
H
A
D
thermal_hdf_timer.cpp
59
auto baseConfigList =
ThermalHdfConfig
::GetInstance().GetBaseConfig()->GetBaseItem();
in SetSimluationFlag()
H
A
D
thermal_dfx.cpp
325
std::vector<DfxTraceInfo> logInfo =
ThermalHdfConfig
::GetInstance().GetTracingInfo();
in WriteToEmptyFile()
347
std::vector<DfxTraceInfo>& logInfo =
ThermalHdfConfig
::GetInstance().GetTracingInfo();
in WriteToFile()
446
XmlTraceConfig& config =
ThermalHdfConfig
::GetInstance().GetXmlTraceConfig();
in Init()
H
A
D
thermal_device_mitigation.cpp
255
ret =
ThermalHdfConfig
::GetInstance().GetIsolateCpuNodePath(flag_, type, path);
in IsolateCpu()
H
A
D
thermal_zone_manager.cpp
52
pollingMap_ =
ThermalHdfConfig
::GetInstance().GetPollingConfig();
in Init()
Completed in 8 milliseconds