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:bundleMgr_
(Results
1 - 5
of
5
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
bundle_manager_helper.cpp
57
if (
bundleMgr_
!= nullptr) {
in GetBundleNameByUid()
59
bundleMgr_
->GetNameForUid(uid, bundle);
in GetBundleNameByUid()
73
if (
bundleMgr_
!= nullptr) {
in IsSystemApp()
74
isSystemApp =
bundleMgr_
->CheckIsSystemAppByUid(uid);
in IsSystemApp()
114
if (
bundleMgr_
== nullptr) {
in GetBundleInfoByBundleName()
119
ret =
bundleMgr_
->GetBundleInfo(bundle, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, userId);
in GetBundleInfoByBundleName()
126
if (
bundleMgr_
!= nullptr) {
in Connect()
141
bundleMgr_
= iface_cast<AppExecFwk::IBundleMgr>(remoteObject);
in Connect()
142
if (
bundleMgr_
!= nullptr) {
in Connect()
143
bundleMgr_
in Connect()
[all...]
/base/customization/enterprise_device_management/common/external/src/
H
A
D
external_manager_factory.cpp
27
return
bundleMgr_
;
in CreateBundleManager()
/base/customization/enterprise_device_management/common/external/include/
H
A
D
external_manager_factory.h
37
std::shared_ptr<IEdmBundleManager>
bundleMgr_
= std::make_shared<EdmBundleManagerImpl>();
member in OHOS::EDM::ExternalManagerFactory
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
bundle_manager_helper.h
144
sptr<AppExecFwk::IBundleMgr>
bundleMgr_
= nullptr;
member in OHOS::Notification::BundleManagerHelper
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
bundle_manager_helper_test.cpp
155
bundleManagerHelper->
bundleMgr_
= iface_cast<AppExecFwk::IBundleMgr>(remoteObject);
in HWTEST_F()
Completed in 3 milliseconds