Home
last modified time | relevance | path

Searched refs:GetThreadMode (Results 1 – 4 of 4) sorted by relevance

/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_listener.cpp67 auto threadMode = commonEventSubscriber_->GetSubscribeInfo().GetThreadMode(); in Init()
163 …(CommonEventSubscribeInfo::HANDLER == commonEventSubscriber_->GetSubscribeInfo().GetThreadMode()) { in Stop()
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_subscribe_info.h101 CommonEventSubscribeInfo::ThreadMode GetThreadMode() const;
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
DactsCESSubscribeInfoTest.cpp379 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::HANDLER) {
408 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::POST) {
438 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::ASYNC) {
468 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::BACKGROUND) {
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_subscribe_info.cpp81 CommonEventSubscribeInfo::ThreadMode CommonEventSubscribeInfo::GetThreadMode() const in GetThreadMode() function in OHOS::EventFwk::CommonEventSubscribeInfo