Home
last modified time | relevance | path

Searched refs:StopRtt (Results 1 – 25 of 56) sorted by relevance

123

/ohos5.0/base/telephony/call_manager/test/fuzztest/startdtmf_fuzzer/
H A Dstartdtmf_fuzzer.cpp44 void StopRtt(const uint8_t *data, size_t size) in StopRtt() function
92 StopRtt(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_request_handler.h77 int32_t StopRtt(int32_t callId);
H A Dims_call.h54 int32_t StopRtt();
H A Dcall_control_manager.h98 int32_t StopRtt(int32_t callId);
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp90 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::STOP_RTT)] = &CsTest::StopRtt; in SetUp()
332 int32_t CsTest::StopRtt(const sptr<CellularCallInterface> &telephonyService) const in StopRtt() function in OHOS::Telephony::CsTest
338 return telephonyService->StopRtt(slotId); in StopRtt()
H A Dcs_test.h115 int32_t StopRtt(const sptr<CellularCallInterface> &telephonyService) const;
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dims_control.h145 int32_t StopRtt(int32_t slotId);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_request_handler.cpp123 int32_t CallRequestHandler::StopRtt(int32_t callId) in StopRtt() function in OHOS::Telephony::CallRequestHandler
H A Dims_call.cpp153 int32_t IMSCall::StopRtt() in StopRtt() function in OHOS::Telephony::IMSCall
161 ret = DelayedSingleton<CellularCallConnection>::GetInstance()->StopRtt(callInfo); in StopRtt()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h56 int32_t StopRtt(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp75 requestCallFuncMap_[ImsCallInterfaceCode::IMS_STOP_RTT] = &ImsUnitTest::StopRtt; in InitBasicFuncMap()
382 int32_t ImsUnitTest::StopRtt(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in StopRtt() function in OHOS::Telephony::ImsUnitTest
388 imsCallPtr->StopRtt(slotId); in StopRtt()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h296 int StopRtt(const CellularCallInfo &callInfo);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
H A Dgetcallrestriction_fuzzer.cpp146 void StopRtt(const uint8_t *data, size_t size) in StopRtt() function
431 StopRtt(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_client.h524 int32_t StopRtt(int32_t callId);
H A Dcellular_call_interface.h215 virtual int32_t StopRtt(int32_t slotId) = 0;
H A Dcellular_call_proxy.h227 int32_t StopRtt(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h189 int32_t StopRtt(int32_t slotId) override;
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp652 int32_t CallManagerClient::StopRtt(int32_t callId) in StopRtt() function in OHOS::Telephony::CallManagerClient
655 return g_callManagerProxy->StopRtt(callId); in StopRtt()
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h222 virtual int32_t StopRtt(int32_t slotId) = 0;
H A Dims_call_client.h270 int32_t StopRtt(int32_t slotId);
H A Dims_call_proxy.h52 int32_t StopRtt(int32_t slotId) override;
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_proxy.h109 int32_t StopRtt(int32_t callId);
H A Dcall_manager_service_proxy.h609 int32_t StopRtt(int32_t callId) override;
H A Di_call_manager_service.h101 virtual int32_t StopRtt(int32_t callId) = 0;
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp148 int32_t ret = telephonyService->StopRtt(SIM1_SLOTID);
152 int32_t ret = telephonyService->StopRtt(SIM2_SLOTID);
486 EXPECT_EQ(imsControl->StopRtt(slotId), TELEPHONY_SUCCESS);

123