Home
last modified time | relevance | path

Searched refs:hplmn (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp322 std::string hplmn = Str16ToStr8(u16Hplmn); in UpdateEccNumberList() local
330 if (!hplmn.empty() && isHomeAndPresent) { in UpdateEccNumberList()
335 DelayedSingleton<CellularCallRdbHelper>::GetInstance()->QueryEccList(hplmn, eccVec); in UpdateEccNumberList()
840 std::string hplmn = Str16ToStr8(u16Hplmn); in MergeEccCallList() local
841 if (hasSim && !GetRoamingState(slotId) && !hplmn.empty()) { in MergeEccCallList()
843 DelayedSingleton<CellularCallRdbHelper>::GetInstance()->QueryEccList(hplmn, eccVec); in MergeEccCallList()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp986 std::string hplmn = Str16ToStr8(u16Hplmn); variable
988 …ASSERT_NE(DelayedSingleton<CellularCallRdbHelper>::GetInstance()->QueryEccList(hplmn, eccVec), TEL…