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:runner_
(Results
1 - 19
of
19
) sorted by relevance
/base/notification/common_event_service/frameworks/core/src/
H
A
D
common_event_listener.cpp
76
if (!
runner_
) {
in Init()
77
runner_
= EventRunner::GetMainEventRunner();
in Init()
78
if (!
runner_
) {
in Init()
84
handler_ = std::make_shared<EventHandler>(
runner_
);
in Init()
184
if (
runner_
) {
in Stop()
185
runner_
.reset();
in Stop()
/base/accesscontrol/sandbox_manager/test/fuzztest/services/mock/
H
A
D
event_handler.h
43
explicit EventHandler(const std::shared_ptr<EventRunner> &runner = nullptr) :
runner_
(runner) {};
in EventHandler()
54
std::shared_ptr<EventRunner>
runner_
;
member in OHOS::AppExecFwk::EventHandler
/base/notification/common_event_service/frameworks/core/test/unittest/
H
A
D
common_event_listener_test.cpp
67
* tc.desc: test init function and
runner_
commonEventSubscriber is nullptr.
73
commonEventListener.
runner_
= nullptr;
in HWTEST_F()
121
commonEventListener->
runner_
= OHOS::AppExecFwk::EventRunner::Create("CesFwkListener");
in HWTEST_F()
122
commonEventListener->handler_ = std::make_shared< OHOS::AppExecFwk::EventHandler>(commonEventListener->
runner_
);
in HWTEST_F()
/base/notification/common_event_service/frameworks/core/include/
H
A
D
common_event_listener.h
73
std::shared_ptr<EventRunner>
runner_
;
member in OHOS::EventFwk::CommonEventListener
/base/notification/distributed_notification_service/services/distributed/include/
H
A
D
distributed_screen_status_manager.h
63
std::shared_ptr<OHOS::AppExecFwk::EventRunner>
runner_
= nullptr;
member in OHOS::Notification::DistributedScreenStatusManager
H
A
D
distributed_notification_manager.h
168
std::shared_ptr<OHOS::AppExecFwk::EventRunner>
runner_
= nullptr;
member in OHOS::Notification::DistributedNotificationManager
/base/web/webview/sa/src/
H
A
D
app_fwk_update_service.cpp
291
if (
runner_
== nullptr) {
in PostDelayUnloadTask()
292
runner_
= AppExecFwk::EventRunner::Create("unload");
in PostDelayUnloadTask()
295
unloadHandler_ = std::make_shared<AppExecFwk::EventHandler>(
runner_
);
in PostDelayUnloadTask()
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_local_live_view_subscriber_manager.h
104
std::shared_ptr<OHOS::AppExecFwk::EventRunner>
runner_
{};
H
A
D
notification_subscriber_manager.h
173
std::shared_ptr<OHOS::AppExecFwk::EventRunner>
runner_
{};
H
A
D
advanced_notification_service.h
1441
std::shared_ptr<OHOS::AppExecFwk::EventRunner>
runner_
= nullptr;
member in OHOS::Notification::final
/base/web/webview/sa/include/
H
A
D
app_fwk_update_service.h
70
std::shared_ptr<AppExecFwk::EventRunner>
runner_
;
member in OHOS::NWeb::AppFwkUpdateService
/base/notification/common_event_service/services/test/unittest/
H
A
D
common_event_freeze_test.cpp
82
std::shared_ptr<EventRunner>
runner_
;
member in __anon1017::CommonEventFreezeTest
266
runner_
= EventRunner::Create(true);
in SetUp()
267
if (!
runner_
) {
in SetUp()
270
handler_ = std::make_shared<EventHandler>(
runner_
);
in SetUp()
H
A
D
common_event_dump_test.cpp
128
std::shared_ptr<EventRunner>
runner_
;
member in __anon1016::CommonEventDumpTest
308
runner_
= EventRunner::Create(true);
in SetUp()
309
if (!
runner_
) {
in SetUp()
312
handler_ = std::make_shared<EventHandler>(
runner_
);
in SetUp()
/base/notification/common_event_service/services/include/
H
A
D
common_event_manager_service.h
191
std::shared_ptr<EventRunner>
runner_
;
member in OHOS::EventFwk::CommonEventManagerService
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/include/
H
A
D
iplugin_template.h
380
Runner
runner_
= nullptr;
member
386
: adminRemoveDone_(std::move(adminRemoveDone)),
runner_
(runner) {}
in AdminRemoveDoneFunc()
/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
H
A
D
common_event_manager_service_branch_test.cpp
299
comm->
runner_
= EventRunner::Create("CesSrvMain");
in HWTEST_F()
300
comm->handler_ = std::make_shared<EventHandler>(comm->
runner_
);
in HWTEST_F()
/base/notification/common_event_service/services/src/
H
A
D
common_event_manager_service.cpp
65
runner_
(nullptr),
in CommonEventManagerService()
/base/notification/common_event_service/frameworks/native/test/unittest/
H
A
D
common_event_subscribe_test.cpp
425
commonEventListener.
runner_
= nullptr;
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_service_test.cpp
2529
advancedNotificationService_->
runner_
= OHOS::AppExecFwk::EventRunner::Create("NotificationSvrMain");
in HWTEST_F()
2531
std::make_shared<OHOS::AppExecFwk::EventHandler>(advancedNotificationService_->
runner_
);
in HWTEST_F()
Completed in 19 milliseconds