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:bundleObj
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
app_bar_helper_impl.cpp
29
auto
bundleObj
= systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in QueryAppGalleryBundleName()
local
30
CHECK_NULL_RETURN(
bundleObj
, "");
in QueryAppGalleryBundleName()
32
auto bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in QueryAppGalleryBundleName()
H
A
D
navigation_route_ohos.cpp
30
auto
bundleObj
= systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetBundleManager()
local
31
if (!
bundleObj
) {
in GetBundleManager()
35
return iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleManager()
H
A
D
page_url_checker_ohos.cpp
176
auto
bundleObj
= systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetBundleManager()
local
177
if (
bundleObj
== nullptr) {
in GetBundleManager()
182
return iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleManager()
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H
A
D
hsp_silentinstall.cpp
38
auto
bundleObj
= systemAbilityMgr->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetBundleManager()
local
39
if (!
bundleObj
) {
in GetBundleManager()
43
return OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleManager()
/foundation/arkui/advanced_ui_component/navpushpathhelper/src/
H
A
D
hsp_silentinstall.cpp
38
auto
bundleObj
= systemAbilityMgr->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetBundleManager()
local
39
if (!
bundleObj
) {
in GetBundleManager()
43
return OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleManager()
/foundation/multimedia/ringtone_library/services/utils/src/
H
A
D
permission_utils.cpp
52
auto
bundleObj
= systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetSysBundleManager()
local
53
if (
bundleObj
== nullptr) {
in GetSysBundleManager()
58
auto bundleManager = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetSysBundleManager()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H
A
D
mock_context.cpp
127
auto
bundleObj
= instance->GetSystemAbility(401);
in GetBundleManager()
local
128
if (
bundleObj
== nullptr) {
in GetBundleManager()
131
sptr<AppExecFwk::IBundleMgr> bms = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleManager()
/foundation/ability/ability_runtime/test/unittest/application_context_second_test/
H
A
D
mock_context_impl.cpp
145
auto
bundleObj
= instance->GetSystemAbility(401);
in GetBundleManager()
local
146
if (
bundleObj
== nullptr) {
in GetBundleManager()
149
sptr<AppExecFwk::IBundleMgr> bms = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleManager()
/foundation/ability/ability_runtime/test/unittest/application_context_test/
H
A
D
mock_context_impl.cpp
145
auto
bundleObj
= instance->GetSystemAbility(401);
in GetBundleManager()
local
146
if (
bundleObj
== nullptr) {
in GetBundleManager()
149
sptr<AppExecFwk::IBundleMgr> bms = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleManager()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H
A
D
plugin_component_manager.cpp
100
auto
bundleObj
= systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetBundleManager()
local
101
if (
bundleObj
== nullptr) {
in GetBundleManager()
105
return iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleManager()
/foundation/multimedia/media_library/frameworks/utils/src/
H
A
D
permission_utils.cpp
71
auto
bundleObj
= systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetSysBundleManager()
local
72
if (
bundleObj
== nullptr) {
in GetSysBundleManager()
77
auto bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetSysBundleManager()
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H
A
D
child_process_manager.cpp
379
auto
bundleObj
= sysMrgClient->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetBundleInfo()
local
380
if (
bundleObj
== nullptr) {
in GetBundleInfo()
381
TAG_LOGE(AAFwkTag::PROCESSMGR, "null
bundleObj
");
in GetBundleInfo()
384
auto bundleMgr = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleInfo()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H
A
D
bms_adapter.cpp
61
auto
bundleObj
= saMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetBundleManager()
local
62
if (
bundleObj
== nullptr) {
in GetBundleManager()
66
return iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBundleManager()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.cpp
2888
auto
bundleObj
= systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in InitializeSubWindow()
local
2889
CHECK_NULL_VOID(
bundleObj
);
in InitializeSubWindow()
2890
auto bundleMgrProxy = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in InitializeSubWindow()
Completed in 16 milliseconds