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:HANDLER
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/common_event_service/frameworks/core/src/
H
A
D
common_event_listener.cpp
75
if (threadMode == CommonEventSubscribeInfo::
HANDLER
) {
in Init()
179
if (CommonEventSubscribeInfo::
HANDLER
== commonEventSubscriber_->GetSubscribeInfo().GetThreadMode()) {
in Stop()
180
EVENT_LOGD("stop listener in
HANDLER
mode");
in Stop()
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
common_event_subscribe_info.h
26
HANDLER
, // the main thread of this ability.
enumerator
107
*
HANDLER
mode is supported.
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
H
A
D
actsCESSubscribeInfoTest.cpp
366
* @tc.name: SetThreadMode and GetThreadMode of ThreadMode::
HANDLER
368
* ThreadMode::
HANDLER
378
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
379
if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::
HANDLER
) {
in HWTEST_F()
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
common_event_subscribe_test.cpp
444
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::
HANDLER
);
in HWTEST_F()
/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
H
A
D
common_event_services_module_test.cpp
1234
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
1256
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
1281
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
/base/notification/common_event_service/services/test/unittest/
H
A
D
common_event_publish_ordered_event_unit_test.cpp
584
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H
A
D
common_event_services_system_test.cpp
2305
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
2324
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
2348
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H
A
D
actsCESManagertest.cpp
2840
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
2872
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
2907
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
2943
subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in HWTEST_F()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H
A
D
napi_common_event.cpp
875
subscribeInfo.SetThreadMode(EventFwk::CommonEventSubscribeInfo::ThreadMode::
HANDLER
);
in CommonEventSubscriberConstructor()
Completed in 34 milliseconds