Home
last modified time | relevance | path

Searched refs:GetColpResponse (Results 1 – 9 of 9) sorted by relevance

/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_callback_interface.h360 virtual int32_t GetColpResponse(int32_t slotId, const GetColpResult &result) = 0;
Dims_call_callback_proxy.h70 int32_t GetColpResponse(int32_t slotId, const GetColpResult &result) override;
Dims_call_callback_stub.h73 int32_t GetColpResponse(int32_t slotId, const GetColpResult &result) override;
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_handler.h175 void GetColpResponse(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp754 imsCallCallback_->GetColpResponse(slotId, info); in GetColp()
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_proxy.cpp442 int32_t ImsCallCallbackProxy::GetColpResponse(int32_t slotId, const GetColpResult &result) in GetColpResponse() function in OHOS::Telephony::ImsCallCallbackProxy
Dims_call_callback_stub.cpp630 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
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_handler.cpp104 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
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp1876 ASSERT_EQ(callCallbackProxy->GetColpResponse(slotId, colpResult), TELEPHONY_SUCCESS);