Home
last modified time | relevance | path

Searched refs:ADD_SYS_EVENT_SUBSCRIBER (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.h27 ADD_SYS_EVENT_SUBSCRIBER, enumerator
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Disys_event_service.h47 ADD_SYS_EVENT_SUBSCRIBER, enumerator
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/
H A Dsys_event_service_ohos_test.cpp121 ADD_SYS_EVENT_SUBSCRIBER, enumerator
247 …sysEventService->OnRemoteRequest(TestSysEventServiceStub::Code::ADD_SYS_EVENT_SUBSCRIBER, data, re…
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_stub.cpp194 case static_cast<uint32_t>(SysEventServiceInterfaceCode::ADD_SYS_EVENT_SUBSCRIBER): { in OnRemoteRequest()
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dsys_event_service_proxy.cpp216 int32_t res = remote->SendRequest(ADD_SYS_EVENT_SUBSCRIBER, data, reply, option); in AddSubscriber()