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:IMS_CALL_TYPE
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/cellular_call/services/common/src/
H
A
D
cellular_call_hisysevent.cpp
59
static const int32_t
IMS_CALL_TYPE
= 1;
member
79
} else if (info.callType ==
IMS_CALL_TYPE
&& info.videoState == VOICE_TYPE) {
in WriteDialCallBehaviorEvent()
81
} else if (info.callType ==
IMS_CALL_TYPE
&& info.videoState == VIDEO_TYPE) {
in WriteDialCallBehaviorEvent()
97
} else if (info.callType ==
IMS_CALL_TYPE
&& info.videoState == VOICE_TYPE) {
in WriteHangUpCallBehaviorEvent()
99
} else if (info.callType ==
IMS_CALL_TYPE
&& info.videoState == VIDEO_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()
116
} else if (info.incomingCallType ==
IMS_CALL_TYPE
&& info.incomingVideoState == VIDEO_TYPE &&
in WriteAnswerCallBehaviorEvent()
117
info.callType ==
IMS_CALL_TYPE
&& info.videoState == VOICE_TYPE) {
in WriteAnswerCallBehaviorEvent()
119
} else if (info.incomingCallType ==
IMS_CALL_TYPE
in WriteAnswerCallBehaviorEvent()
[all...]
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
cellular_call_hisysevent_test.cpp
34
static const int32_t
IMS_CALL_TYPE
= 1;
member
64
CallBehaviorParameterInfo callInfo = {.callType =
IMS_CALL_TYPE
, .videoState = VOICE_TYPE};
in HWTEST_F()
77
callInfo = {.callType =
IMS_CALL_TYPE
, .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()
193
requestResult =
IMS_CALL_TYPE
;
in HWTEST_F()
201
requestResult =
IMS_CALL_TYPE
;
in HWTEST_F()
209
requestResult =
IMS_CALL_TYPE
;
in HWTEST_F()
217
requestResult =
IMS_CALL_TYPE
;
in HWTEST_F()
220
cellularCallHiSysEvent->SetIncomingCallParameterInfo(
IMS_CALL_TYPE
, VIDEO_TYP
in HWTEST_F()
[all...]
/base/telephony/call_manager/services/hisysevent/src/
H
A
D
call_manager_hisysevent.cpp
50
static const int32_t
IMS_CALL_TYPE
= 1;
member
63
if (callType ==
IMS_CALL_TYPE
&& callMode == VOICE_TYPE) {
in WriteIncomingCallBehaviorEvent()
65
} else if (callType ==
IMS_CALL_TYPE
&& callMode == VIDEO_TYPE) {
in WriteIncomingCallBehaviorEvent()
Completed in 3 milliseconds