Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/interfaces/innerkits/tests/
H A Ddms_sdk_demo.cpp69 vector<EventNotify> notifys; in GetDSchedEventInfo() local
70 int32_t result = dmsSourceHandlerdemo.GetDSchedEventInfo(type, notifys); in GetDSchedEventInfo()
74 for (auto notify : notifys) { in GetDSchedEventInfo()
90 notifys.clear(); in GetDSchedEventInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.cpp254 SingleVerNaturalStoreCommitNotifyData *committedData, std::vector<NotifyConflictAndObserverData> &notifys, in PrepareNotifyForEntries()
265 notifys.push_back(notify); in PrepareNotifyForEntries()
409 std::vector<NotifyConflictAndObserverData> notifys; in BatchSaveEntries() local
411 ret = PrepareNotifyForEntries(entries, committedData, notifys, isDelete); in BatchSaveEntries()
428 PutIntoCommittedData(entries[i].key, entries[i].value, notifys[i]); in BatchSaveEntries()
253 PrepareNotifyForEntries(const std::vector<Entry> &entries, SingleVerNaturalStoreCommitNotifyData *committedData, std::vector<NotifyConflictAndObserverData> &notifys, bool isDelete) PrepareNotifyForEntries() argument
H A Drd_single_ver_storage_executor.h82 SingleVerNaturalStoreCommitNotifyData *committedData, std::vector<NotifyConflictAndObserverData> &notifys,

Completed in 3 milliseconds