/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 824 …void (*SetEmergencyCallList)(const ReqDataInfo *requestInfo, HRilEmergencyInfo *emergencyInfo, con… member
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_interface.h | 494 virtual int32_t SetEmergencyCallList(int32_t slotId, std::vector<EmergencyCall> &eccVec) = 0;
|
H A D | cellular_call_proxy.h | 505 int32_t SetEmergencyCallList(int32_t slotId, std::vector<EmergencyCall> &eccVec) override;
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | config_request.cpp | 212 errorCode = CoreManagerInner::GetInstance().SetEmergencyCallList( in SetEmergencyCallListRequest()
|
H A D | cellular_call_config.cpp | 358 SetEmergencyCallList(slotId, eccInfoList); in UpdateEccNumberList() 901 int32_t CellularCallConfig::SetEmergencyCallList(int32_t slotId, std::vector<EmergencyCall> &eccVec) in SetEmergencyCallList() function in OHOS::Telephony::CellularCallConfig
|
/ohos5.0/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_config.h | 201 int32_t SetEmergencyCallList(int32_t slotId, std::vector<EmergencyCall> &eccVec);
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 92 .SetEmergencyCallList = ReqSetEmergencyCallList,
|
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 168 int32_t SetEmergencyCallList(int32_t slotId, std::vector<EmergencyCall> &eccVec) override;
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 65 int32_t SetEmergencyCallList(
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs1_test.cpp | 116 EXPECT_EQ(telephonyService->SetEmergencyCallList(SIM1_SLOTID, eccVec), 0); 119 EXPECT_EQ(telephonyService->SetEmergencyCallList(SIM2_SLOTID, eccVec), 0);
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 48 int32_t RilImpl::SetEmergencyCallList( in SetEmergencyCallList() function in OHOS::HDI::Ril::V1_3::RilImpl 51 …return TaskSchedule(&Telephony::HRilManager::SetEmergencyCallList, slotId, serialId, emergencyInfo… in SetEmergencyCallList()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 65 …int32_t SetEmergencyCallList(int32_t serialId, const OHOS::HDI::Ril::V1_1::EmergencyInfoList &emer…
|
H A D | hril_manager.h | 73 int32_t SetEmergencyCallList(
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_v10.md | 23 | [SetEmergencyCallList](#setemergencycalllist) ([in] int slotId, [in] int serialId, [in] struct [E… 1992 ### SetEmergencyCallList() 1995 IRil::SetEmergencyCallList ([in] int slotId, [in] int serialId, [in] struct EmergencyInfoList emerg…
|
H A D | interface_i_ril_v11.md | 23 | [SetEmergencyCallList](#setemergencycalllist) ([in] int slotId, [in] int serialId, [in] struct [E… 2072 ### SetEmergencyCallList() 2075 IRil::SetEmergencyCallList ([in] int slotId, [in] int serialId, [in] struct EmergencyInfoList emerg…
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 616 int32_t TelRilCall::SetEmergencyCallList( in SetEmergencyCallList() function in OHOS::Telephony::TelRilCall 634 …return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::SetEmergencyCallList, emerg… in SetEmergencyCallList()
|
H A D | tel_ril_manager.cpp | 524 int32_t TelRilManager::SetEmergencyCallList( in SetEmergencyCallList() function in OHOS::Telephony::TelRilManager 528 …Schedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::SetEmergencyCallList, eccVec); in SetEmergencyCallList()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_call_test.cpp | 107 …int32_t ret = g_rilInterface->SetEmergencyCallList(SLOTID_1, RilTestUtil::GetSerialId(), emergency… 133 …int32_t ret = g_rilInterface->SetEmergencyCallList(SLOTID_2, RilTestUtil::GetSerialId(), emergency…
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 38 …int32_t SetEmergencyCallList(int32_t slotId, int32_t serialId, const EmergencyInfoList &emergencyI…
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 247 virtual int32_t SetEmergencyCallList(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | ril_service.h.txt | 32 int32_t SetEmergencyCallList(int32_t slotId, int32_t serialId,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | ril_service.h.txt | 32 int32_t SetEmergencyCallList(int32_t slotId, int32_t serialId,
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 787 int32_t HRilCall::SetEmergencyCallList( in SetEmergencyCallList() function in OHOS::Telephony::HRilCall 793 …questVendor(serialId, HREQ_CALL_SET_EMERGENCY_LIST, callFuncs_, &HRilCallReq::SetEmergencyCallList, in SetEmergencyCallList()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/ |
H A D | ril_service.h.txt | 41 int32_t SetEmergencyCallList(int32_t slotId, int32_t serialId,
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 1137 int32_t CellularCallService::SetEmergencyCallList(int32_t slotId, std::vector<EmergencyCall> &eccVe… in SetEmergencyCallList() function in OHOS::Telephony::CellularCallService 1145 return config.SetEmergencyCallList(slotId, eccVec); in SetEmergencyCallList()
|