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:PreloadRequest
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_preloader.h
28
struct
PreloadRequest
{
struct
43
PreloadRequest
&request);
H
A
D
app_mgr_service_inner.h
1730
void HandlePreloadApplication(const
PreloadRequest
&request);
/foundation/ability/ability_runtime/test/unittest/app_preloader_test/
H
A
D
app_preloader_test.cpp
59
PreloadRequest
request;
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/
H
A
D
abilityapppreloader_fuzzer.cpp
63
PreloadRequest
request;
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_preloader.cpp
53
PreloadRequest
&request)
in GeneratePreloadRequest()
H
A
D
app_mgr_service_inner.cpp
419
PreloadRequest
request;
in PreloadApplication()
443
void AppMgrServiceInner::HandlePreloadApplication(const
PreloadRequest
&request)
in HandlePreloadApplication()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H
A
D
bundle_connect_ability_mgr.h
252
void
PreloadRequest
(int32_t flag, const TargetAbilityInfo &targetAbilityInfo);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleconnectabilitymgr_fuzzer/
H
A
D
bundleconnectabilitymgr_fuzzer.cpp
115
bundleConnectAbilityMgr.
PreloadRequest
(flags, targetAbilityInfo);
in DoSomething2()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H
A
D
bundle_connect_ability_mgr.cpp
142
PreloadRequest
(flag, targetAbilityInfo);
in ProcessPreloadRequestToServiceCenter()
147
void BundleConnectAbilityMgr::
PreloadRequest
(int32_t flag, const TargetAbilityInfo &targetAbilityInfo)
in PreloadRequest()
function in OHOS::AppExecFwk::BundleConnectAbilityMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H
A
D
bms_bundle_free_install_test.cpp
2046
connectAbilityMgr->
PreloadRequest
(ServiceCenterFunction::CONNECT_PRELOAD_INSTALL, targetAbilityInfo);
in HWTEST_F()
Completed in 26 milliseconds