Home
last modified time | relevance | path

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

/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()
/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
603 updateList.emplace_back(timerTask); in OnDynamicTimeTrigger()
619 if (!updateList.empty()) { in OnDynamicTimeTrigger()
621 for (auto &task : updateList) { in OnDynamicTimeTrigger()
831 std::vector<FormTimer> updateList; in OnIntervalTimeOut() local
843 updateList in OnIntervalTimeOut()
[all...]

Completed in 2 milliseconds