/ohos5.0/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/ |
H A D | formatphonenumber_fuzzer.cpp | 125 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 D | call_setting_manager.cpp | 238 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 D | call_setting_manager.h | 52 int32_t CloseUnFinishedUssd(int32_t slotId);
|
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 843 void (*CloseUnFinishedUssd)(const ReqDataInfo *requestInfo); member
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 517 int CloseUnFinishedUssd(int32_t slotId);
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_client.h | 557 int32_t CloseUnFinishedUssd(int32_t slotId);
|
H A D | cellular_call_interface.h | 502 virtual int32_t CloseUnFinishedUssd(int32_t slotId) = 0;
|
H A D | cellular_call_proxy.h | 513 int32_t CloseUnFinishedUssd(int32_t slotId) override;
|
/ohos5.0/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 287 int32_t CloseUnFinishedUssd(int32_t slotId);
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 692 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 D | call_manager_proxy.h | 113 int32_t CloseUnFinishedUssd(int32_t slotId);
|
H A D | call_manager_service_proxy.h | 636 int32_t CloseUnFinishedUssd(int32_t slotId) override;
|
H A D | i_call_manager_service.h | 105 virtual int32_t CloseUnFinishedUssd(int32_t slotId) = 0;
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 114 int32_t CloseUnFinishedUssd(int32_t slotId);
|
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 671 int32_t CloseUnFinishedUssd(int32_t slotId) override;
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 94 .CloseUnFinishedUssd = ReqCloseUnFinishedUssd,
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | cellular_call_connection.cpp | 839 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 D | call_manager8_gtest.cpp | 778 … 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 D | cellular_call_service.h | 575 int32_t CloseUnFinishedUssd(int32_t slotId) override;
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 70 int32_t CloseUnFinishedUssd(const AppExecFwk::InnerEvent::Pointer &result);
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 288 return CoreManagerInner::GetInstance().CloseUnFinishedUssd( in CloseUnFinishedUssdRequest()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 177 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 D | hril_call.h | 66 int32_t CloseUnFinishedUssd(int32_t serialId);
|
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service.cpp | 1277 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 D | tel_ril_call.cpp | 533 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()
|