/base/telephony/call_manager/services/call_setting/include/ |
H A D | call_setting_manager.h | 52 int32_t CloseUnFinishedUssd(int32_t slotId);
|
/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()
|
/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()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 843 void (*CloseUnFinishedUssd)(const ReqDataInfo *requestInfo); member
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 511 * CloseUnFinishedUssd 517 int CloseUnFinishedUssd(int32_t slotId);
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_proxy.h | 513 int32_t CloseUnFinishedUssd(int32_t slotId) override;
|
H A D | cellular_call_interface.h | 502 virtual int32_t CloseUnFinishedUssd(int32_t slotId) = 0;
|
H A D | call_manager_client.h | 558 int32_t CloseUnFinishedUssd(int32_t slotId);
|
/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 287 int32_t CloseUnFinishedUssd(int32_t slotId);
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch7_test.cpp | 202 EXPECT_EQ(callManagerService->CloseUnFinishedUssd(slotId), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F() 476 EXPECT_EQ(callSettingManager->CloseUnFinishedUssd(INVALID_SLOTID), CALL_ERR_INVALID_SLOT_ID); in HWTEST_F() 477 EXPECT_EQ(callSettingManager->CloseUnFinishedUssd(SIM1_SLOTID), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
/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()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 630 * CloseUnFinishedUssd 636 int32_t CloseUnFinishedUssd(int32_t slotId) override;
|
H A D | i_call_manager_service.h | 106 virtual int32_t CloseUnFinishedUssd(int32_t slotId) = 0;
|
H A D | call_manager_proxy.h | 113 int32_t CloseUnFinishedUssd(int32_t slotId);
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 114 int32_t CloseUnFinishedUssd(int32_t slotId);
|
/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 575 int32_t CloseUnFinishedUssd(int32_t slotId) override;
|
/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 665 * CloseUnFinishedUssd 671 int32_t CloseUnFinishedUssd(int32_t slotId) override;
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 94 .CloseUnFinishedUssd = ReqCloseUnFinishedUssd,
|
/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() 847 TELEPHONY_LOGE("CloseUnFinishedUssd failed, errcode:%{public}d", errCode); in CloseUnFinishedUssd()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager8_gtest.cpp | 764 /************************************* Test CloseUnFinishedUssd() ************************************/ 778 EXPECT_EQ(CallManagerGtest::clientPtr_->CloseUnFinishedUssd(SIM1_SLOTID), RETURN_VALUE_IS_ZERO); in HWTEST_F() 782 EXPECT_EQ(CallManagerGtest::clientPtr_->CloseUnFinishedUssd(SIM2_SLOTID), RETURN_VALUE_IS_ZERO); in HWTEST_F()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 70 int32_t CloseUnFinishedUssd(const AppExecFwk::InnerEvent::Pointer &result);
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 66 int32_t CloseUnFinishedUssd(int32_t serialId);
|
/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 304 return CoreManagerInner::GetInstance().CloseUnFinishedUssd( in CloseUnFinishedUssdRequest()
|
/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()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_call_test.cpp | 1231 int32_t ret = g_rilInterface->CloseUnFinishedUssd(SLOTID_1, RilTestUtil::GetSerialId()); in HWTEST_F() 1247 int32_t ret = g_rilInterface->CloseUnFinishedUssd(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
|