Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TestDeviceState
(Results
1 - 7
of
7
) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/environment/
H
A
D
device_state.py
25
class
TestDeviceState
(Enum):
class
34
return
TestDeviceState
.NOT_AVAILABLE
36
return
TestDeviceState
.ONLINE
38
return
TestDeviceState
.ONLINE
40
return
TestDeviceState
.NOT_AVAILABLE
42
return
TestDeviceState
.RECOVERY
44
return
TestDeviceState
.FASTBOOT
46
return
TestDeviceState
.NOT_AVAILABLE
H
A
D
device_monitor.py
22
from _core.environment.device_state import
TestDeviceState
namespace
73
return self.wait_for_device_state(
TestDeviceState
.NOT_AVAILABLE,
79
return self.wait_for_device_state(
TestDeviceState
.ONLINE, wait_time)
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H
A
D
manager_device.py
32
from xdevice import
TestDeviceState
namespace
174
if device.test_device_state ==
TestDeviceState
.ONLINE:
188
if device.test_device_state ==
TestDeviceState
.ONLINE:
262
TestDeviceState
.get_test_device_state(
392
new_state =
TestDeviceState
.get_test_device_state(idevice.device_state)
396
if new_state ==
TestDeviceState
.ONLINE:
402
elif new_state ==
TestDeviceState
.NOT_AVAILABLE:
418
new_state =
TestDeviceState
.get_test_device_state(idevice.device_state)
420
if test_device.test_device_state ==
TestDeviceState
.ONLINE:
423
elif new_state ==
TestDeviceState
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H
A
D
emulator.py
22
from xdevice import
TestDeviceState
namespace
47
self.test_device_state =
TestDeviceState
.ONLINE
H
A
D
device.py
47
from xdevice import
TestDeviceState
namespace
548
self.test_device_state =
TestDeviceState
.NOT_AVAILABLE
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H
A
D
screen_agent.py
26
from xdevice import
TestDeviceState
namespace
120
if hasattr(_device, 'test_device_state') and _device.test_device_state !=
TestDeviceState
.ONLINE:
/test/testfwk/xdevice/src/xdevice/
H
A
D
__init__.py
142
from _core.environment.device_state import
TestDeviceState
namespace
241
"
TestDeviceState
",
Completed in 7 milliseconds