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:new_state
(Results
1 - 5
of
5
) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/environment/
H
A
D
device_state.py
88
new_state
= None
92
new_state
= old_state
94
new_state
= DeviceAllocationState.checking_availability
99
new_state
= old_state
101
new_state
= DeviceAllocationState.unknown
103
new_state
= DeviceAllocationState.allocated
105
new_state
= DeviceAllocationState.available
107
new_state
= DeviceAllocationState.unknown
109
new_state
= DeviceAllocationState.ignored
111
new_state
[all...]
H
A
D
device_monitor.py
34
def state_changed(self,
new_state
):
35
if self.expected_state ==
new_state
:
117
def set_state(self,
new_state
):
118
if not
new_state
:
120
self.device_state =
new_state
122
listener.state_changed(
new_state
)
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
H
A
D
manager_device.py
294
new_state
= handle_allocation_event(old_state, event)
296
if
new_state
== DeviceAllocationState.checking_availability:
302
new_state
= handle_allocation_event(
new_state
, event)
304
if old_state !=
new_state
:
306
device.device_allocation_state =
new_state
309
new_state
== DeviceAllocationState.available:
392
new_state
= TestDeviceState.get_test_device_state(idevice.device_state)
393
test_device.test_device_state =
new_state
396
if
new_state
[all...]
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/capturer/
H
A
D
module_inner_capturer_sink.c
113
static int SinkSetStateInIoThreadCb(pa_sink *s, pa_sink_state_t
new_state
, pa_suspend_cause_t new_suspend_cause)
in SinkSetStateInIoThreadCb()
argument
120
if (PA_SINK_IS_OPENED(
new_state
)) {
in SinkSetStateInIoThreadCb()
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H
A
D
module_split_stream_sink.c
233
static int SinkSetStateInIoThreadCb(pa_sink *s, pa_sink_state_t
new_state
, pa_suspend_cause_t new_suspend_cause)
in SinkSetStateInIoThreadCb()
argument
241
if (PA_SINK_IS_OPENED(
new_state
)) {
in SinkSetStateInIoThreadCb()
Completed in 5 milliseconds