Home
last modified time | relevance | path

Searched refs:PlatformEventUnlisten (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_event.h122 void PlatformEventUnlisten(struct PlatformEvent *pe, const struct PlatformEventListener *listener);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_event.c259 void PlatformEventUnlisten(struct PlatformEvent *pe, const struct PlatformEventListener *listener) in PlatformEventUnlisten() function
H A Dplatform_device.c394 PlatformEventUnlisten(&device->event, listener); in PlatformDeviceUnListenEvent()