Home
last modified time | relevance | path

Searched defs:event (Results 1 – 25 of 120) sorted by relevance

12345

/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_event_adapter.c32 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/
Dhdmi_event.c15 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/
Dhiview_hievent.c155 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/
Dwlan_callback_impl.c30 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/
Dhdf_thermal_hdi_test.cpp47 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/
Dmotion_callback_impl.cpp23 int32_t MotionCallbackImpl::OnDataEvent(const HdfMotionEvent &event) in OnDataEvent()
/drivers/hdf_core/framework/core/adapter/vnode/src/
Dhdf_vnode_adapter.c187 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/
Dsensor_callback_vdi.cpp25 struct HdfSensorEvents event; in OnDataEventVdi() local
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameranotify_fuzzer/
Ddcameranotify_fuzzer.cpp37 DCameraHDFEvent event; in DcameraNotifyFuzzTest() local
/drivers/peripheral/motion/hdi_service/
Dmotion_callback_vdi.cpp25 struct HdfMotionEvent event; in OnDataEventVdi() local
/drivers/peripheral/sensor/hal/src/
Dsensor_channel.c77 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/
Dcodeccallback_fuzzer.cpp21 int32_t CodecCallbackFuzz::EventHandler(OHOS::HDI::Codec::V1_0::CodecEventType event, in EventHandler()
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
Dcamera_host_callback.cpp30 void CameraHostCallback::OnCameraEvent(const std::string &cameraId, CameraEvent event) in OnCameraEvent()
/drivers/peripheral/codec/test/demo/idl/src/
Dcodec_hdi_callback.cpp23 int32_t CodecHdiCallback::EventHandler(OHOS::HDI::Codec::V1_0::CodecEventType event, in EventHandler()
/drivers/peripheral/camera/test/common/callback/src/
Dcamera_host_callback.cpp36 int32_t CameraHostCallback::OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent()
/drivers/peripheral/wlan/client/src/
Dwifi_driver_client.c37 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/
Dcodec_callback_service.cpp23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler()
/drivers/peripheral/codec/test/unittest/idl_omx/
Dcodec_callback_service.cpp23 int32_t CodecCallbackService::EventHandler(CodecEventType event, const EventInfo &info) in EventHandler()
/drivers/peripheral/camera/hdi_service/v1_0/src/
Dcamera_host_service_callback.cpp36 int32_t CameraHostServiceCallback::OnCameraEvent(const std::string &cameraId, VdiCameraEvent event) in OnCameraEvent()
/drivers/peripheral/input/test/common/src/
Dinput_callback_impl.cpp41 int32_t InputCallbackImpl::HotPlugCallback(const HotPlugEvent &event) in HotPlugCallback()
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_callback_service.c23 int CodecCallbackOnEvent(UINTPTR userData, EventType event, uint32_t length, int32_t eventData[]) in CodecCallbackOnEvent()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/
DXMessage.js35 onRecv(event) { argument
/drivers/peripheral/sensor/test/fuzztest/sensorregisterandunregistercallback_fuzzer/
Dsensorregisterandunregistercallback_fuzzer.cpp27 int32_t SensorRegisterAndUnregisterCallbackFuzzer::OnDataEvent(const HdfSensorEvents& event) in OnDataEvent()
/drivers/external_device_manager/services/native/driver_extension_manager/src/input_emit_event/
Dinject_thread.cpp58 for (auto &event : injectQueue_) { in InjectFunc() local
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerahostsetcallback_fuzzer/
Ddcamerahostsetcallback_fuzzer.cpp40 int32_t OnCameraEvent(const std::string& cameraId, CameraEvent event) in OnCameraEvent()

12345