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:iBundleMgr
(Results
1 - 5
of
5
) sorted by relevance
/base/customization/enterprise_device_management/services/edm_plugin/src/
H
A
D
uninstall_plugin.cpp
47
auto
iBundleMgr
= iface_cast<AppExecFwk::IBundleMgr>(remoteObject);
in OnSetPolicy()
local
48
if (
iBundleMgr
== nullptr) {
in OnSetPolicy()
49
EDMLOGE("can not get
iBundleMgr
");
in OnSetPolicy()
52
auto iBundleInstaller =
iBundleMgr
->GetBundleInstaller();
in OnSetPolicy()
H
A
D
install_plugin.cpp
130
auto
iBundleMgr
= iface_cast<AppExecFwk::IBundleMgr>(remoteObject);
in OnSetPolicy()
local
131
if (
iBundleMgr
== nullptr) {
in OnSetPolicy()
132
EDMLOGE("can not get
iBundleMgr
");
in OnSetPolicy()
136
auto iBundleInstaller =
iBundleMgr
->GetBundleInstaller();
in OnSetPolicy()
/base/telephony/core_service/utils/common/src/
H
A
D
telephony_permission.cpp
49
sptr<AppExecFwk::IBundleMgr>
iBundleMgr
= OHOS::iface_cast<AppExecFwk::IBundleMgr>(remoteObject);
in GetBundleNameByUid()
local
50
if (
iBundleMgr
== nullptr) {
in GetBundleNameByUid()
51
TELEPHONY_LOGE("
iBundleMgr
is nullptr");
in GetBundleNameByUid()
55
ErrCode errCode =
iBundleMgr
->GetNameForUid(uid, bundleName);
in GetBundleNameByUid()
/base/telephony/core_service/services/sim/src/
H
A
D
stk_controller.cpp
487
sptr<AppExecFwk::IBundleMgr>
iBundleMgr
= OHOS::iface_cast<AppExecFwk::IBundleMgr>(remoteObject);
in CheckIsSystemApp()
local
488
if (
iBundleMgr
== nullptr) {
in CheckIsSystemApp()
489
TELEPHONY_LOGE("
iBundleMgr
is null");
in CheckIsSystemApp()
494
if (!
iBundleMgr
->GetBundleInfo(
in CheckIsSystemApp()
/base/telephony/core_service/frameworks/native/src/
H
A
D
resource_utils.cpp
379
sptr<AppExecFwk::IBundleMgr>
iBundleMgr
= OHOS::iface_cast<AppExecFwk::IBundleMgr>(remoteObject);
in Init()
local
380
if (
iBundleMgr
== nullptr) {
in Init()
381
TELEPHONY_LOGE("
iBundleMgr
is null.");
in Init()
385
iBundleMgr
->GetBundleInfo(
in Init()
Completed in 4 milliseconds