Home
last modified time | relevance | path

Searched refs:currentRunner (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
H A Dems_event_runner_system_test.cpp1414 currentRunner->Stop(); in __anon38b2a1f73902()
1435 currentRunner->Stop(); in __anon38b2a1f73a02()
1456 currentRunner->Stop(); in __anon38b2a1f73b02()
1477 currentRunner->Stop(); in __anon38b2a1f73c02()
1499 currentRunner->Stop(); in __anon38b2a1f73d02()
1521 currentRunner->Stop(); in __anon38b2a1f73e02()
1543 currentRunner->Stop(); in __anon38b2a1f73f02()
1565 currentRunner->Stop(); in __anon38b2a1f74002()
1587 currentRunner->Stop(); in __anon38b2a1f74102()
1613 currentRunner->Stop(); in __anon38b2a1f74202()
[all …]
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp55 auto currentRunner = eventHandler_->GetEventRunner(); in MarkIsEventHandlerChanged() local
56 CHKPV(currentRunner); in MarkIsEventHandlerChanged()
60 if (currentRunner->GetRunnerThreadName() != newEventRunner->GetRunnerThreadName()) { in MarkIsEventHandlerChanged()
65currentRunner->GetRunnerThreadName().c_str(), newEventRunner->GetRunnerThreadName().c_str()); in MarkIsEventHandlerChanged()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_client.cpp60 auto currentRunner = eventHandler_->GetEventRunner(); in MarkIsEventHandlerChanged() local
61 CHKPV(currentRunner); in MarkIsEventHandlerChanged()
65 if (currentRunner->GetRunnerThreadName() != newRunner->GetRunnerThreadName()) { in MarkIsEventHandlerChanged()
70 currentRunner->GetRunnerThreadName().c_str(), newRunner->GetRunnerThreadName().c_str()); in MarkIsEventHandlerChanged()
/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_set_get_remove_module_test.cpp102 auto currentRunner = handler->GetEventRunner(); variable
103 EXPECT_EQ(myRunner, currentRunner);
119 auto currentRunner = handler->GetEventRunner(); variable
120 EXPECT_EQ(nullptr, currentRunner);
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_runner_test.cpp339 auto currentRunner = EventRunner::Current(); in __anoneb42ae4c0802() local
340 EXPECT_EQ(currentRunner, runner); in __anoneb42ae4c0802()