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:MemMgrProxy
(Results
1 - 2
of
2
) sorted by relevance
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H
A
D
mem_mgr_proxy.h
23
class
MemMgrProxy
: public IRemoteProxy<IMemMgr> {
class
25
explicit
MemMgrProxy
(const sptr<IRemoteObject>& impl) : IRemoteProxy<IMemMgr>(impl) {}
in MemMgrProxy()
function in OHOS::Memory::MemMgrProxy
26
~
MemMgrProxy
() = default;
46
static inline BrokerDelegator<
MemMgrProxy
> delegator_;
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H
A
D
mem_mgr_proxy.cpp
25
const std::string TAG = "
MemMgrProxy
";
28
int32_t
MemMgrProxy
::GetBundlePriorityList(BundlePriorityList &bundlePrioList)
in GetBundlePriorityList()
62
int32_t
MemMgrProxy
::NotifyDistDevStatus(int32_t pid, int32_t uid, const std::string &name, bool connected)
in NotifyDistDevStatus()
96
int32_t
MemMgrProxy
::GetKillLevelOfLmkd(int32_t &killLevel)
in GetKillLevelOfLmkd()
129
int32_t
MemMgrProxy
::RegisterActiveApps(int32_t pid, int32_t uid)
in RegisterActiveApps()
162
int32_t
MemMgrProxy
::DeregisterActiveApps(int32_t pid, int32_t uid)
in DeregisterActiveApps()
195
int32_t
MemMgrProxy
::SubscribeAppState(const sptr<IAppStateSubscriber> &subscriber)
in SubscribeAppState()
232
int32_t
MemMgrProxy
::UnsubscribeAppState(const sptr<IAppStateSubscriber> &subscriber)
in UnsubscribeAppState()
269
int32_t
MemMgrProxy
::GetAvailableMemory(int32_t &memSize)
in GetAvailableMemory()
297
int32_t
MemMgrProxy
[all...]
Completed in 1 milliseconds