Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_service_ipc_interface_code.h27 CES_GET_STICKY_COMMON_EVENT, enumerator
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_stub.cpp137 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_GET_STICKY_COMMON_EVENT): { in OnRemoteRequest()
H A Dcommon_event_proxy.cpp263 bool ret = SendRequest(CommonEventInterfaceCode::CES_GET_STICKY_COMMON_EVENT, data, reply); in GetStickyCommonEvent()
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_stub_test.cpp451 …const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_GET_STICKY_COMMON_EVENT);