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:MemMgrService
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H
A
D
mem_mgr_service.cpp
42
const std::string TAG = "
MemMgrService
";
47
IMPLEMENT_SINGLE_INSTANCE(
MemMgrService
);
48
const bool REGISTER_RESULT = SystemAbility::MakeAndRegisterAbility(&
MemMgrService
::GetInstance());
50
MemMgrService
::
MemMgrService
() : SystemAbility(MEMORY_MANAGER_SA_ID, true)
in MemMgrService()
function in OHOS::Memory::MemMgrService
54
bool
MemMgrService
::Init()
in Init()
90
void
MemMgrService
::OnStart()
in OnStart()
112
void
MemMgrService
::OnStop()
in OnStop()
119
int32_t
MemMgrService
::GetBundlePriorityList(BundlePriorityList &bundlePrioList)
in GetBundlePriorityList()
133
int32_t
MemMgrService
[all...]
/foundation/resourceschedule/memmgr/services/memmgrservice/include/
H
A
D
mem_mgr_service.h
25
class
MemMgrService
: public SystemAbility, public MemMgrStub {
class
26
DECLARE_SYSTEM_ABILITY(
MemMgrService
);
27
DECLARE_SINGLE_INSTANCE_BASE(
MemMgrService
);
30
MemMgrService
();
31
~
MemMgrService
() = default;
/foundation/resourceschedule/memmgr/test/fuzztest/memmgrstub_fuzzer/
H
A
D
memmgrstub_fuzzer.cpp
70
MemMgrService
::GetInstance().OnRemoteRequest(code, data1, reply, option);
in HandleGetBunldePriorityListFuzzTest()
Completed in 2 milliseconds