Home
last modified time | relevance | path

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

/base/msdp/device_status/frameworks/native/src/
Dclient.cpp57 if (currentRunner->GetRunnerThreadName() != newRunner->GetRunnerThreadName()) { in MarkIsEventHandlerChanged()
62 currentRunner->GetRunnerThreadName().c_str(), newRunner->GetRunnerThreadName().c_str()); in MarkIsEventHandlerChanged()
107 … FI_HILOGI("Create event handler, thread name:%{public}s", runner->GetRunnerThreadName().c_str()); in StartEventRunner()
159 if (runner->GetRunnerThreadName() == THREAD_NAME) { in DelFdListener()
278 if (runner->GetRunnerThreadName() == THREAD_NAME) { in Stop()
/base/notification/distributed_notification_service/frameworks/core/common/src/
Dans_watchdog.cpp26 std::string threadName = handler->GetEventRunner()->GetRunnerThreadName(); in AddHandlerThread()
/base/notification/eventhandler/interfaces/inner_api/
Devent_runner.h91 std::string GetRunnerThreadName() const;
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp251 std::string threadName = eventRunner_->GetRunnerThreadName(); in DeliveryTimeAction()
279 std::string threadName = eventRunner_->GetRunnerThreadName(); in DistributeTimeAction()
Devent_runner.cpp450 std::string EventRunner::GetRunnerThreadName() const in GetRunnerThreadName() function in OHOS::AppExecFwk::EventRunner