Searched refs:SetColpResponse (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_interface.h | 350 virtual int32_t SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) = 0;
|
H A D | ims_call_callback_proxy.h | 70 int32_t SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
|
H A D | ims_call_callback_stub.h | 73 int32_t SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
|
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_handler.h | 211 void SetColpResponse(const AppExecFwk::InnerEvent::Pointer &event);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback_test.cpp | 126 ASSERT_EQ(callCallbackProxy->SetColpResponse(slotId, normalResult), TELEPHONY_SUCCESS);
|
H A D | ims_call_callback_stub_test.cpp | 192 callBackStub.SetColpResponse(slotId, baseResult);
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
H A D | ims_call.cpp | 740 imsCallCallback_->SetColpResponse(slotId, info); in SetColp()
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_proxy.cpp | 432 int32_t ImsCallCallbackProxy::SetColpResponse(int32_t slotId, const SsBaseResult &resultInfo) in SetColpResponse() function in OHOS::Telephony::ImsCallCallbackProxy
|
H A D | ims_call_callback_stub.cpp | 635 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 D | cellular_call_handler.cpp | 154 [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 D | cs2_test.cpp | 1073 secondHandler.SetColpResponse(event);
|