Home
last modified time | relevance | path

Searched refs:SetColpResponse (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_interface.h350 virtual int32_t SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) = 0;
H A Dims_call_callback_proxy.h70 int32_t SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
H A Dims_call_callback_stub.h73 int32_t SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_handler.h211 void SetColpResponse(const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback_test.cpp126 ASSERT_EQ(callCallbackProxy->SetColpResponse(slotId, normalResult), TELEPHONY_SUCCESS);
H A Dims_call_callback_stub_test.cpp192 callBackStub.SetColpResponse(slotId, baseResult);
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp740 imsCallCallback_->SetColpResponse(slotId, info); in SetColp()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp432 int32_t ImsCallCallbackProxy::SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) in SetColpResponse() function in OHOS::Telephony::ImsCallCallbackProxy
H A Dims_call_callback_stub.cpp635 reply.WriteInt32(SetColpResponse(slotId, resultInfo)); in OnSetColpResponseInner()
1243 int32_t ImsCallCallbackStub::SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) in SetColpResponse() function in OHOS::Telephony::ImsCallCallbackStub
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp154 [this](const AppExecFwk::InnerEvent::Pointer &event) { SetColpResponse(event); }; in InitSupplementFuncMap()
1468 void CellularCallHandler::SetColpResponse(const AppExecFwk::InnerEvent::Pointer &event) in SetColpResponse() function in OHOS::Telephony::CellularCallHandler
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp1073 secondHandler.SetColpResponse(event);