Home
last modified time | relevance | path

Searched refs:BaseConnection (Results 1 - 8 of 8) sorted by relevance

/base/telephony/cellular_call/services/connection/src/
H A Dbase_connection.cpp23 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 Dbase_connection.h28 class BaseConnection { class
33 BaseConnection();
38 virtual ~BaseConnection() = default;
H A Dcellular_call_connection_satellite.h24 class CellularCallConnectionSatellite : public BaseConnection {
H A Dcellular_call_connection_cs.h24 class CellularCallConnectionCS : public BaseConnection {
H A Dcellular_call_connection_ims.h25 class CellularCallConnectionIMS : public BaseConnection {
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp398 * @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 Dzero_branch1_test.cpp772 BaseConnection BConnection; in HWTEST_F()
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
H A Dsetorupdatecallreportinfo_fuzzer.cpp38 auto baseConnection = std::make_shared<BaseConnection>(); in DoSomethingInterestingWithMyAPI()

Completed in 5 milliseconds