Home
last modified time | relevance | path

Searched refs:GetPowerStatus (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/display/hal/
H A Ddisp_hal.h39 int32_t (*GetPowerStatus)(uint32_t devId, DispPowerStatus *pStatus); member
H A Ddisp_hal.c176 static int32_t GetPowerStatus(uint32_t devId, DispPowerStatus *pStatus) in GetPowerStatus() function
203 hFuncs->GetPowerStatus = GetPowerStatus; in GetHalFuncs()
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp87 static int32_t GetPowerStatus(uint32_t devIndex, uint32_t *status) in GetPowerStatus() function
93 return gInputDeviceManager_->GetPowerStatus(devIndex, status); in GetPowerStatus()
233 controllerHdi->GetPowerStatus = GetPowerStatus; in InstanceControllerHdi()
H A Dinput_device_manager.cpp719 RetStatus InputDeviceManager::GetPowerStatus(uint32_t devIndex, uint32_t *status) in GetPowerStatus() function in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/interfaces/include/
H A Dinput_controller.h89 int32_t (*GetPowerStatus)(uint32_t devIndex, uint32_t *status); member
/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/
H A Dinputgetpowerstatus_fuzzer.cpp54 ret = g_inputInterface->iInputController->GetPowerStatus(*(uint32_t *)data, &getStatus); in InputGetpowerStatusFuzzTest()
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.h40 int32_t GetPowerStatus(uint32_t devIndex, uint32_t &status) override;
H A Dinput_interfaces_impl.cpp306 int32_t InputInterfacesImpl::GetPowerStatus(uint32_t devIndex, uint32_t &status) in GetPowerStatus() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
309 inputInterface_->iInputController->GetPowerStatus == nullptr) { in GetPowerStatus()
314 int32_t ret = inputInterface_->iInputController->GetPowerStatus(devIndex, &status); in GetPowerStatus()
/drivers/peripheral/input/hal/src/
H A Dinput_controller.c231 static int32_t GetPowerStatus(uint32_t devIndex, uint32_t *status) in GetPowerStatus() function
611 controllerHdi->GetPowerStatus = GetPowerStatus; in InstanceControllerHdi()
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h98 RetStatus GetPowerStatus(uint32_t devIndex, uint32_t *status);
/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.c225 static int32_t GetPowerStatus(struct HdfDeviceObject *device, struct HdfSBuf *reqData, struct HdfSBuf *rspData) in GetPowerStatus() function
335 GetPowerStatus,
/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp479 ret = g_inputInterfaces->GetPowerStatus(TOUCH_INDEX, getStatus); in HWTEST_F()
505 ret = g_inputInterfaces->GetPowerStatus(INVALID_INDEX, getStatus); in HWTEST_F()
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp216 * @tc.desc: Benchmarktest for interface GetPowerStatus.
228 ret = g_inputInterfaces->GetPowerStatus(TOUCH_INDEX, getStatus); in BENCHMARK_F()
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp447 * @tc.desc : Reliability of function(GetPowerStatus)
457 ret = g_inputInterfaces->GetPowerStatus(TOUCH_INDEX, getStatus); in HWTEST_F()
473 ret = g_inputInterfaces->GetPowerStatus(devIndex, getStatus); in HWTEST_F()
491 ret = g_inputInterfaces->GetPowerStatus(devIndex, getStatus); in HWTEST_F()
495 ret = g_inputInterfaces->GetPowerStatus(devIndex, getStatus); in HWTEST_F()
510 ret = g_inputInterfaces->GetPowerStatus(MAX_DEVICES, getStatus); in HWTEST_F()
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp554 * @tc.name: GetPowerStatus
567 ret = g_inputInterface->iInputController->GetPowerStatus(g_touchIndex, &status); in HWTEST_F()
575 * @tc.name: GetPowerStatus
588 ret = g_inputInterface->iInputController->GetPowerStatus(INVALID_INDEX, &status); in HWTEST_F()
596 * @tc.name: GetPowerStatus
609 ret = g_inputInterface->iInputController->GetPowerStatus(INVALID_INDEX1, &status); in HWTEST_F()
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp549 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); in HWTEST_F()
573 ret = g_inputInterface->iInputController->GetPowerStatus(INVALID_INDEX, &getStatus); in HWTEST_F()

Completed in 13 milliseconds