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:ReportCallsInfo
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
H
A
D
registercallmanagercallback_fuzzer.cpp
49
void
ReportCallsInfo
(const uint8_t *data, size_t size)
in ReportCallsInfo()
function
79
cellularCallRegister->
ReportCallsInfo
(callsReportInfo);
in ReportCallsInfo()
257
ReportCallsInfo
(data, size);
in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/manager/include/
H
A
D
cellular_call_register.h
33
void
ReportCallsInfo
(const CallsReportInfo &callsReportInfo);
/base/telephony/cellular_call/services/control/src/
H
A
D
satellite_control.cpp
229
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportUpdateInfo()
303
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportIncomingInfo()
334
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportHangUpInfo()
381
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportHangUp()
H
A
D
cs_control.cpp
487
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportUpdateInfo()
580
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportIncomingInfo()
611
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportHangUpInfo()
708
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportHangUp()
H
A
D
ims_control.cpp
393
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportHangUpInfo()
424
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportIncomingInfo()
472
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportUpdateInfo()
637
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in ReportHangUp()
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_register.cpp
31
void CellularCallRegister::
ReportCallsInfo
(const CallsReportInfo &callsReportInfo)
in ReportCallsInfo()
function in OHOS::Telephony::CellularCallRegister
33
TELEPHONY_LOGD("
ReportCallsInfo
entry.");
in ReportCallsInfo()
47
TELEPHONY_LOGE("
ReportCallsInfo
return, callManagerCallBack_ is nullptr, report fail!");
in ReportCallsInfo()
H
A
D
cellular_call_service.cpp
1498
DelayedSingleton<CellularCallRegister>::GetInstance()->
ReportCallsInfo
(callsReportInfo);
in HandleCellularControlException()
/base/telephony/cellular_call/test/unittest/cstest/
H
A
D
cs2_test.cpp
786
callRegister->
ReportCallsInfo
(calls);
in HWTEST_F()
Completed in 11 milliseconds