Home
last modified time | relevance | path

Searched defs:eccVec (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dcellular_call_rdb_helper.cpp46 int32_t CellularCallRdbHelper::QueryEccList(const std::string &numeric, std::vector<EccNum> &eccVec) in QueryEccList()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dconfig_request_test.cpp158 std::vector<EmergencyCall> eccVec; variable
H A Dzero_branch_test.cpp213 std::vector<EmergencyCall> eccVec = {}; variable
1048 std::vector<EmergencyCall> eccVec = {}; variable
H A Dzero_branch1_test.cpp584 std::vector<EmergencyCall> eccVec; variable
987 std::vector<EccNum> eccVec; variable
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp203 …32_t ConfigRequest::SetEmergencyCallListRequest(int32_t slotId, std::vector<EmergencyCall> &eccVec) in SetEmergencyCallListRequest()
H A Dcellular_call_config.cpp286 void CellularCallConfig::GetEccListFromResult(const std::vector<EccNum> &eccVec, in GetEccListFromResult()
325 std::vector<EccNum> eccVec; in UpdateEccNumberList() local
842 std::vector<EccNum> eccVec; in MergeEccCallList() local
901 int32_t CellularCallConfig::SetEmergencyCallList(int32_t slotId, std::vector<EmergencyCall> &eccVec) in SetEmergencyCallList()
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs1_test.cpp96 std::vector<EmergencyCall> eccVec; variable
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp617 const std::vector<EmergencyCall> &eccVec, const AppExecFwk::InnerEvent::Pointer &result) in SetEmergencyCallList()
H A Dtel_ril_manager.cpp525 …int32_t slotId, const std::vector<EmergencyCall> &eccVec, const AppExecFwk::InnerEvent::Pointer &r… in SetEmergencyCallList()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1137 …t32_t CellularCallService::SetEmergencyCallList(int32_t slotId, std::vector<EmergencyCall> &eccVec) in SetEmergencyCallList()
H A Dcellular_call_stub.cpp336 std::vector<EmergencyCall> eccVec; in OnSetEmergencyCallList() local
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp1445 int32_t CellularCallProxy::SetEmergencyCallList(int32_t slotId, std::vector<EmergencyCall> &eccVec) in SetEmergencyCallList()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp987 std::vector<EmergencyCall> eccVec; variable
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp324 …gerInner::SetEmergencyCallList(int32_t slotId, int32_t eventId, std::vector<EmergencyCall> &eccVec, in SetEmergencyCallList()