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:NeedContinue
(Results
1 - 6
of
6
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H
A
D
recently_unused_bundle_aging_handler.cpp
88
if (!
NeedContinue
(request)) {
in ProcessBundle()
95
return
NeedContinue
(request);
in ProcessBundle()
98
bool RecentlyUnuseBundleAgingHandler::
NeedContinue
(const AgingRequest &request) const
in NeedContinue()
function in OHOS::AppExecFwk::RecentlyUnuseBundleAgingHandler
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aging/
H
A
D
aging_handler.h
41
virtual bool
NeedContinue
(const AgingRequest &request) const;
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/recentlyunusedagingmgr_fuzzer/
H
A
D
recentlyunusedagingmgr_fuzzer.cpp
35
bundleAgingMgr.
NeedContinue
(request);
in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
thumbnail_manager.cpp
93
bool ThumbnailRequest::
NeedContinue
()
in NeedContinue()
function in OHOS::Media::ThumbnailRequest
569
if (fastQueue_.Pop(request) && request->
NeedContinue
()) {
in ImageWorker()
574
if (qualityQueue_.Pop(request) && request->
NeedContinue
()) {
in ImageWorker()
643
if (!uvMsg->request_->
NeedContinue
()) {
in UvJsExecute()
674
if (!request->
NeedContinue
()) {
in NotifyImage()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
thumbnail_manager.h
82
bool
NeedContinue
();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_kit_service_test.cpp
8888
* @tc.name: test RecentlyUnuseBundleAgingHandler of
NeedContinue
8889
* @tc.desc:
NeedContinue
is false
8896
bool ret = bundleAgingMgr.
NeedContinue
(request);
in HWTEST_F()
Completed in 23 milliseconds