Searched refs:GetColpResponse (Results 1 – 9 of 9) sorted by relevance
360 virtual int32_t GetColpResponse(int32_t slotId, const GetColpResult &result) = 0;
70 int32_t GetColpResponse(int32_t slotId, const GetColpResult &result) override;
73 int32_t GetColpResponse(int32_t slotId, const GetColpResult &result) override;
175 void GetColpResponse(const AppExecFwk::InnerEvent::Pointer &event);
754 imsCallCallback_->GetColpResponse(slotId, info); in GetColp()
442 int32_t ImsCallCallbackProxy::GetColpResponse(int32_t slotId, const GetColpResult &result) in GetColpResponse() function in OHOS::Telephony::ImsCallCallbackProxy
630 reply.WriteInt32(GetColpResponse(slotId, result)); in OnGetColpResponseInner()1141 int32_t ImsCallCallbackStub::GetColpResponse(int32_t slotId, const GetColpResult &result) in GetColpResponse() function in OHOS::Telephony::ImsCallCallbackStub
104 requestFuncMap_[RadioEvent::RADIO_IMS_GET_COLP] = &CellularCallHandler::GetColpResponse; in InitSupplementFuncMap()1025 void CellularCallHandler::GetColpResponse(const AppExecFwk::InnerEvent::Pointer &event) in GetColpResponse() function in OHOS::Telephony::CellularCallHandler
1876 ASSERT_EQ(callCallbackProxy->GetColpResponse(slotId, colpResult), TELEPHONY_SUCCESS);