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:GetThermalInfo
(Results
1 - 11
of
11
) sorted by relevance
/base/powermgr/thermal_manager/test/systemtest/src/
H
A
D
thermal_mgr_system_test.cpp
216
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
255
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
294
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
333
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
374
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
394
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
432
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
452
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
490
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
511
MockThermalMgrClient::GetInstance().
GetThermalInfo
();
in HWTEST_F()
[all...]
/base/powermgr/thermal_manager/test/common/src/
H
A
D
mock_thermal_mgr_client.cpp
96
bool MockThermalMgrClient::
GetThermalInfo
()
in GetThermalInfo()
function in OHOS::PowerMgr::MockThermalMgrClient
100
ret = thermalSrv_->
GetThermalInfo
();
in GetThermalInfo()
101
THERMAL_HILOGD(COMP_FWK, "Calling
GetThermalInfo
Success");
in GetThermalInfo()
/base/powermgr/thermal_manager/test/common/include/
H
A
D
mock_thermal_mgr_client.h
32
bool
GetThermalInfo
();
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H
A
D
ithermal_srv.h
40
virtual bool
GetThermalInfo
() = 0;
/base/powermgr/thermal_manager/services/zidl/include/
H
A
D
thermal_srv_proxy.h
52
virtual bool
GetThermalInfo
() override;
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_service_test.cpp
93
g_service->
GetThermalInfo
();
in HWTEST_F()
H
A
D
thermal_mock_action_test.cpp
163
g_service->
GetThermalInfo
();
in TearDown()
/base/powermgr/thermal_manager/services/native/include/
H
A
D
thermal_service.h
77
bool
GetThermalInfo
() override;
/base/powermgr/thermal_manager/services/zidl/src/
H
A
D
thermal_srv_stub.cpp
210
ret =
GetThermalInfo
();
in GetThermalInfoStub()
H
A
D
thermal_srv_proxy.cpp
257
bool ThermalSrvProxy::
GetThermalInfo
()
in GetThermalInfo()
function in OHOS::PowerMgr::ThermalSrvProxy
/base/powermgr/thermal_manager/services/native/src/
H
A
D
thermal_service.cpp
475
bool ThermalService::
GetThermalInfo
()
in GetThermalInfo()
function in OHOS::PowerMgr::ThermalService
Completed in 6 milliseconds