Home
last modified time | relevance | path

Searched refs:EVENT2 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Dinit__sync_8h.md26 | **EVENT2**   0xf0 | 定义事件EVENT2。 |
H A D_init_sync.md27 | **EVENT2**   0xf0 | 定义事件EVENT2。 |
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Dinit__sync_8h.md26 | **EVENT2**   0xf0 | Defines the event **EVENT2**.|
H A D_init_sync.md27 | **EVENT2**   0xf0 | Defines the event **EVENT2**.|
/ohos5.0/base/startup/init/interfaces/kits/syscap/
H A Dinit_sync.h28 #define EVENT2 0xf0 macro
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_dump_test.cpp48 const std::string EVENT2 = "com.ces.test.event2"; variable
548 matchingSkills.AddEvent(EVENT2); in SubscribeDoubleEvent()
686 PublishUnorderedEvent(EVENT2, TYPE2, CODE2, DATA2, PERMISSION2);
718 PublishStickyEvent(EVENT2, TYPE2, CODE2, DATA2, PERMISSION2);
740 PublishStickyEvent(EVENT2, TYPE2, FLAG2, PERMISSION2);
968 PublishStickyEvent(EVENT2, TYPE2, FLAG2, PERMISSION2);
973 …GetInnerCommonEventManager()->DumpState(static_cast<int32_t>(DumpEventType::ALL), EVENT2, ALL_USER…
1321 PublishStickyEvent(EVENT2, TYPE2, CODE2, DATA2, PERMISSION2);
1354 PublishUnorderedEvent(EVENT2, TYPE2, CODE2, DATA2, PERMISSION2);
1386 PublishUnorderedEvent(EVENT2, TYPE2, CODE2, DATA2, PERMISSION2);
H A Dcommon_event_sticky_test.cpp37 const std::string EVENT2 = "com.ces.test.event2"; variable
140 want.SetAction(EVENT2);
159 want2.SetAction(EVENT2);
/ohos5.0/base/startup/init/services/init/lite/
H A Dinit.c86 TriggerStage(EVENT2, EVENT2_WAITTIME, QS_STAGE2); in SystemConfig()