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:GetBundleMgr
(Results
1 - 17
of
17
) sorted by relevance
/base/print/print_fwk/test/unittest/service_test/mock/
H
A
D
mock_print_service_helper.h
28
MOCK_METHOD0(
GetBundleMgr
, sptr<IRemoteObject>());
H
A
D
mock_scan_service_helper.h
28
MOCK_METHOD0(
GetBundleMgr
, sptr<IRemoteObject>());
/base/print/print_fwk/services/print_service/include/
H
A
D
print_service_helper.h
34
virtual sptr<IRemoteObject>
GetBundleMgr
();
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H
A
D
tdd_util.h
80
static sptr<OHOS::AppExecFwk::IBundleMgr>
GetBundleMgr
();
/base/print/print_fwk/services/print_service/src/
H
A
D
print_bms_helper.cpp
78
auto remoteObject = helper_->
GetBundleMgr
();
in GetProxy()
H
A
D
print_service_helper.cpp
107
sptr<IRemoteObject> PrintServiceHelper::
GetBundleMgr
()
in GetBundleMgr()
function in OHOS::Print::PrintServiceHelper
/base/print/print_fwk/test/unittest/service_test/
H
A
D
print_service_helper_test.cpp
77
EXPECT_EQ(helper.
GetBundleMgr
(), systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID));
in HWTEST_F()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H
A
D
sandbox_json_manager.h
70
sptr<AppExecFwk::IBundleMgr>
GetBundleMgr
();
/base/telephony/core_service/services/sim/include/
H
A
D
stk_controller.h
83
sptr<OHOS::IRemoteObject>
GetBundleMgr
();
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H
A
D
tdd_util.cpp
171
auto bundleMgr =
GetBundleMgr
();
in GetUid()
241
sptr<OHOS::AppExecFwk::IBundleMgr> TddUtil::
GetBundleMgr
()
in GetBundleMgr()
function in OHOS::MiscServices::TddUtil
259
auto bundleMgr = TddUtil::
GetBundleMgr
();
in GetUserIdByBundleName()
/base/usb/usb_manager/services/native/include/
H
A
D
usb_right_manager.h
65
sptr<AppExecFwk::IBundleMgr>
GetBundleMgr
();
/base/usb/usb_manager/services/native/src/
H
A
D
usb_right_manager.cpp
328
sptr<IBundleMgr> UsbRightManager::
GetBundleMgr
()
in GetBundleMgr()
function in OHOS::USB::UsbRightManager
349
auto bundleMgr =
GetBundleMgr
();
in GetBundleResMgr()
414
auto bundleMgr =
GetBundleMgr
();
in IsAppInstalled()
431
auto bundleMgr =
GetBundleMgr
();
in GetBundleInstallAndUpdateTime()
/base/telephony/core_service/services/sim/src/
H
A
D
stk_controller.cpp
184
sptr<OHOS::IRemoteObject> StkController::
GetBundleMgr
()
in GetBundleMgr()
function in OHOS::Telephony::StkController
482
sptr<OHOS::IRemoteObject> remoteObject =
GetBundleMgr
();
in CheckIsSystemApp()
/base/inputmethod/imf/services/include/
H
A
D
ime_info_inquirer.h
111
OHOS::sptr<OHOS::AppExecFwk::IBundleMgr>
GetBundleMgr
();
/base/customization/enterprise_device_management/services/edm/include/
H
A
D
enterprise_device_mgr_ability.h
133
std::shared_ptr<IEdmBundleManager>
GetBundleMgr
();
/base/inputmethod/imf/services/src/
H
A
D
ime_info_inquirer.cpp
82
auto bundleMgr =
GetBundleMgr
();
in QueryImeExtInfos()
84
IMSA_HILOGE("failed to
GetBundleMgr
!");
in QueryImeExtInfos()
630
auto bundleMgr =
GetBundleMgr
();
in GetStringById()
870
sptr<OHOS::AppExecFwk::IBundleMgr> ImeInfoInquirer::
GetBundleMgr
()
in GetBundleMgr()
function in OHOS::MiscServices::ImeInfoInquirer
1067
auto bmg =
GetBundleMgr
();
in IsInputMethod()
1157
auto bundleMgr =
GetBundleMgr
();
in GetBundleInfoByBundleName()
/base/customization/enterprise_device_management/services/edm/src/
H
A
D
enterprise_device_mgr_ability.cpp
700
ret =
GetBundleMgr
()->GetBundleInfo(bundleInfoName, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_REQUESTED_PERMISSION,
in GetAllPermissionsByAdmin()
722
std::shared_ptr<IEdmBundleManager> EnterpriseDeviceMgrAbility::
GetBundleMgr
()
in GetBundleMgr()
function in OHOS::EDM::EnterpriseDeviceMgrAbility
837
if (!
GetBundleMgr
()->QueryExtensionAbilityInfos(want, AppExecFwk::ExtensionAbilityType::ENTERPRISE_ADMIN,
in EnableAdmin()
1020
if (
GetBundleMgr
()->GetNameForUid(uid, callingBundleName) != ERR_OK) {
in CheckCallingUid()
Completed in 11 milliseconds