Home
last modified time | relevance | path

Searched refs:CES_DUMP_STATE (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.h40 CES_DUMP_STATE = 2001, enumerator
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_stub.cpp153 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_DUMP_STATE): { in OnRemoteRequest()
H A Dcommon_event_proxy.cpp304 bool ret = SendRequest(CommonEventInterfaceCode::CES_DUMP_STATE, data, reply); in DumpState()