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:BaseConnection
(Results
1 - 8
of
8
) sorted by relevance
/base/telephony/cellular_call/services/connection/src/
H
A
D
base_connection.cpp
23
BaseConnection
::
BaseConnection
()
in BaseConnection()
function in OHOS::Telephony::BaseConnection
30
void
BaseConnection
::SetOrUpdateCallReportInfo(CallReportInfo &callReportInfo)
in SetOrUpdateCallReportInfo()
35
CallReportInfo
BaseConnection
::GetCallReportInfo()
in GetCallReportInfo()
40
void
BaseConnection
::SetStatus(TelCallState state)
in SetStatus()
45
TelCallState
BaseConnection
::GetStatus() const
in GetStatus()
50
bool
BaseConnection
::IsRingingState() const
in IsRingingState()
57
void
BaseConnection
::SetFlag(bool flag)
in SetFlag()
62
bool
BaseConnection
::GetFlag() const
in GetFlag()
67
void
BaseConnection
[all...]
/base/telephony/cellular_call/services/connection/include/
H
A
D
base_connection.h
28
class
BaseConnection
{
class
33
BaseConnection
();
38
virtual ~
BaseConnection
() = default;
H
A
D
cellular_call_connection_satellite.h
24
class CellularCallConnectionSatellite : public
BaseConnection
{
H
A
D
cellular_call_connection_cs.h
24
class CellularCallConnectionCS : public
BaseConnection
{
H
A
D
cellular_call_connection_ims.h
25
class CellularCallConnectionIMS : public
BaseConnection
{
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
ims_connection_test.cpp
398
* @tc.name Test
BaseConnection
403
BaseConnection
baseConnection;
in HWTEST_F()
410
* @tc.name Test
BaseConnection
415
BaseConnection
baseConnection;
in HWTEST_F()
428
* @tc.name Test
BaseConnection
433
BaseConnection
baseConnection;
in HWTEST_F()
440
* @tc.name Test
BaseConnection
445
BaseConnection
baseConnection;
in HWTEST_F()
452
* @tc.name Test
BaseConnection
457
BaseConnection
baseConnectio
in HWTEST_F()
[all...]
H
A
D
zero_branch1_test.cpp
772
BaseConnection
BConnection;
in HWTEST_F()
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
H
A
D
setorupdatecallreportinfo_fuzzer.cpp
38
auto baseConnection = std::make_shared<
BaseConnection
>();
in DoSomethingInterestingWithMyAPI()
Completed in 5 milliseconds