OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTCI_Set_LEDs
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/hardware_TPMttci/
hardware_TPMttci.py
89
if self.ttci_obj.
TTCI_Set_LEDs
(0x1, failure=False, warning=False):
90
raise error.TestFail('
TTCI_Set_LEDs
() error: %s' %
93
if self.ttci_obj.
TTCI_Set_LEDs
(0x3, failure=False, warning=False):
94
raise error.TestFail('
TTCI_Set_LEDs
() error: %s' %
97
if self.ttci_obj.
TTCI_Set_LEDs
(0x7, failure=False, warning=False):
98
raise error.TestFail('
TTCI_Set_LEDs
() error: %s' %
101
if self.ttci_obj.
TTCI_Set_LEDs
(0xf, failure=False, warning=False):
102
raise error.TestFail('
TTCI_Set_LEDs
() error: %s' %
105
if self.ttci_obj.
TTCI_Set_LEDs
(0xf, failure=False, warning=True):
106
raise error.TestFail('
TTCI_Set_LEDs
() error: %s'
[
all
...]
/external/autotest/client/common_lib/
smogcheck_ttci.py
164
def
TTCI_Set_LEDs
(self, bit_value, failure, warning):
Completed in 196 milliseconds