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:VOICE_TYPE
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
cellular_call_hisysevent_test.cpp
35
static const int32_t
VOICE_TYPE
= 0;
member
64
CallBehaviorParameterInfo callInfo = {.callType = IMS_CALL_TYPE, .videoState =
VOICE_TYPE
};
in HWTEST_F()
74
callInfo.videoState =
VOICE_TYPE
;
in HWTEST_F()
77
callInfo = {.callType = IMS_CALL_TYPE, .videoState =
VOICE_TYPE
};
in HWTEST_F()
87
callInfo.videoState =
VOICE_TYPE
;
in HWTEST_F()
92
int32_t videoState =
VOICE_TYPE
;
in HWTEST_F()
109
CallBehaviorParameterInfo callInfo = {.callType = IMS_CALL_TYPE, .videoState =
VOICE_TYPE
,
in HWTEST_F()
110
.incomingCallType = IMS_CALL_TYPE, .incomingVideoState =
VOICE_TYPE
};
in HWTEST_F()
120
CallBehaviorParameterInfo callInfo1 = {.callType = CS_CALL_TYPE, .videoState =
VOICE_TYPE
,
in HWTEST_F()
121
.incomingCallType = CS_CALL_TYPE, .incomingVideoState =
VOICE_TYPE
};
in HWTEST_F()
[all...]
/base/telephony/cellular_call/services/common/src/
H
A
D
cellular_call_hisysevent.cpp
60
static const int32_t
VOICE_TYPE
= 0;
member
77
if (info.callType == CS_CALL_TYPE && info.videoState ==
VOICE_TYPE
) {
in WriteDialCallBehaviorEvent()
79
} else if (info.callType == IMS_CALL_TYPE && info.videoState ==
VOICE_TYPE
) {
in WriteDialCallBehaviorEvent()
95
if (info.callType == CS_CALL_TYPE && info.videoState ==
VOICE_TYPE
) {
in WriteHangUpCallBehaviorEvent()
97
} else if (info.callType == IMS_CALL_TYPE && info.videoState ==
VOICE_TYPE
) {
in WriteHangUpCallBehaviorEvent()
113
if (info.incomingCallType == IMS_CALL_TYPE && info.incomingVideoState ==
VOICE_TYPE
&&
in WriteAnswerCallBehaviorEvent()
114
info.callType == IMS_CALL_TYPE && info.videoState ==
VOICE_TYPE
) {
in WriteAnswerCallBehaviorEvent()
117
info.callType == IMS_CALL_TYPE && info.videoState ==
VOICE_TYPE
) {
in WriteAnswerCallBehaviorEvent()
122
} else if (info.incomingCallType == CS_CALL_TYPE && info.incomingVideoState ==
VOICE_TYPE
&&
in WriteAnswerCallBehaviorEvent()
123
info.callType == CS_CALL_TYPE && info.videoState ==
VOICE_TYPE
) {
in WriteAnswerCallBehaviorEvent()
[all...]
/base/telephony/call_manager/services/hisysevent/src/
H
A
D
call_manager_hisysevent.cpp
52
static const int32_t
VOICE_TYPE
= 0;
member
63
if (callType == IMS_CALL_TYPE && callMode ==
VOICE_TYPE
) {
in WriteIncomingCallBehaviorEvent()
67
} else if ((callType == CS_CALL_TYPE || callType == SATELLITE_CALL_TYPE) && callMode ==
VOICE_TYPE
) {
in WriteIncomingCallBehaviorEvent()
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_control_manager.cpp
38
constexpr int32_t
VOICE_TYPE
= 0;
member
182
if (callObjectPtr->GetOriginalCallType() ==
VOICE_TYPE
&&
in CheckTypeAndSetAudioDevice()
Completed in 7 milliseconds