Home
last modified time | relevance | path

Searched refs:OnExchanged (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Dauto_sync_matrix.h33 void OnExchanged(const std::string &device, const StoreMetaData &metaData);
H A Ddevice_matrix.h73 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 Ddevice_matrix_test.cpp276 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 Dauto_sync_matrix.cpp247 void AutoSyncMatrix::OnExchanged(const std::string &device, const StoreMetaData &metaData) in OnExchanged() function in OHOS::DistributedData::AutoSyncMatrix
H A Ddevice_matrix.cpp461 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 Dkvstore_meta_manager.cpp301 DeviceMatrix::GetInstance().OnExchanged(info.deviceId, DeviceMatrix::META_STORE_MASK, in CreateMetaKvStore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp1055 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 Dkvdb_general_store.cpp187 DeviceMatrix::GetInstance().OnExchanged(info.deviceId, meta, DeviceMatrix::ChangeType::CHANGE_REMOTE); in KVDBGeneralStore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp498 DeviceMatrix::GetInstance().OnExchanged(uuid, DeviceMatrix::META_STORE_MASK);

Completed in 10 milliseconds