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:recycleStrategy
(Results
1 - 5
of
5
) sorted by relevance
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H
A
D
sa_profiles.h
136
int32_t
recycleStrategy
= IMMEDIATELY;
member
149
int32_t
recycleStrategy
= IMMEDIATELY;
member
H
A
D
parse_util.h
70
bool CheckRecycleStrategy(const std::string& recycleStrategyStr, int32_t&
recycleStrategy
);
/foundation/systemabilitymgr/samgr/services/common/src/
H
A
D
parse_util.cpp
418
string
recycleStrategy
;
in ParseSystemAbilityGetSaExtInfo()
local
419
GetStringFromJson(systemAbilityJson, SA_TAG_RECYCLE_STRATEGY,
recycleStrategy
);
in ParseSystemAbilityGetSaExtInfo()
420
if (!CheckRecycleStrategy(
recycleStrategy
, saProfile.
recycleStrategy
)) {
in ParseSystemAbilityGetSaExtInfo()
421
HILOGE("profile format error:
recycleStrategy
: %{public}s is not immediately or low-memory",
in ParseSystemAbilityGetSaExtInfo()
422
recycleStrategy
.c_str());
in ParseSystemAbilityGetSaExtInfo()
444
bool ParseUtil::CheckRecycleStrategy(const std::string& recycleStrategyStr, int32_t&
recycleStrategy
)
in CheckRecycleStrategy()
argument
447
recycleStrategy
= IMMEDIATELY;
in CheckRecycleStrategy()
450
recycleStrategy
= LOW_MEMORY;
in CheckRecycleStrategy()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H
A
D
system_ability_manager_util.cpp
230
newProfile.
recycleStrategy
= oldProfile.
recycleStrategy
;
in FilterCommonSaProfile()
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H
A
D
system_ability_manager.h
201
return saProfile.
recycleStrategy
== IMMEDIATELY;
in CheckSaIsImmediatelyRecycle()
Completed in 4 milliseconds