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:GetLimitValue
(Results
1 - 3
of
3
) sorted by relevance
/base/powermgr/thermal_manager/test/unittest/src/
H
A
D
thermal_mock_action_test.cpp
260
EXPECT_EQ(1992000, MockSocPerfAction::
GetLimitValue
(LIM_CPU_BIG_ID));
in HWTEST_F()
261
EXPECT_EQ(1991500, MockSocPerfAction::
GetLimitValue
(LIM_CPU_MED_ID));
in HWTEST_F()
262
EXPECT_EQ(1991200, MockSocPerfAction::
GetLimitValue
(LIM_CPU_LIT_ID));
in HWTEST_F()
263
int64_t gpuLimitValue = MockSocPerfAction::
GetLimitValue
(LIM_GPU_ID);
in HWTEST_F()
294
EXPECT_EQ(1991000, MockSocPerfAction::
GetLimitValue
(LIM_CPU_BIG_ID));
in HWTEST_F()
295
EXPECT_EQ(1990500, MockSocPerfAction::
GetLimitValue
(LIM_CPU_MED_ID));
in HWTEST_F()
296
EXPECT_EQ(1990200, MockSocPerfAction::
GetLimitValue
(LIM_CPU_LIT_ID));
in HWTEST_F()
297
int64_t gpuLimitValue = MockSocPerfAction::
GetLimitValue
(LIM_GPU_ID);
in HWTEST_F()
328
EXPECT_EQ(1990000, MockSocPerfAction::
GetLimitValue
(LIM_CPU_BIG_ID));
in HWTEST_F()
329
EXPECT_EQ(1989500, MockSocPerfAction::
GetLimitValue
(LIM_CPU_MED_I
in HWTEST_F()
[all...]
/base/powermgr/thermal_manager/test/unittest/mock_action/include/
H
A
D
mock_socperf_action.h
27
static int64_t
GetLimitValue
(int32_t tag);
/base/powermgr/thermal_manager/test/unittest/mock_action/src/
H
A
D
mock_socperf_action.cpp
34
int64_t MockSocPerfAction::
GetLimitValue
(int32_t tag)
in GetLimitValue()
function in OHOS::PowerMgr::MockSocPerfAction
Completed in 2 milliseconds