Home
last modified time | relevance | path

Searched refs:HANDLER (Results 1 - 9 of 9) sorted by relevance

/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_listener.cpp75 if (threadMode == CommonEventSubscribeInfo::HANDLER) { in Init()
179 if (CommonEventSubscribeInfo::HANDLER == commonEventSubscriber_->GetSubscribeInfo().GetThreadMode()) { in Stop()
180 EVENT_LOGD("stop listener in HANDLER mode"); in Stop()
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscribe_info.h26 HANDLER, // the main thread of this ability. enumerator
107 * HANDLER mode is supported.
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
H A DactsCESSubscribeInfoTest.cpp366 * @tc.name: SetThreadMode and GetThreadMode of ThreadMode::HANDLER
368 * ThreadMode::HANDLER
378 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
379 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::HANDLER) { in HWTEST_F()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_subscribe_test.cpp444 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::HANDLER); in HWTEST_F()
/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
H A Dcommon_event_services_module_test.cpp1234 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
1256 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
1281 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_publish_ordered_event_unit_test.cpp584 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H A Dcommon_event_services_system_test.cpp2305 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
2324 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
2348 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H A DactsCESManagertest.cpp2840 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
2872 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
2907 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
2943 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::HANDLER); in HWTEST_F()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp875 subscribeInfo.SetThreadMode(EventFwk::CommonEventSubscribeInfo::ThreadMode::HANDLER); in CommonEventSubscriberConstructor()

Completed in 19 milliseconds