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:TestSubscriber
(Results
1 - 4
of
4
) sorted by relevance
/base/notification/common_event_service/test/fuzztest/unsubscribecommonevent_fuzzer/
H
A
D
unsubscribecommonevent_fuzzer.cpp
22
class
TestSubscriber
: public CommonEventSubscriber {
class
24
explicit
TestSubscriber
(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp)
in TestSubscriber()
function in OHOS::EventFwk::TestSubscriber
27
~
TestSubscriber
()
in ~TestSubscriber()
51
std::shared_ptr<EventFwk::
TestSubscriber
> subscriber =
in DoSomethingInterestingWithMyAPI()
52
std::make_shared<EventFwk::
TestSubscriber
>(subscribeInfo);
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
H
A
D
subscribecommonevent_fuzzer.cpp
28
class
TestSubscriber
: public CommonEventSubscriber {
class
30
explicit
TestSubscriber
(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp)
in TestSubscriber()
function in OHOS::EventFwk::TestSubscriber
33
~
TestSubscriber
()
in ~TestSubscriber()
73
std::shared_ptr<EventFwk::
TestSubscriber
> subscriber =
in DoSomethingInterestingWithMyAPI()
74
std::make_shared<EventFwk::
TestSubscriber
>(subscribeInfo);
in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H
A
D
commonevent_fuzzer.cpp
23
class
TestSubscriber
: public CommonEventSubscriber {
class
25
explicit
TestSubscriber
(const CommonEventSubscribeInfo &sp) : CommonEventSubscriber(sp)
in TestSubscriber()
function in OHOS::EventFwk::TestSubscriber
28
~
TestSubscriber
()
in ~TestSubscriber()
67
std::shared_ptr<EventFwk::
TestSubscriber
> subscriber =
in DoSomethingInterestingWithMyAPI()
68
std::make_shared<EventFwk::
TestSubscriber
>(subscribeInfo);
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H
A
D
ans_manager_proxy_unit_test.cpp
129
class
TestSubscriber
: public NotificationSubscriber {
class
4653
std::shared_ptr<NotificationSubscriber> subscriber = std::make_shared<
TestSubscriber
>();
in HWTEST_F()
4678
std::shared_ptr<NotificationSubscriber> subscriber = std::make_shared<
TestSubscriber
>();
in HWTEST_F()
4701
std::shared_ptr<NotificationSubscriber> subscriber = std::make_shared<
TestSubscriber
>();
in HWTEST_F()
4725
std::shared_ptr<NotificationSubscriber> subscriber = std::make_shared<
TestSubscriber
>();
in HWTEST_F()
4767
std::shared_ptr<NotificationSubscriber> subscriber = std::make_shared<
TestSubscriber
>();
in HWTEST_F()
4792
std::shared_ptr<NotificationSubscriber> subscriber = std::make_shared<
TestSubscriber
>();
in HWTEST_F()
4815
std::shared_ptr<NotificationSubscriber> subscriber = std::make_shared<
TestSubscriber
>();
in HWTEST_F()
4839
std::shared_ptr<NotificationSubscriber> subscriber = std::make_shared<
TestSubscriber
>();
in HWTEST_F()
Completed in 15 milliseconds