Home
last modified time | relevance | path

Searched refs:DozeSuspend (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dpower_state_token.c76 if (stateToken->listener->DozeSuspend != NULL) { in PowerStateChange()
77 return stateToken->listener->DozeSuspend(stateToken->deviceObject); in PowerStateChange()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_pm.h30 int (*DozeSuspend)(struct HdfDeviceObject *deviceObject); member
/ohos5.0/drivers/hdf_core/framework/test/unittest/pm/
H A Dhdf_pm_driver_test.c221 g_pmTestType[HDF_TEST_DRIVER].listener.powerListener.DozeSuspend = HdfPmHdfTestDozeSuspend; in HdfPmSetListeners()
226 g_pmTestType[SAMPLE_TEST_DRIVER].listener.powerListener.DozeSuspend = HdfPmSampleDozeSuspend; in HdfPmSetListeners()
231 g_pmTestType[PM_TEST_DRIVER].listener.powerListener.DozeSuspend = HdfPmTestDozeSuspend; in HdfPmSetListeners()
616 pmListener.powerListener.DozeSuspend = HdfPmTestDozeSuspend; in HdfPmDriverInit()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample1_driver/
H A Dsample1_driver.c69 pmListener.powerListener.DozeSuspend = HdfSampleDozeSuspend; in GetPmListenerInstance()
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.c285 pmListener.powerListener.DozeSuspend = HdfSampleDozeSuspend; in HdfSampleDriverInit()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.c1128 powerListener.DozeSuspend = HdfTouchDriverDozeSuspend; in HdfTouchDriverRegisterPowerListener()
1141 powerListener.DozeSuspend = NULL; in HdfTouchDriverUnregisterPowerListener()