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:ThermalDfx
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H
A
D
thermal_dfx.cpp
65
std::shared_ptr<
ThermalDfx
>
ThermalDfx
::instance_ = nullptr;
66
std::mutex
ThermalDfx
::mutexInstance_;
68
ThermalDfx
&
ThermalDfx
::GetInstance()
in GetInstance()
72
instance_ = std::make_shared<
ThermalDfx
>();
in GetInstance()
77
void
ThermalDfx
::DestroyInstance()
in DestroyInstance()
115
ThermalDfx
::
ThermalDfx
() :
in ThermalDfx()
function in OHOS::HDI::Thermal::V1_1::ThermalDfx
120
ThermalDfx
[all...]
H
A
D
thermal_hdf_timer.cpp
54
ThermalDfx
::DestroyInstance();
in ~ThermalHdfTimer()
93
int32_t dfxInterval = static_cast<int32_t>(
ThermalDfx
::GetInstance().GetInterval());
in LoopingThreadEntry()
106
ThermalDfx
::GetInstance().DoWork();
in LoopingThreadEntry()
130
ThermalDfx
::GetInstance().Init();
in Init()
/drivers/peripheral/thermal/test/unittest/
H
A
D
hdf_thermal_log_test.cpp
66
auto &hdfLog =
ThermalDfx
::GetInstance();
in HWTEST_F()
71
ThermalDfx
::DestroyInstance();
in HWTEST_F()
75
ThermalDfx
::DestroyInstance();
in HWTEST_F()
87
auto &hdfLog =
ThermalDfx
::GetInstance();
in HWTEST_F()
109
auto &hdfLog =
ThermalDfx
::GetInstance();
in HWTEST_F()
132
auto &hdfLog =
ThermalDfx
::GetInstance();
in HWTEST_F()
150
auto &hdfLog =
ThermalDfx
::GetInstance();
in HWTEST_F()
173
auto &hdfLog =
ThermalDfx
::GetInstance();
in HWTEST_F()
191
auto &hdfLog =
ThermalDfx
::GetInstance();
in HWTEST_F()
195
ThermalDfx
in HWTEST_F()
[all...]
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H
A
D
thermal_dfx.h
33
class
ThermalDfx
: public NoCopyable {
class
35
ThermalDfx
();
36
~
ThermalDfx
();
41
static
ThermalDfx
& GetInstance();
65
static std::shared_ptr<
ThermalDfx
> instance_;
Completed in 2 milliseconds