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:NandLifeConfig
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/memmgr/common/src/config/
H
A
D
nand_life_config.cpp
22
const std::string TAG = "
NandLifeConfig
";
25
void
NandLifeConfig
::SetDailySwapOutQuotaMb(unsigned long long dailySwapOutQuotaMb)
in SetDailySwapOutQuotaMb()
30
unsigned long long
NandLifeConfig
::GetDailySwapOutQuotaMb(void)
in GetDailySwapOutQuotaMb()
35
void
NandLifeConfig
::SetTotalSwapOutQuotaMb(unsigned long long totalSwapOutQuotaMb)
in SetTotalSwapOutQuotaMb()
40
unsigned long long
NandLifeConfig
::GetTotalSwapOutQuotaMb(void)
in GetTotalSwapOutQuotaMb()
45
void
NandLifeConfig
::ParseConfig(const xmlNodePtr &rootNodePtr)
in ParseConfig()
73
void
NandLifeConfig
::Dump(int fd)
in Dump()
75
dprintf(fd, "
NandLifeConfig
: \n");
in Dump()
/foundation/resourceschedule/memmgr/common/include/
H
A
D
memmgr_config_manager.h
56
const
NandLifeConfig
& GetNandLifeConfig();
69
NandLifeConfig
nandLifeConfig_;
/foundation/resourceschedule/memmgr/common/include/config/
H
A
D
nand_life_config.h
28
class
NandLifeConfig
{
class
/foundation/resourceschedule/memmgr/services/memmgrservice/include/nandlife_controller/
H
A
D
nandlife_controller.h
32
NandLifeConfig
config_;
/foundation/resourceschedule/memmgr/common/src/
H
A
D
memmgr_config_manager.cpp
140
const
NandLifeConfig
&MemmgrConfigManager::GetNandLifeConfig()
in GetNandLifeConfig()
Completed in 2 milliseconds