HomeSort by relevance Sort by last modified time
    Searched refs:Repair (Results 1 - 7 of 7) sorted by null

  /external/autotest/server/hosts/
cros_repair.py 17 from autotest_lib.server.hosts import repair
39 # Triggers for the 'au', 'powerwash', and 'usb' repair actions.
40 # These are also used as dependencies in the `CrosHost` repair
59 # reinstall repair actions, too.
61 # TODO(jrbarnette): AU repair can't fix all problems reported by
76 # ignoring failures. The repair triggers believe that this
326 Repair a Chrome device by sending a system request to the kernel.
333 def repair(self, host): member in class:ServoSysRqRepair
365 """Repair a Chrome device by resetting it with servo."""
367 def repair(self, host) member in class:ServoResetRepair
390 def repair(self, host): member in class:CrosRebootRepair
410 def repair(self, host): member in class:AutoUpdateRepair
426 def repair(self, host): member in class:PowerWashRepair
445 def repair(self, host): member in class:ServoInstallRepair
459 def repair(self, host): member in class:JetstreamRepair
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverHealth.h 6 state, status messages may be reported to the user, repair operations can be invoked,
11 provide warning or error messages to the user, perform length repair operations,
18 be healthy, failed, require repair, or require configuration. If a controller
79 Reports the progress of a repair operation
82 progress of the repair operation.
84 @param[in] Limit The maximum value of Value for the current repair operation.
98 be repair a controller that is not proper configured.
193 Performs a repair operation on a controller in the platform. This function can
194 optionally report repair progress information back to the platform.
197 @param[in] ControllerHandle The handle of the controller to repair.
    [all...]
  /external/autotest/server/cros/
provision.py 43 example for provisioning or repair.
269 tests on. Failure to verify leads to running Repair.
276 # failure and that left dut in Repair Failed. Since the test will fail
344 class Repair(_SpecialTaskAction):
346 Repair runs when one of the other special tasks fails. It should be able
354 name = 'repair'
374 Repair.acts_on(label) or
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndhelper.h 92 STDMETHOD_(HRESULT,Repair)(THIS_ REPAIRINFO *pInfo,LONG *pDeferredTime,REPAIR_STATUS *pStatus) PURE;
117 #define INetDiagHelper_Repair(This,pInfo,pDeferredTime,pStatus) (This)->lpVtbl->Repair(This,pInfo,pDeferredTime,pStatus)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmDriverHealth.c 21 L"Repair Required",
158 The repair notify function.
160 of the repair operation.
161 @param Limit The maximum value of Value for the current repair operation.
424 Repair all the controllers according to the Driver Health status queried.
458 // Deal with Repair Required
471 Status = DriverHealthInfo[Index].DriverHealth->Repair (
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.c 512 The repair notify function.
514 of the repair operation.
515 @param Limit The maximum value of Value for the current repair operation.
648 // reach a terminal status. The status from EfiDriverHealthStatusRepairRequired after repair
654 Status = DriverHealth->Repair (
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c     [all...]

Completed in 128 milliseconds