Home
last modified time | relevance | path

Searched refs:PlatformDevicePostEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_device.h140 int32_t PlatformDevicePostEvent(struct PlatformDevice *device, uint32_t events);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_device_test.c107 ret = PlatformDevicePostEvent(device, eventA | eventB); in PlatformDeviceTestWaitEvent()
234 ret = PlatformDevicePostEvent(NULL, 0x1); in PlatformDeviceTestReliability()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_device.c39 ret = PlatformDevicePostEvent(device, PLAT_EVENT_DEVICE_DEAD); in PlatformDeviceOnLastPut()
344 int32_t PlatformDevicePostEvent(struct PlatformDevice *device, uint32_t events) in PlatformDevicePostEvent() function
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dplatform_device_test.c247 ret = PlatformDevicePostEvent(NULL, 0x1); in PlatformDeviceTestReliability()