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 - 7
of
7
) sorted by relevance
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H
A
D
os_account_manager_no_bms_mock_test.cpp
110
auto
bundleObj
= samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in HWTEST_F()
local
111
ASSERT_NE(
bundleObj
, nullptr);
in HWTEST_F()
112
auto bundleMgrProxy = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in HWTEST_F()
/base/powermgr/power_manager/frameworks/native/
H
A
D
running_lock.cpp
163
AppExecFwk::BundleMgrClient
bundleObj
;
in GetBundleNameByUid()
local
164
ErrCode res =
bundleObj
.GetNameForUid(uid, bundleName);
in GetBundleNameByUid()
/base/powermgr/battery_statistics/services/native/src/entities/
H
A
D
uid_entity.cpp
341
auto
bundleObj
=
in DumpInfo()
local
344
if (
bundleObj
== nullptr) {
in DumpInfo()
347
sptr<AppExecFwk::IBundleMgr> bmgr = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in DumpInfo()
H
A
D
bluetooth_entity.cpp
416
auto
bundleObj
=
in GetBluetoothUidPower()
local
418
if (
bundleObj
== nullptr) {
in GetBluetoothUidPower()
423
sptr<AppExecFwk::IBundleMgr> bmgr = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetBluetoothUidPower()
/base/account/os_account/interfaces/kits/napi/common/src/
H
A
D
napi_account_common.cpp
635
auto
bundleObj
= samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetSelfTargetVersion()
local
636
if (
bundleObj
== nullptr) {
in GetSelfTargetVersion()
640
auto bundleMgrProxy = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetSelfTargetVersion()
/base/sensors/sensor/frameworks/js/napi/src/
H
A
D
sensor_napi_utils.cpp
623
auto
bundleObj
= samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
in GetSelfTargetVersion()
local
624
if (
bundleObj
== nullptr) {
in GetSelfTargetVersion()
628
auto bundleMgrProxy = iface_cast<AppExecFwk::IBundleMgr>(
bundleObj
);
in GetSelfTargetVersion()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
1042
BundleMgrClient
bundleObj
;
in GetBundleNameByUid()
local
1045
ErrCode res =
bundleObj
.GetNameForUid(uid, tempBundleName);
in GetBundleNameByUid()
Completed in 8 milliseconds