Home
last modified time | relevance | path

Searched refs:CES_NOTIFY_COMMON_EVENT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_service_ipc_interface_code.h35 CES_NOTIFY_COMMON_EVENT, enumerator
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Devent_receive_stub.cpp41 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_NOTIFY_COMMON_EVENT): { in OnRemoteRequest()
H A Devent_receive_proxy.cpp66 … static_cast<uint32_t>(CommonEventInterfaceCode::CES_NOTIFY_COMMON_EVENT), data, reply, option); in NotifyEvent()