Searched refs:notifys (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/dmsfwk/interfaces/innerkits/tests/ |
H A D | dms_sdk_demo.cpp | 69 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 D | rd_single_ver_storage_executor.cpp | 254 SingleVerNaturalStoreCommitNotifyData *committedData, std::vector<NotifyConflictAndObserverData> ¬ifys, 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> ¬ifys, bool isDelete) PrepareNotifyForEntries() argument
|
H A D | rd_single_ver_storage_executor.h | 82 SingleVerNaturalStoreCommitNotifyData *committedData, std::vector<NotifyConflictAndObserverData> ¬ifys,
|
Completed in 3 milliseconds