Home
last modified time | relevance | path

Searched refs:OTTCall (Results 1 - 6 of 6) sorted by relevance

/base/telephony/call_manager/services/call/src/
H A Dott_call.cpp27 OTTCall::OTTCall(DialParaInfo &info) : CallBase(info), ottCallConnectionPtr_(std::make_unique<OTTCallConnection>()) in OTTCall() function in OHOS::Telephony::OTTCall
30 OTTCall::OTTCall(DialParaInfo &info, AppExecFwk::PacMap &extras) in OTTCall() function in OHOS::Telephony::OTTCall
34 OTTCall::~OTTCall() {} in ~OTTCall()
36 int32_t OTTCall::DialingProcess() in DialingProcess()
45 int32_t OTTCall::AnswerCall(int32_t videoState) in AnswerCall()
74 int32_t OTTCall::RejectCall() in RejectCall()
96 int32_t OTTCall
[all...]
H A Dcall_status_manager.cpp1379 callPtr = (std::make_unique<OTTCall>(paraInfo, extras)).release(); in CreateNewCallByCallType()
1381 callPtr = (std::make_unique<OTTCall>(paraInfo)).release(); in CreateNewCallByCallType()
/base/telephony/call_manager/services/call/include/
H A Dott_call.h25 class OTTCall : public CallBase, public NetCallBase { class
27 explicit OTTCall(DialParaInfo &info);
28 OTTCall(DialParaInfo &info, AppExecFwk::PacMap &extras);
29 ~OTTCall();
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp350 sptr<OTTCall> callObjectPtr = std::make_unique<OTTCall>(paraInfo).release(); in OttCallFunc()
394 sptr<OTTCall> callObjectPtr = std::make_unique<OTTCall>(paraInfo).release(); in OttVideoCallFunc()
433 sptr<OTTCall> callObjectPtr = std::make_unique<OTTCall>(paraInfo).release(); in OttVideoCallWindowFunc()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp897 std::shared_ptr<OTTCall> ottCall = std::make_shared<OTTCall>(info); in HWTEST_F()
946 std::shared_ptr<OTTCall> ottCall = std::make_shared<OTTCall>(info); in HWTEST_F()
H A Dzero_branch3_test.cpp280 sptr<OHOS::Telephony::CallBase> callBase1 = new OTTCall(dialParaInfo); in HWTEST_F()
320 sptr<OHOS::Telephony::CallBase> callBase1 = new OTTCall(dialParaInfo); in HWTEST_F()
416 sptr<OHOS::Telephony::CallBase> callBase1 = new OTTCall(dialParaInfo); in HWTEST_F()
469 sptr<OHOS::Telephony::CallBase> callBase1 = new OTTCall(dialParaInfo); in HWTEST_F()

Completed in 8 milliseconds