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:GetBundleMgrProxy
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/common_event_service/services/src/
H
A
D
bundle_manager_helper.cpp
63
if (!
GetBundleMgrProxy
()) {
in QueryExtensionInfos()
78
if (!
GetBundleMgrProxy
()) {
in QueryExtensionInfos()
106
if (!
GetBundleMgrProxy
()) {
in GetResConfigFile()
123
if (!
GetBundleMgrProxy
()) {
in CheckIsSystemAppByUid()
141
if (!
GetBundleMgrProxy
()) {
in CheckIsSystemAppByBundleName()
160
bool BundleManagerHelper::
GetBundleMgrProxy
()
in GetBundleMgrProxy()
function in OHOS::EventFwk::BundleManagerHelper
234
if (!
GetBundleMgrProxy
()) {
in GetApplicationInfos()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H
A
D
dlp_utils.h
46
static sptr<AppExecFwk::IBundleMgr>
GetBundleMgrProxy
(void);
/base/notification/common_event_service/services/include/
H
A
D
bundle_manager_helper.h
104
bool
GetBundleMgrProxy
();
/base/security/dlp_permission_service/frameworks/test/mock/
H
A
D
dlp_utils_mock.cpp
31
sptr<AppExecFwk::IBundleMgr> DlpUtils::
GetBundleMgrProxy
(void)
in GetBundleMgrProxy()
function in OHOS::Security::DlpPermission::DlpUtils
/base/notification/common_event_service/services/test/unittest/
H
A
D
bundle_manager_helper_test.cpp
82
* @tc.desc: test
GetBundleMgrProxy
function and sptrBundleMgr_ is not nullptr.
90
EXPECT_EQ(true, bundleManagerHelper.
GetBundleMgrProxy
());
in HWTEST_F()
96
* @tc.desc: test
GetBundleMgrProxy
function and sptrBundleMgr_ is nullptr.
104
EXPECT_EQ(false, bundleManagerHelper.
GetBundleMgrProxy
());
in HWTEST_F()
110
* @tc.desc: test GetBundleName function and
GetBundleMgrProxy
is false.
125
* @tc.desc: test QueryExtensionInfos function and
GetBundleMgrProxy
is false.
141
* @tc.desc: test QueryExtensionInfos function and
GetBundleMgrProxy
is false.
156
* @tc.desc: test QueryExtensionInfos function and
GetBundleMgrProxy
is true and osAccountIds.size() is 0.
172
* @tc.desc: test GetResConfigFile function and
GetBundleMgrProxy
is false.
188
* @tc.desc: test CheckIsSystemAppByUid function and
GetBundleMgrProxy
i
[all...]
/base/notification/common_event_service/services/test/unittest/mock/
H
A
D
mock_bundle_manager_helper.cpp
248
bool BundleManagerHelper::
GetBundleMgrProxy
()
in GetBundleMgrProxy()
function in OHOS::EventFwk::BundleManagerHelper
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H
A
D
dlp_utils.cpp
32
sptr<AppExecFwk::IBundleMgr> DlpUtils::
GetBundleMgrProxy
(void)
in GetBundleMgrProxy()
function in OHOS::Security::DlpPermission::DlpUtils
H
A
D
dlp_file_kits.cpp
210
auto bundleMgrProxy = DlpUtils::
GetBundleMgrProxy
();
in ConvertAbilityInfoWithBundleName()
H
A
D
dlp_file_manager.cpp
454
auto bundleMgrProxy = DlpUtils::
GetBundleMgrProxy
();
in GetBundleInfoWithBundleName()
Completed in 4 milliseconds