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:callCreateTime
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
call_manager_info.h
266
time_t
callCreateTime
= 0;
member
359
time_t
callCreateTime
= 0;
member
425
callCreateTime
= temp.
callCreateTime
;
in operator =()
/base/telephony/call_manager/services/call/src/
H
A
D
call_base.cpp
147
info.
callCreateTime
= callCreateTime_;
in GetCallAttributeBaseInfo()
506
void CallBase::SetCallCreateTime(time_t
callCreateTime
)
in SetCallCreateTime()
argument
509
callCreateTime_ =
callCreateTime
;
in SetCallCreateTime()
H
A
D
call_status_manager.cpp
1205
newCall->SetCallCreateTime(attrInfo.
callCreateTime
);
in RefreshCallIfNecessary()
/base/telephony/call_manager/services/call/include/
H
A
D
call_base.h
95
void SetCallCreateTime(time_t
callCreateTime
);
/base/telephony/call_manager/services/call/call_state_observer/src/
H
A
D
call_records_handler.cpp
90
bucket.Put(CALL_CREATE_TIME, info.
callCreateTime
);
in MakeCallLogInsertBucket()
H
A
D
call_records_manager.cpp
233
data.
callCreateTime
= info.
callCreateTime
;
in CopyCallInfoToRecord()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H
A
D
call_fuzzer.cpp
155
time_t
callCreateTime
= static_cast<time_t>(size);
in GetCallerInfo()
local
164
callObjectPtr->SetCallBeginTime(
callCreateTime
);
in GetCallerInfo()
Completed in 8 milliseconds