Home
last modified time | relevance | path

Searched refs:CloseUnFinishedUssd (Results 1 – 25 of 67) sorted by relevance

123

/ohos5.0/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/
H A Dformatphonenumber_fuzzer.cpp125 int32_t CloseUnFinishedUssd(const uint8_t *data, size_t size) in CloseUnFinishedUssd() function
167 CloseUnFinishedUssd(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp238 int32_t CallSettingManager::CloseUnFinishedUssd(int32_t slotId) in CloseUnFinishedUssd() function in OHOS::Telephony::CallSettingManager
249 return cellularCallConnectionPtr_->CloseUnFinishedUssd(slotId); in CloseUnFinishedUssd()
/ohos5.0/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h52 int32_t CloseUnFinishedUssd(int32_t slotId);
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h843 void (*CloseUnFinishedUssd)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h517 int CloseUnFinishedUssd(int32_t slotId);
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_client.h557 int32_t CloseUnFinishedUssd(int32_t slotId);
H A Dcellular_call_interface.h502 virtual int32_t CloseUnFinishedUssd(int32_t slotId) = 0;
H A Dcellular_call_proxy.h513 int32_t CloseUnFinishedUssd(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h287 int32_t CloseUnFinishedUssd(int32_t slotId);
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp692 int32_t CallManagerClient::CloseUnFinishedUssd(int32_t slotId) in CloseUnFinishedUssd() function in OHOS::Telephony::CallManagerClient
695 return g_callManagerProxy->CloseUnFinishedUssd(slotId); in CloseUnFinishedUssd()
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_proxy.h113 int32_t CloseUnFinishedUssd(int32_t slotId);
H A Dcall_manager_service_proxy.h636 int32_t CloseUnFinishedUssd(int32_t slotId) override;
H A Di_call_manager_service.h105 virtual int32_t CloseUnFinishedUssd(int32_t slotId) = 0;
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h114 int32_t CloseUnFinishedUssd(int32_t slotId);
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h671 int32_t CloseUnFinishedUssd(int32_t slotId) override;
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c94 .CloseUnFinishedUssd = ReqCloseUnFinishedUssd,
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp839 int CellularCallConnection::CloseUnFinishedUssd(int32_t slotId) in CloseUnFinishedUssd() function in OHOS::Telephony::CellularCallConnection
845 int errCode = cellularCallInterfacePtr_->CloseUnFinishedUssd(slotId); in CloseUnFinishedUssd()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager8_gtest.cpp778 … EXPECT_EQ(CallManagerGtest::clientPtr_->CloseUnFinishedUssd(SIM1_SLOTID), RETURN_VALUE_IS_ZERO);
782 … EXPECT_EQ(CallManagerGtest::clientPtr_->CloseUnFinishedUssd(SIM2_SLOTID), RETURN_VALUE_IS_ZERO);
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h575 int32_t CloseUnFinishedUssd(int32_t slotId) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h70 int32_t CloseUnFinishedUssd(const AppExecFwk::InnerEvent::Pointer &result);
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp288 return CoreManagerInner::GetInstance().CloseUnFinishedUssd( in CloseUnFinishedUssdRequest()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp177 int32_t RilImpl::CloseUnFinishedUssd(int32_t slotId, int32_t serialId) in CloseUnFinishedUssd() function in OHOS::HDI::Ril::V1_3::RilImpl
179 return TaskSchedule(&Telephony::HRilManager::CloseUnFinishedUssd, slotId, serialId); in CloseUnFinishedUssd()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h66 int32_t CloseUnFinishedUssd(int32_t serialId);
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1277 int32_t CallManagerService::CloseUnFinishedUssd(int32_t slotId) in CloseUnFinishedUssd() function in OHOS::Telephony::CallManagerService
1288 return callControlManagerPtr_->CloseUnFinishedUssd(slotId); in CloseUnFinishedUssd()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp533 int32_t TelRilCall::CloseUnFinishedUssd(const AppExecFwk::InnerEvent::Pointer &result) in CloseUnFinishedUssd() function in OHOS::Telephony::TelRilCall
535 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::CloseUnFinishedUssd); in CloseUnFinishedUssd()

123