Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_observer_nb_impl.h41 std::list<DistributedDB::Entry> updateList = data.GetEntriesUpdated(); in OnChange() local
57 for (const auto &entry : updateList) { in OnChange()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp559 std::vector<UpdateAtItem> updateList; in OnUpdateAtTrigger() local
565 updateList.emplace_back(*itItem); in OnUpdateAtTrigger()
575 if (!updateList.empty()) { in OnUpdateAtTrigger()
577 for (auto &item : updateList) { in OnUpdateAtTrigger()
593 std::vector<FormTimer> updateList; in OnDynamicTimeTrigger() local
619 if (!updateList.empty()) { in OnDynamicTimeTrigger()
621 for (auto &task : updateList) { in OnDynamicTimeTrigger()
831 std::vector<FormTimer> updateList; in OnIntervalTimeOut() local
843 updateList.emplace_back(intervalTask); in OnIntervalTimeOut()
847 if (!updateList.empty()) { in OnIntervalTimeOut()
[all …]