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:CallState
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/state_registry/frameworks/js/napi/include/
H
A
D
napi_state_registry.h
42
enum class
CallState
: int32_t {
class
/base/telephony/call_manager/frameworks/js/napi/src/
H
A
D
call.js
190
CallState
: call.
CallState
,
/base/telephony/state_registry/frameworks/cj/src/
H
A
D
observer_event_handler.cpp
54
return static_cast<int32_t>(
CallState
::CALL_STATE_OFFHOOK);
in WrapCallState()
57
return static_cast<int32_t>(
CallState
::CALL_STATE_RINGING);
in WrapCallState()
61
return static_cast<int32_t>(
CallState
::CALL_STATE_IDLE);
in WrapCallState()
63
return static_cast<int32_t>(
CallState
::CALL_STATE_ANSWERED);
in WrapCallState()
65
return static_cast<int32_t>(
CallState
::CALL_STATE_UNKNOWN);
in WrapCallState()
H
A
D
telephony_observer_utils.h
102
enum class
CallState
: int32_t {
class
/base/telephony/state_registry/frameworks/js/napi/src/
H
A
D
event_listener_handler.cpp
65
return static_cast<int32_t>(
CallState
::CALL_STATE_OFFHOOK);
in WrapCallState()
68
return static_cast<int32_t>(
CallState
::CALL_STATE_RINGING);
in WrapCallState()
72
return static_cast<int32_t>(
CallState
::CALL_STATE_IDLE);
in WrapCallState()
74
return static_cast<int32_t>(
CallState
::CALL_STATE_ANSWERED);
in WrapCallState()
76
return static_cast<int32_t>(
CallState
::CALL_STATE_UNKNOWN);
in WrapCallState()
Completed in 4 milliseconds