Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_listener.cpp73 auto threadMode = commonEventSubscriber_->GetSubscribeInfo().GetThreadMode(); in Init()
179 …(CommonEventSubscribeInfo::HANDLER == commonEventSubscriber_->GetSubscribeInfo().GetThreadMode()) { in Stop()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
H A 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) {
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscribe_info.h101 CommonEventSubscribeInfo::ThreadMode GetThreadMode() const;
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscribe_info.cpp65 CommonEventSubscribeInfo::ThreadMode CommonEventSubscribeInfo::GetThreadMode() const in GetThreadMode() function in OHOS::EventFwk::CommonEventSubscribeInfo
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscribe_info.cpp81 CommonEventSubscribeInfo::ThreadMode CommonEventSubscribeInfo::GetThreadMode() const in GetThreadMode() function in OHOS::EventFwk::CommonEventSubscribeInfo