Home
last modified time | relevance | path

Searched defs:eventCallback (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/wlan/chip/hdi_service/
Dwifi.cpp59 int32_t Wifi::RegisterWifiEventCallback(const sptr<IChipControllerCallback>& eventCallback) in RegisterWifiEventCallback()
242 int32_t Wifi::AddWifiDeathRecipient(const sptr<IChipControllerCallback>& eventCallback) in AddWifiDeathRecipient()
254 int32_t Wifi::RemoveWifiDeathRecipient(const sptr<IChipControllerCallback>& eventCallback) in RemoveWifiDeathRecipient()
/drivers/hdf_core/adapter/platform/uart/
Duart_gr5xx.c42 app_uart_evt_handler_t eventCallback; member
/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_sdk_if_test.cpp868 static void eventCallback(struct UsbFnEvent *event) in eventCallback() function