Home
last modified time | relevance | path

Searched refs:CommonEventInterfaceCode (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_stub.cpp43 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT): { in OnRemoteRequest()
67 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT2): { in OnRemoteRequest()
93 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_SUBSCRIBE_COMMON_EVENT): { in OnRemoteRequest()
118 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNSUBSCRIBE_COMMON_EVENT): { in OnRemoteRequest()
137 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_GET_STICKY_COMMON_EVENT): { in OnRemoteRequest()
153 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_DUMP_STATE): { in OnRemoteRequest()
165 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_FINISH_RECEIVER): { in OnRemoteRequest()
186 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_FREEZE): { in OnRemoteRequest()
195 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE): { in OnRemoteRequest()
204 case static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE_ALL): { in OnRemoteRequest()
[all …]
H A Dcommon_event_proxy.cpp83 bool ret = SendRequest(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT, data, reply); in PublishCommonEvent()
148 bool ret = SendRequest(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT2, data, reply); in PublishCommonEvent()
197 bool ret = SendRequest(CommonEventInterfaceCode::CES_SUBSCRIBE_COMMON_EVENT, data, reply); in SubscribeCommonEvent()
236 bool ret = SendRequest(CommonEventInterfaceCode::CES_UNSUBSCRIBE_COMMON_EVENT, data, reply); in UnsubscribeCommonEvent()
263 bool ret = SendRequest(CommonEventInterfaceCode::CES_GET_STICKY_COMMON_EVENT, data, reply); in GetStickyCommonEvent()
304 bool ret = SendRequest(CommonEventInterfaceCode::CES_DUMP_STATE, data, reply); in DumpState()
361 bool ret = SendRequest(CommonEventInterfaceCode::CES_FINISH_RECEIVER, data, reply); in FinishReceiver()
387 bool ret = SendRequest(CommonEventInterfaceCode::CES_FREEZE, data, reply); in Freeze()
413 bool ret = SendRequest(CommonEventInterfaceCode::CES_UNFREEZE, data, reply); in Unfreeze()
434 bool ret = SendRequest(CommonEventInterfaceCode::CES_UNFREEZE_ALL, data, reply); in UnfreezeAll()
[all …]
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()
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_stub_test.cpp151 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT);
175 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT);
198 … const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT2);
245 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_FINISH_RECEIVER);
312 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_FREEZE);
335 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_FREEZE);
357 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE);
382 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE);
404 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE_ALL);
428 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE_ALL);
[all …]
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_service_ipc_interface_code.h22 enum class CommonEventInterfaceCode { enum
H A Dcommon_event_proxy.h173 bool SendRequest(CommonEventInterfaceCode code, MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/common_event_service/frameworks/extension/src/ipc/
H A Dstatic_subscriber_stub.cpp28 case static_cast<uint32_t>(CommonEventInterfaceCode::COMMAND_ON_RECEIVE_EVENT): { in OnRemoteRequest()
H A Dstatic_subscriber_proxy.cpp39 …int32_t st = remote->SendRequest(static_cast<uint32_t>(CommonEventInterfaceCode::COMMAND_ON_RECEIV… in OnReceiveEvent()
/ohos5.0/base/notification/common_event_service/frameworks/extension/test/static_subscriber_stub_test/
H A Dstatic_subscriber_stub_test.cpp129 …EXPECT_EQ(object->OnRemoteRequest(static_cast<uint32_t>(CommonEventInterfaceCode::COMMAND_ON_RECEI…