Home
last modified time | relevance | path

Searched refs:updates (Results 1 - 15 of 15) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_change_data_mock.cpp19 DBChangeDataMock::DBChangeDataMock(const std::vector<DBEntry> &inserts, const std::vector<DBEntry> &updates, in DBChangeDataMock() argument
25 for (auto &entry : updates) { in DBChangeDataMock()
H A Ddb_change_data_mock.h30 DBChangeDataMock(const std::vector<DBEntry> &inserts, const std::vector<DBEntry> &updates,
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dikvstore_observer.cpp129 std::vector<Entry> updates; in OnRemoteRequest() local
132 !ITypesUtil::UnmarshalFromBuffer(data, updates) || in OnRemoteRequest()
137 ChangeNotification change(std::move(inserts), std::move(updates), std::move(deletes), deviceId, in OnRemoteRequest()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_change_listener.cpp91 const vector<Entry>& updates = changeNotification.GetUpdateEntries(); in OnChange() local
92 for (const auto& entry : updates) { in OnChange()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.cpp62 auto updates = ConvertToEntries(changeData->second[OP_UPDATE]); in OnChange() local
64 ChangeNotification change(std::move(inserts), std::move(updates), std::move(deletes), {}, false); in OnChange()
H A Dkvdb_general_store.cpp642 const auto &updates = data.GetEntriesUpdated(); in OnChange() local
646 ConvertChangeData(updates, changeData[storeId_][DistributedDB::OP_UPDATE]); in OnChange()
/foundation/distributeddatamgr/kv_store/test/fuzztest/typesutil_fuzzer/
H A Dtypesutil_fuzzer.cpp107 std::vector<Entry> updates; in ChangeNotificationFuzz() local
110 updates.push_back(update); in ChangeNotificationFuzz()
113 ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(deleteds), strBase, boolBase); in ChangeNotificationFuzz()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dtypes_util_test.cpp100 std::vector<Entry> inserts, updates, deleteds; in HWTEST_F() local
102 updates.push_back(update); in HWTEST_F()
105 ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(deleteds), std::string(), false); in HWTEST_F()
H A Dblob_test.cpp318 std::vector<Entry> inserts, updates, deletes; in HWTEST_F() local
320 updates.push_back(update); in HWTEST_F()
323 ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(deletes), std::string(), false); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp94 std::vector<Entry> updates; in Unmarshalling() local
98 if (!ITypesUtil::Unmarshal(parcel, inserts, updates, deletes, deviceId, isClear)) { in Unmarshalling()
101 output = ChangeNotification(std::move(inserts), std::move(updates), std::move(deletes), deviceId, isClear); in Unmarshalling()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/capabilityinfomanager_fuzzer/
H A Dcapabilityinfomanager_fuzzer.cpp45 std::vector<DistributedKv::Entry> updates; in CapabilityInfoManagerFuzzTest() local
48 updates.push_back(update); in CapabilityInfoManagerFuzzTest()
52 DistributedKv::ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(deleteds), in CapabilityInfoManagerFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versioninfomanager/versioninfomanager/src/
H A Dversion_info_manager_test.cpp347 std::vector<DistributedKv::Entry> inserts, updates, deleteds; in HWTEST_F() local
349 updates.push_back(update); in HWTEST_F()
352 DistributedKv::ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(deleteds), "", true); in HWTEST_F()
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp457 updates_.updates[updates_.num++] = rect; in AddUpdateRegion()
461 Rect& updateRect = updates_.updates[i]; in AddUpdateRegion()
471 updates_.updates[updates_.num++] = updates_.bound; in AddUpdateRegion()
473 updates_.updates[updates_.num++] = rect; in AddUpdateRegion()
486 DrawRegion(winNode, EXPAND_RECT(updates_.updates[i])); in ProcessUpdates()
488 if (cursorInfo_.enableCursor && cursorInfo_.rect.IsIntersect(updates_.updates[i])) { in ProcessUpdates()
H A Dlite_wm.h35 Rect updates[MAX_UPDATE_SIZE]; member
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp515 std::vector<DistributedKv::Entry> inserts, updates, deleteds; in HWTEST_F() local
517 updates.push_back(update); in HWTEST_F()
520 DistributedKv::ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(deleteds), "", true); in HWTEST_F()

Completed in 12 milliseconds