Home
last modified time | relevance | path

Searched refs:EXPORT_SYS_EVENT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dsys_event_service_ipc_interface_code.h29 EXPORT_SYS_EVENT enumerator
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Disys_event_service.h49 EXPORT_SYS_EVENT enumerator
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp123 EXPORT_SYS_EVENT enumerator
251 …sysEventService->OnRemoteRequest(TestSysEventServiceStub::Code::EXPORT_SYS_EVENT, data, reply, opt…
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_stub.cpp200 case static_cast<uint32_t>(SysEventServiceInterfaceCode::EXPORT_SYS_EVENT): { in OnRemoteRequest()
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dsys_event_service_proxy.cpp281 int32_t res = remote->SendRequest(EXPORT_SYS_EVENT, data, reply, option); in Export()