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:CALL_STATUS_IDLE
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimodalinput/input/service/device_state_manager/include/
H
A
D
device_event_monitor.h
42
CALL_STATUS_IDLE
= 8,
enumerator
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H
A
D
trigger_helper.cpp
545
callState > static_cast<int32_t>(TelCallState::
CALL_STATUS_IDLE
)) {
in OnCallStateUpdated()
551
callState != static_cast<int32_t>(TelCallState::
CALL_STATUS_IDLE
) &&
in OnCallStateUpdated()
/foundation/resourceschedule/device_standby/services/core/include/
H
A
D
standby_service_impl.h
72
CALL_STATUS_IDLE
= 8,
member in OHOS::DevStandbyMgr::TelCallState
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_subscriber_handler.cpp
1287
case StateType::
CALL_STATUS_IDLE
:
in HandleCallEnded()
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
standby_service_impl.cpp
972
state == static_cast<int32_t>(TelCallState::
CALL_STATUS_IDLE
));
in HandleCallStateChanged()
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_subscriber_handler_test.cpp
87
DEVICE_MONITOR->callState_ = StateType::
CALL_STATUS_IDLE
;
in HWTEST_F()
Completed in 11 milliseconds