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:bundleMgrResult
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_auto_startup_service.cpp
462
auto
bundleMgrResult
= IN_PROCESS_CALL(
in GetBundleInfo()
local
464
if (
bundleMgrResult
!= ERR_OK) {
in GetBundleInfo()
465
TAG_LOGE(AAFwkTag::AUTO_STARTUP, "error
bundleMgrResult
");
in GetBundleInfo()
H
A
D
ability_manager_service.cpp
4655
int32_t
bundleMgrResult
= 0;
in GetWantSender()
local
4674
bundleMgrResult
= IN_PROCESS_CALL(bms->GetCloneBundleInfo(bundleName,
in GetWantSender()
4677
if (
bundleMgrResult
== ERR_OK) {
in GetWantSender()
4693
bundleMgrResult
= IN_PROCESS_CALL(bms->GetBundleInfo(wantSenderInfo.bundleName,
in GetWantSender()
4695
if (
bundleMgrResult
) {
in GetWantSender()
4742
bool
bundleMgrResult
= IN_PROCESS_CALL(bms->GetBundleInfo(record->GetKey()->GetBundleName(),
in CancelWantSender()
local
4744
if (!
bundleMgrResult
) {
in CancelWantSender()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
966
int32_t
bundleMgrResult
;
in GetBundleAndHapInfo()
local
968
bundleMgrResult
= IN_PROCESS_CALL(bundleMgrHelper->GetBundleInfoV9(appInfo->bundleName,
in GetBundleAndHapInfo()
974
bundleMgrResult
= IN_PROCESS_CALL(bundleMgrHelper->GetCloneBundleInfo(appInfo->bundleName,
in GetBundleAndHapInfo()
977
bundleMgrResult
= IN_PROCESS_CALL(bundleMgrHelper->GetSandboxBundleInfo(appInfo->bundleName,
in GetBundleAndHapInfo()
981
if (
bundleMgrResult
!= ERR_OK) {
in GetBundleAndHapInfo()
1352
bool
bundleMgrResult
= bundleMgrHelper->GetApplicationInfo(bundleName,
in UpdateApplicationInfoInstalled()
local
1354
if (!
bundleMgrResult
) {
in UpdateApplicationInfoInstalled()
6142
int32_t
bundleMgrResult
;
in NotifyAppFaultBySA()
local
6144
bundleMgrResult
= IN_PROCESS_CALL(bundleMgrHelper->GetBundleInfoV9(bundleName,
in NotifyAppFaultBySA()
6150
bundleMgrResult
in NotifyAppFaultBySA()
[all...]
Completed in 32 milliseconds