Home
last modified time | relevance | path

Searched refs:dataIt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dusim_dialling_numbers_service.cpp301 auto dataIt = data.begin(); in StorePbrDetailInfo() local
302 if (dataIt == data.end()) { in StorePbrDetailInfo()
306 uint32_t efid = *dataIt; in StorePbrDetailInfo()
307 ++dataIt; in StorePbrDetailInfo()
308 if (dataIt == data.end()) { in StorePbrDetailInfo()
313 efid |= *dataIt; in StorePbrDetailInfo()
314 ++dataIt; in StorePbrDetailInfo()
315 int sfi = (dataIt == data.end()) ? 0 : static_cast<int>((*dataIt)); in StorePbrDetailInfo()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp559 auto dataIt = writeToDiskMap.find(*key); in NotifyPreferencesObserver() local
560 if (dataIt != writeToDiskMap.end()) { in NotifyPreferencesObserver()
561 value = dataIt->second; in NotifyPreferencesObserver()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp529 auto dataIt = it->second.data.find(key); in GetAssociatedData() local
530 if (dataIt == it->second.data.end()) { in GetAssociatedData()
533 value = dataIt->second; in GetAssociatedData()