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:GetCallReportInfo
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/cellular_call/services/connection/include/
H
A
D
base_connection.h
52
CallReportInfo
GetCallReportInfo
();
/base/telephony/cellular_call/services/connection/src/
H
A
D
base_connection.cpp
35
CallReportInfo BaseConnection::
GetCallReportInfo
()
in GetCallReportInfo()
function in OHOS::Telephony::BaseConnection
H
A
D
cellular_call_connection_ims.cpp
164
int32_t callType = static_cast<int32_t>(
GetCallReportInfo
().callMode);
in HoldCallRequest()
179
int32_t callType = static_cast<int32_t>(
GetCallReportInfo
().callMode);
in UnHoldCallRequest()
194
int32_t callType = static_cast<int32_t>(
GetCallReportInfo
().callMode);
in SwitchCallRequest()
409
return
GetCallReportInfo
().isPendingHold;
in IsPendingHold()
/base/telephony/cellular_call/services/control/src/
H
A
D
satellite_control.cpp
109
pConnection->
GetCallReportInfo
(), TelCallState::CALL_STATUS_DISCONNECTING);
in HangUp()
180
pConnection->
GetCallReportInfo
(), TelCallState::CALL_STATUS_DISCONNECTING);
in Reject()
239
CallReportInfo callReportInfo = it->second.
GetCallReportInfo
();
in DeleteConnection()
313
CallReportInfo callReportInfo = it.second.
GetCallReportInfo
();
in ReportHangUpInfo()
H
A
D
cs_control.cpp
181
pConnection->
GetCallReportInfo
(), TelCallState::CALL_STATUS_DISCONNECTING);
in HangUp()
282
auto callReportInfo = holdConn.
GetCallReportInfo
();
in CheckAndHangupHoldingCall()
318
pConnection->
GetCallReportInfo
(), TelCallState::CALL_STATUS_DISCONNECTING);
in Reject()
497
CallReportInfo callReportInfo = it->second.
GetCallReportInfo
();
in DeleteConnection()
590
CallReportInfo callReportInfo = it.second.
GetCallReportInfo
();
in ReportHangUpInfo()
H
A
D
ims_control.cpp
142
pConnection->
GetCallReportInfo
(), TelCallState::CALL_STATUS_DISCONNECTING);
in HangUp()
206
auto callReportInfo = holdConn.
GetCallReportInfo
();
in CheckAndHangupHoldingCall()
233
pConnection->
GetCallReportInfo
(), TelCallState::CALL_STATUS_DISCONNECTING);
in Reject()
372
CallReportInfo reportInfo = it.second.
GetCallReportInfo
();
in ReportHangUpInfo()
532
CallReportInfo callReportInfo = it->second.
GetCallReportInfo
();
in DeleteConnection()
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
ims_connection_test.cpp
471
EXPECT_EQ(baseConnection.
GetCallReportInfo
().isPendingHold, true);
in HWTEST_F()
Completed in 7 milliseconds