/drivers/peripheral/wlan/client/src/sbuf/ |
D | sbuf_event_adapter.c | 32 static void WifiEventNewStaProcess(const char *ifName, uint32_t event, struct HdfSBuf *reqData) in WifiEventNewStaProcess() 52 static void WifiEventDelStaProcess(const char *ifName, uint32_t event, struct HdfSBuf *reqData) in WifiEventDelStaProcess() 64 static void WifiEventRxMgmtProcess(const char *ifName, uint32_t event, struct HdfSBuf *reqData) in WifiEventRxMgmtProcess() 83 static void WifiEventTxStatusProcess(const char *ifName, uint32_t event, struct HdfSBuf *reqData) in WifiEventTxStatusProcess() 98 static void WifiEventScanDoneProcess(const char *ifName, uint32_t event, struct HdfSBuf *reqData) in WifiEventScanDoneProcess() 162 static void WifiEventScanResultProcess(const char *ifName, uint32_t event, struct HdfSBuf *reqData) in WifiEventScanResultProcess() 213 static void WifiEventConnectResultProcess(const char *ifName, uint32_t event, struct HdfSBuf *reqDa… in WifiEventConnectResultProcess() 241 static void WifiEventDisconnectProcess(const char *ifName, uint32_t event, struct HdfSBuf *reqData) in WifiEventDisconnectProcess() 256 static void WifiDriverEventEapolRecvProcess(const char *ifName, uint32_t event, struct HdfSBuf *req… in WifiDriverEventEapolRecvProcess() 261 static void WifiEventResetDriverProcess(const char *ifName, int32_t event, struct HdfSBuf *reqData) in WifiEventResetDriverProcess() [all …]
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
D | hdmi_event.c | 15 static int32_t HdmiEventPostMsg(struct HdmiCntlr *cntlr, struct HdmiEventMsg *event) in HdmiEventPostMsg() 76 struct HdmiEventMsg *event = NULL; in HdmiAddEventMsgToQueue() local 201 struct HdmiEventMsg *event = NULL; in HdmiEventMsgHandleDefault() local 247 int32_t HdmiEventHandle(struct HdmiCntlr *cntlr, enum HdmiEventType event, void *data) in HdmiEventHandle()
|
/drivers/liteos/hievent/src/ |
D | hiview_hievent.c | 155 struct HiviewHievent *event = NULL; in HiviewHieventCreate() local 170 int HiviewHieventPutIntegral(struct HiviewHievent *event, in HiviewHieventPutIntegral() 209 int HiviewHieventPutString(struct HiviewHievent *event, in HiviewHieventPutString() 251 int HiviewHieventSetTime(struct HiviewHievent *event, long long seconds) in HiviewHieventSetTime() 294 int HiviewHieventAddFilePath(struct HiviewHievent *event, const char *path) in HiviewHieventAddFilePath() 384 static int HiviewHieventFillPayload(struct HiviewHievent *event, char **pbuf, in HiviewHieventFillPayload() 430 static int HiviewHieventConvertString(struct HiviewHievent *event, char **pbuf) in HiviewHieventConvertString() 523 void HiviewHieventDestroy(struct HiviewHievent *event) in HiviewHieventDestroy()
|
/drivers/peripheral/wlan/test/hdi_service/ |
D | wlan_callback_impl.c | 30 static int32_t WlanCallbackResetDriver(struct IWlanCallback *self, uint32_t event, int32_t code, co… in WlanCallbackResetDriver() 58 static int32_t WlanCallbackScanResult(struct IWlanCallback *self, uint32_t event, in WlanCallbackScanResult() 75 static int32_t WlanCallbackScanResults(struct IWlanCallback *self, uint32_t event, in WlanCallbackScanResults()
|
/drivers/peripheral/thermal/test/unittest/ |
D | hdf_thermal_hdi_test.cpp | 47 int32_t OnThermalDataEvent(const HdfThermalCallbackInfo &event) override in OnThermalDataEvent() 63 int32_t OnFanDataEvent(const HdfThermalCallbackInfo &event) override in OnFanDataEvent() 250 HdfThermalCallbackInfo event; variable 268 HdfThermalCallbackInfo event; variable
|
/drivers/peripheral/motion/test/unittest/hdi/ |
D | motion_callback_impl.cpp | 23 int32_t MotionCallbackImpl::OnDataEvent(const HdfMotionEvent &event) in OnDataEvent()
|
/drivers/hdf_core/framework/core/adapter/vnode/src/ |
D | hdf_vnode_adapter.c | 187 static void DevEventFree(struct HdfDevEvent *event) in DevEventFree() 254 static int EventDataProcess(struct HdfDevEvent *event, struct HdfWriteReadBuf *bwr, struct HdfWrite… in EventDataProcess() 279 struct HdfDevEvent *event = NULL; in ReadDeviceEventInRingBuffer() local 317 struct HdfDevEvent *event = NULL; in ReadDeviceEventInEventQueue() local 384 struct HdfDevEvent *event = NULL; in VNodeAdapterSendDevEventToClient() local 439 …tic void AddEventToRingBuffer(struct HdfVNodeAdapterClient *vnodeClient, struct HdfDevEvent *event) in AddEventToRingBuffer() 457 struct HdfDevEvent *event = NULL; in VNodeAdapterSendDevEventToClientNoLock() local 527 struct HdfDevEvent *event = NULL; in HdfVnodeCleanEventQueue() local 629 struct HdfDevEvent *event = NULL; in HdfDestoryVNodeAdapterClient() local
|
/drivers/peripheral/sensor/hdi_service/ |
D | sensor_callback_vdi.cpp | 25 struct HdfSensorEvents event; in OnDataEventVdi() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameranotify_fuzzer/ |
D | dcameranotify_fuzzer.cpp | 37 DCameraHDFEvent event; in DcameraNotifyFuzzTest() local
|
/drivers/peripheral/motion/hdi_service/ |
D | motion_callback_vdi.cpp | 25 struct HdfMotionEvent event; in OnDataEventVdi() local
|
/drivers/peripheral/sensor/hal/src/ |
D | sensor_channel.c | 77 void CopyEventData(struct SensorEvents *event) in CopyEventData() 110 void ConvertSensorData(struct SensorEvents *event) in ConvertSensorData() 135 struct SensorEvents *event = NULL; in OnSensorEventReceived() local
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/ |
D | codeccallback_fuzzer.cpp | 21 int32_t CodecCallbackFuzz::EventHandler(OHOS::HDI::Codec::V1_0::CodecEventType event, in EventHandler()
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
D | camera_host_callback.cpp | 30 void CameraHostCallback::OnCameraEvent(const std::string &cameraId, CameraEvent event) in OnCameraEvent()
|
/drivers/peripheral/codec/test/demo/idl/src/ |
D | codec_hdi_callback.cpp | 23 int32_t CodecHdiCallback::EventHandler(OHOS::HDI::Codec::V1_0::CodecEventType event, in EventHandler()
|
/drivers/peripheral/camera/test/common/callback/src/ |
D | camera_host_callback.cpp | 36 int32_t CameraHostCallback::OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent()
|
/drivers/peripheral/wlan/client/src/ |
D | wifi_driver_client.c | 37 void WifiEventReport(const char *ifName, uint32_t event, void *data) in WifiEventReport() 123 struct Hid2dEvent *event = NULL; in WifiRegisterHid2dCallback() local
|
/drivers/peripheral/codec/test/benchmarktest/ |
D | codec_callback_service.cpp | 23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler()
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
D | codec_callback_service.cpp | 23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler()
|
/drivers/peripheral/camera/hdi_service/v1_0/src/ |
D | camera_host_service_callback.cpp | 36 int32_t CameraHostServiceCallback::OnCameraEvent(const std::string &cameraId, VdiCameraEvent event) in OnCameraEvent()
|
/drivers/peripheral/input/test/common/src/ |
D | input_callback_impl.cpp | 41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
|
/drivers/peripheral/codec/hdi_service/codec_service_stub/ |
D | codec_callback_service.c | 23 int CodecCallbackOnEvent(UINTPTR userData, EventType event, uint32_t length, int32_t eventData[]) in CodecCallbackOnEvent()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/ |
D | XMessage.js | 35 onRecv(event) { argument
|
/drivers/peripheral/sensor/test/fuzztest/sensorregisterandunregistercallback_fuzzer/ |
D | sensorregisterandunregistercallback_fuzzer.cpp | 27 int32_t SensorRegisterAndUnregisterCallbackFuzzer::OnDataEvent(const HdfSensorEvents& event) in OnDataEvent()
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/input_emit_event/ |
D | inject_thread.cpp | 58 for (auto &event : injectQueue_) { in InjectFunc() local
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerahostsetcallback_fuzzer/ |
D | dcamerahostsetcallback_fuzzer.cpp | 40 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent()
|