Home
last modified time | relevance | path

Searched refs:itItem (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp215 std::list<UpdateAtItem>::iterator itItem; in UpdateAtTimerValue() local
217 for (itItem = updateAtTimerTasks_.begin(); itItem != updateAtTimerTasks_.end(); itItem++) { in UpdateAtTimerValue()
218 if (itItem->refreshTask.formId == formId) { in UpdateAtTimerValue()
219 changedItem = *itItem; in UpdateAtTimerValue()
220 updateAtTimerTasks_.erase(itItem); in UpdateAtTimerValue()
292 std::list<UpdateAtItem>::iterator itItem; in AtTimerToIntervalTimer() local
293 for (itItem = updateAtTimerTasks_.begin(); itItem ! in AtTimerToIntervalTimer()
495 std::list<UpdateAtItem>::iterator itItem; AddUpdateAtItem() local
562 std::list<UpdateAtItem>::iterator itItem; OnUpdateAtTrigger() local
598 std::list<DynamicRefreshItem>::iterator itItem; OnDynamicTimeTrigger() local
700 std::list<UpdateAtItem>::iterator itItem; GetUpdateAtTimer() local
723 std::list<DynamicRefreshItem>::iterator itItem; GetDynamicItem() local
780 std::list<UpdateAtItem>::iterator itItem; DeleteUpdateAtTimer() local
804 std::list<DynamicRefreshItem>::iterator itItem; DeleteDynamicItem() local
1225 std::list<UpdateAtItem>::iterator itItem; FindNextAtTimerItem() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp889 Type itItem; in GetToBeRemoveAssets() local
890 bool isExisted = GetTypeCaseInsensitive(col.first, vBucket, itItem); in GetToBeRemoveAssets()
894 if (!CloudStorageUtils::IsAsset(itItem) && !CloudStorageUtils::IsAssets(itItem)) { in GetToBeRemoveAssets()
897 if (CloudStorageUtils::IsAsset(itItem)) { in GetToBeRemoveAssets()
899 GetValueFromType(itItem, delAsset); in GetToBeRemoveAssets()
908 GetValueFromType(itItem, assets); in GetToBeRemoveAssets()
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp224 auto itItem = profileItems_.find(key); in GetDeviceProfile() local
225 if (itItem != profileItems_.end()) { in GetDeviceProfile()

Completed in 6 milliseconds