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:killLevel
(Results
1 - 12
of
12
) sorted by relevance
/foundation/resourceschedule/memmgr/test/unittest/phone/
H
A
D
low_memory_killer_test.cpp
68
int
killLevel
= 0;
in HWTEST_F()
local
70
ret = LowMemoryKiller::GetInstance().QueryKillMemoryPriorityPair(currBufferKB, targetBufKB,
killLevel
);
in HWTEST_F()
H
A
D
innerkits_test.cpp
123
int32_t
killLevel
;
in HWTEST_F()
local
124
int32_t ret = MemMgrClient::GetInstance().GetKillLevelOfLmkd(
killLevel
);
in HWTEST_F()
126
printf("lmkd kill level: %d\n",
killLevel
);
in HWTEST_F()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/kill_strategy_manager/
H
A
D
low_memory_killer.cpp
127
unsigned int &targetBufKB, int &
killLevel
)
in QueryKillMemoryPriorityPair()
152
killLevel
= tempKillLevel;
in QueryKillMemoryPriorityPair()
166
killLevel
= tempKillLevel;
in QueryKillMemoryPriorityPair()
126
QueryKillMemoryPriorityPair(unsigned int currBufferKB, unsigned int &targetBufKB, int &
killLevel
)
QueryKillMemoryPriorityPair()
argument
/foundation/resourceschedule/memmgr/services/memmgrservice/include/kill_strategy_manager/
H
A
D
low_memory_killer.h
34
unsigned int &targetBufKB, int &
killLevel
);
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H
A
D
mem_mgr_client.cpp
66
int32_t MemMgrClient::GetKillLevelOfLmkd(int32_t &
killLevel
)
in GetKillLevelOfLmkd()
argument
74
return dps->GetKillLevelOfLmkd(
killLevel
);
in GetKillLevelOfLmkd()
H
A
D
mem_mgr_proxy.cpp
96
int32_t MemMgrProxy::GetKillLevelOfLmkd(int32_t &
killLevel
)
in GetKillLevelOfLmkd()
argument
124
killLevel
= curKillLevel;
in GetKillLevelOfLmkd()
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H
A
D
mem_mgr_client.h
36
int32_t GetKillLevelOfLmkd(int32_t &
killLevel
);
H
A
D
i_mem_mgr.h
42
virtual int32_t GetKillLevelOfLmkd(int32_t &
killLevel
) = 0;
H
A
D
mem_mgr_proxy.h
29
int32_t GetKillLevelOfLmkd(int32_t &
killLevel
) override;
/foundation/resourceschedule/memmgr/services/memmgrservice/include/
H
A
D
mem_mgr_service.h
34
virtual int32_t GetKillLevelOfLmkd(int32_t &
killLevel
) override;
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H
A
D
mem_mgr_service.cpp
149
int32_t MemMgrService::GetKillLevelOfLmkd(int32_t &
killLevel
)
in GetKillLevelOfLmkd()
argument
152
killLevel
= LowMemoryKiller::GetInstance().GetKillLevel();
in GetKillLevelOfLmkd()
H
A
D
mem_mgr_stub.cpp
136
int32_t
killLevel
= LowMemoryKiller::GetInstance().GetKillLevel();
in HandleGetKillLevelOfLmkd()
local
137
if (!reply.WriteInt32(
killLevel
)) {
in HandleGetKillLevelOfLmkd()
Completed in 6 milliseconds