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:callDetatilInfo
(Results
1 - 2
of
2
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
call_object_manager.cpp
758
CallDetailInfo
callDetatilInfo
;
in DealFailDial()
local
759
if (memset_s(&
callDetatilInfo
, sizeof(CallDetailInfo), 0, sizeof(CallDetailInfo)) != EOK) {
in DealFailDial()
760
TELEPHONY_LOGE("memset_s
callDetatilInfo
fail");
in DealFailDial()
764
callDetatilInfo
.callType = call->GetCallType();
in DealFailDial()
765
callDetatilInfo
.accountId = call->GetSlotId();
in DealFailDial()
766
callDetatilInfo
.state = TelCallState::CALL_STATUS_DISCONNECTED;
in DealFailDial()
767
callDetatilInfo
.callMode = call->GetVideoStateType();
in DealFailDial()
768
callDetatilInfo
.voiceDomain = static_cast<int32_t>(call->GetCallType());
in DealFailDial()
773
if (memcpy_s(&
callDetatilInfo
.phoneNum, kMaxNumberLen, number.c_str(), number.length()) != EOK) {
in DealFailDial()
778
return DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallReportInfo(
callDetatilInfo
);
in DealFailDial()
[all...]
H
A
D
call_request_process.cpp
756
CallDetailInfo
callDetatilInfo
;
in UpdateCallReportInfo()
local
757
if (memset_s(&
callDetatilInfo
, sizeof(CallDetailInfo), 0, sizeof(CallDetailInfo)) != EOK) {
in UpdateCallReportInfo()
758
TELEPHONY_LOGE("memset_s
callDetatilInfo
fail");
in UpdateCallReportInfo()
761
callDetatilInfo
.callType = info.callType;
in UpdateCallReportInfo()
762
callDetatilInfo
.accountId = info.accountId;
in UpdateCallReportInfo()
763
callDetatilInfo
.index = info.index;
in UpdateCallReportInfo()
764
callDetatilInfo
.state = state;
in UpdateCallReportInfo()
765
callDetatilInfo
.callMode = info.videoState;
in UpdateCallReportInfo()
766
callDetatilInfo
.originalCallType = info.originalCallType;
in UpdateCallReportInfo()
767
callDetatilInfo
in UpdateCallReportInfo()
[all...]
Completed in 4 milliseconds