Searched refs:SetColrResponse (Results 1 – 10 of 10) sorted by relevance
330 virtual int32_t SetColrResponse(int32_t slotId, const SsBaseResult &resultInfo) = 0;
67 int32_t SetColrResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
70 int32_t SetColrResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
174 void SetColrResponse(const AppExecFwk::InnerEvent::Pointer &event);
712 imsCallCallback_->SetColrResponse(slotId, info); in SetColr()
403 int32_t ImsCallCallbackProxy::SetColrResponse(int32_t slotId, const SsBaseResult &resultInfo) in SetColrResponse() function in OHOS::Telephony::ImsCallCallbackProxy
578 reply.WriteInt32(SetColrResponse(slotId, resultInfo)); in OnSetColrResponseInner()1104 int32_t ImsCallCallbackStub::SetColrResponse(int32_t slotId, const SsBaseResult &resultInfo) in SetColrResponse() function in OHOS::Telephony::ImsCallCallbackStub
103 requestFuncMap_[RadioEvent::RADIO_IMS_SET_COLR] = &CellularCallHandler::SetColrResponse; in InitSupplementFuncMap()1009 void CellularCallHandler::SetColrResponse(const AppExecFwk::InnerEvent::Pointer &event) in SetColrResponse() function in OHOS::Telephony::CellularCallHandler
2691 handler.SetColrResponse(event);
1860 ASSERT_EQ(callCallbackProxy->SetColrResponse(slotId, normalResult), TELEPHONY_SUCCESS);