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:bundleMgrHelper_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_utils_test/
H
A
D
insight_intent_utils_test.cpp
98
std::shared_ptr<BundleMgrHelper>
bundleMgrHelper_
{ nullptr };
110
bundleMgrHelper_
= DelayedSingleton<BundleMgrHelper>::GetInstance();
in SetUp()
126
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
144
bundleMgrHelper_
->bundleMgr_ = nullptr;
in HWTEST_F()
157
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
171
bundleMgrHelper_
->bundleMgr_ = nullptr;
in HWTEST_F()
184
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
193
bundleMgrHelper_
->bundleMgr_ = nullptr;
in HWTEST_F()
206
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
228
bundleMgrHelper_
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/uripermmgr/src/
H
A
D
uri_permission_utils.cpp
39
if (
bundleMgrHelper_
== nullptr) {
in ConnectManagerHelper()
40
bundleMgrHelper_
= DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance();
in ConnectManagerHelper()
42
return
bundleMgrHelper_
;
in ConnectManagerHelper()
287
std::shared_ptr<AppExecFwk::BundleMgrHelper> UPMSUtils::
bundleMgrHelper_
= nullptr;
member in OHOS::AAFwk::UPMSUtils
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_sixth_test/
H
A
D
ability_manager_service_sixth_test.cpp
94
std::shared_ptr<BundleMgrHelper>
bundleMgrHelper_
{ nullptr };
147
bundleMgrHelper_
= DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance();
in SetUp()
303
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
315
bundleMgrHelper_
->bundleMgr_ = nullptr;
in HWTEST_F()
357
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
373
bundleMgrHelper_
->bundleMgr_ = nullptr;
in HWTEST_F()
986
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
1013
bundleMgrHelper_
->bundleMgr_ = nullptr;
in HWTEST_F()
1047
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
1069
bundleMgrHelper_
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/uripermmgr/include/
H
A
D
uri_permission_utils.h
48
static std::shared_ptr<AppExecFwk::BundleMgrHelper>
bundleMgrHelper_
;
member in OHOS::AAFwk::UPMSUtils
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H
A
D
app_mgr_service_inner_second_test.cpp
77
std::shared_ptr<BundleMgrHelper>
bundleMgrHelper_
{ nullptr };
126
bundleMgrHelper_
= DelayedSingleton<BundleMgrHelper>::GetInstance();
in SetUp()
837
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
1526
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
2289
bundleMgrHelper_
->bundleMgr_ = mockBundleMgr;
in HWTEST_F()
Completed in 8 milliseconds