Searched refs:OnExchanged (Results 1 - 9 of 9) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/ |
H A D | auto_sync_matrix.h | 33 void OnExchanged(const std::string &device, const StoreMetaData &metaData);
|
H A D | device_matrix.h | 73 void OnExchanged(const std::string &device, uint16_t code, 75 void OnExchanged(const std::string &device,
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | device_matrix_test.cpp | 276 DeviceMatrix::GetInstance().OnExchanged(TEST_DEVICE, code); in HWTEST_F() 278 DeviceMatrix::GetInstance().OnExchanged(TEST_DEVICE, DeviceMatrix::META_STORE_MASK); in HWTEST_F() 333 DeviceMatrix::GetInstance().OnExchanged(TEST_DEVICE, DeviceMatrix::META_STORE_MASK); in HWTEST_F() 334 DeviceMatrix::GetInstance().OnExchanged(TEST_DEVICE, 0x2); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | auto_sync_matrix.cpp | 247 void AutoSyncMatrix::OnExchanged(const std::string &device, const StoreMetaData &metaData) in OnExchanged() function in OHOS::DistributedData::AutoSyncMatrix
|
H A D | device_matrix.cpp | 461 void DeviceMatrix::OnExchanged(const std::string &device, uint16_t code, LevelType type, ChangeType changeType) in OnExchanged() function in OHOS::DistributedData::DeviceMatrix 528 void DeviceMatrix::OnExchanged(const std::string &device, const StoreMetaData &metaData, ChangeType type) in OnExchanged() function in OHOS::DistributedData::DeviceMatrix 535 OnExchanged(device, code, static_cast<LevelType>(metaData.dataType), type); in OnExchanged()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.cpp | 301 DeviceMatrix::GetInstance().OnExchanged(info.deviceId, DeviceMatrix::META_STORE_MASK, in CreateMetaKvStore()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.cpp | 1055 DeviceMatrix::GetInstance().OnExchanged(uuid, DeviceMatrix::META_STORE_MASK); in ProcessResult() 1130 DeviceMatrix::GetInstance().OnExchanged(device, meta, ConvertType(static_cast<SyncMode>(info.mode))); in DoComplete()
|
H A D | kvdb_general_store.cpp | 187 DeviceMatrix::GetInstance().OnExchanged(info.deviceId, meta, DeviceMatrix::ChangeType::CHANGE_REMOTE); in KVDBGeneralStore()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 498 DeviceMatrix::GetInstance().OnExchanged(uuid, DeviceMatrix::META_STORE_MASK);
|
Completed in 10 milliseconds