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:bundlePriority
(Results
1 - 7
of
7
) sorted by relevance
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H
A
D
default_multi_account_priority.cpp
45
int
bundlePriority
)
in RecalcBundlePriority()
51
return accountInfo->GetPriority() +
bundlePriority
;
in RecalcBundlePriority()
44
RecalcBundlePriority(std::shared_ptr<AccountPriorityInfo> accountInfo, int
bundlePriority
)
RecalcBundlePriority()
argument
H
A
D
multi_account_manager.cpp
118
int MultiAccountManager::RecalcBundlePriority(int accountId, int
bundlePriority
)
in RecalcBundlePriority()
argument
131
int recalcPriority = strategy_->RecalcBundlePriority(accountInfo,
bundlePriority
);
in RecalcBundlePriority()
/foundation/resourceschedule/memmgr/test/unittest/phone/
H
A
D
default_multi_account_strategy_test.cpp
108
int
bundlePriority
= RECLAIM_PRIORITY_VISIBLE;
in HWTEST_F()
local
114
int recalcPriority = mulAcc.RecalcBundlePriority(accountInfo,
bundlePriority
);
in HWTEST_F()
120
recalcPriority = mulAcc.RecalcBundlePriority(accountInfo,
bundlePriority
);
in HWTEST_F()
H
A
D
multi_account_manager_test.cpp
85
int
bundlePriority
= RECLAIM_PRIORITY_FOREGROUND;
in HWTEST_F()
local
88
int recalcPriority = MultiAccountManager::GetInstance().RecalcBundlePriority(accountId,
bundlePriority
);
in HWTEST_F()
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H
A
D
multi_account_strategy.h
26
virtual int RecalcBundlePriority(std::shared_ptr<AccountPriorityInfo> accountInfo, int
bundlePriority
) = 0;
H
A
D
default_multi_account_strategy.h
31
int RecalcBundlePriority(std::shared_ptr<AccountPriorityInfo> accountInfo, int
bundlePriority
);
H
A
D
multi_account_manager.h
37
int RecalcBundlePriority(int accountId, int
bundlePriority
);
Completed in 4 milliseconds