Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/
Dinvocation_thread_test.py78 lambda op: _RaiseExceptionForOperation(op, "ALLOCATE_DEVICE"))
88 lambda op: _RaiseExceptionForOperation(op, "EXEC_COMMAND"))
102 lambda op: _RaiseExceptionForOperation(op, "EXEC_COMMAND",
132 def _RaiseExceptionForOperation(operation, op_type, error_msg="unit test"): function