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:ClearAllCalls
(Results
1 - 10
of
10
) sorted by relevance
/base/telephony/call_manager/services/telephony_interaction/include/
H
A
D
cellular_call_connection.h
554
int32_t
ClearAllCalls
();
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
cellular_call_proxy.h
521
int32_t
ClearAllCalls
(const std::vector<CellularCallInfo> &infos) override;
H
A
D
cellular_call_interface.h
510
virtual int32_t
ClearAllCalls
(const std::vector<CellularCallInfo> &infos) = 0;
/base/telephony/call_manager/services/telephony_interaction/src/
H
A
D
cellular_call_connection.cpp
881
int32_t CellularCallConnection::
ClearAllCalls
()
in ClearAllCalls()
function in OHOS::Telephony::CellularCallConnection
916
int32_t errCode = cellularCallInterfacePtr_->
ClearAllCalls
(callsInfo);
in ClearAllCalls()
918
TELEPHONY_LOGE("
ClearAllCalls
fail, errcode:%{public}d", errCode);
in ClearAllCalls()
949
cellularCallConnection->
ClearAllCalls
();
in OnAddSystemAbility()
/base/telephony/cellular_call/services/manager/include/
H
A
D
cellular_call_service.h
577
int32_t
ClearAllCalls
(const std::vector<CellularCallInfo> &infos) override;
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch1_test.cpp
537
cellularCallConnection->
ClearAllCalls
();
in HWTEST_F()
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
zero_branch1_test.cpp
696
cellularCall.
ClearAllCalls
(infos);
in HWTEST_F()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
cellular_call_proxy.cpp
1523
int32_t CellularCallProxy::
ClearAllCalls
(const std::vector<CellularCallInfo> &infos)
in ClearAllCalls()
function in OHOS::Telephony::CellularCallProxy
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_service.cpp
1416
int32_t CellularCallService::
ClearAllCalls
(const std::vector<CellularCallInfo> &infos)
in ClearAllCalls()
function in OHOS::Telephony::CellularCallService
1419
TELEPHONY_LOGE("CellularCallService::
ClearAllCalls
infos is empty");
in ClearAllCalls()
H
A
D
cellular_call_stub.cpp
1226
reply.WriteInt32(
ClearAllCalls
(callInfos));
in OnClearAllCallsInner()
Completed in 15 milliseconds