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:bundleObject
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/common_event_service/services/test/unittest/
H
A
D
common_event_unsubscribe_unit_test.cpp
43
static OHOS::sptr<OHOS::IRemoteObject>
bundleObject
= nullptr;
variable
71
bundleObject
= new MockBundleMgrService();
in SetUpTestCase()
73
OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObject
);
in SetUpTestCase()
H
A
D
common_event_publish_system_event_test.cpp
41
static OHOS::sptr<OHOS::IRemoteObject>
bundleObject
= nullptr;
variable
60
bundleObject
= new MockBundleMgrService();
in SetUpTestCase()
62
OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObject
);
in SetUpTestCase()
H
A
D
common_event_freeze_test.cpp
57
static OHOS::sptr<OHOS::IRemoteObject>
bundleObject
= nullptr;
member
256
bundleObject
= new MockBundleMgrService();
in SetUpTestCase()
258
OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObject
);
in SetUpTestCase()
H
A
D
common_event_sticky_test.cpp
51
static OHOS::sptr<OHOS::IRemoteObject>
bundleObject
= nullptr;
variable
79
bundleObject
= new MockBundleMgrService();
in SetUpTestCase()
81
OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObject
);
in SetUpTestCase()
H
A
D
common_event_publish_ordered_event_unit_test.cpp
42
static OHOS::sptr<OHOS::IRemoteObject>
bundleObject
= nullptr;
member
86
bundleObject
= new MockBundleMgrService();
in SetUpTestCase()
88
OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObject
);
in SetUpTestCase()
H
A
D
common_event_subscribe_unit_test.cpp
50
static OHOS::sptr<OHOS::IRemoteObject>
bundleObject
= nullptr;
variable
606
bundleObject
= new MockBundleMgrService();
in SetUpTestCase()
608
OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObject
);
in SetUpTestCase()
H
A
D
common_event_dump_test.cpp
88
static OHOS::sptr<OHOS::IRemoteObject>
bundleObject
= nullptr;
member
298
bundleObject
= new MockBundleMgrService();
in SetUpTestCase()
300
OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObject
);
in SetUpTestCase()
H
A
D
common_event_publish_permission_event_unit_test.cpp
45
static OHOS::sptr<OHOS::IRemoteObject>
bundleObject
= nullptr;
variable
85
bundleObject
= new MockBundleMgrService();
in SetUpTestCase()
87
OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObject
);
in SetUpTestCase()
/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
H
A
D
common_event_services_module_test.cpp
44
static OHOS::sptr<OHOS::AppExecFwk::MockBundleMgrService>
bundleObject
= nullptr;
member
84
bundleObject
= new OHOS::AppExecFwk::MockBundleMgrService();
in SetUpTestCase()
86
OHOS::iface_cast<OHOS::AppExecFwk::IBundleMgr>(
bundleObject
);
in SetUpTestCase()
673
bundleObject
->MockSetIsSystemApp(false);
in HWTEST_F()
722
bundleObject
->MockSetIsSystemApp(false);
in HWTEST_F()
771
bundleObject
->MockSetIsSystemApp(false);
in HWTEST_F()
845
bundleObject
->MockSetIsSystemApp(true);
in HWTEST_F()
867
bundleObject
->MockSetIsSystemApp(false);
in HWTEST_F()
895
bundleObject
->MockSetIsSystemApp(true);
in HWTEST_F()
917
bundleObject
in HWTEST_F()
[all...]
Completed in 13 milliseconds