Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_dialling_numbers_cache.h76 …bool CheckValueAndOperation(const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>…
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_cache.cpp196 if (!CheckValueAndOperation(oldDiallingNumberList, diallingNumberInfor, index, fileId)) { in UpdateDiallingNumberToIcc()
219 bool IccDiallingNumbersCache::CheckValueAndOperation( in CheckValueAndOperation() function in OHOS::Telephony::IccDiallingNumbersCache