Home
last modified time | relevance | path

Searched refs:META_STORE_MASK (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddevice_matrix_test.cpp77 DeviceMatrix::GetInstance().OnChanged(DeviceMatrix::META_STORE_MASK); in SetUpTestCase()
164 ASSERT_EQ(code, DeviceMatrix::META_STORE_MASK); in HWTEST_F()
209 .dynamic = DeviceMatrix::META_STORE_MASK, in HWTEST_F()
212 ASSERT_EQ(mask.first, DeviceMatrix::META_STORE_MASK); in HWTEST_F()
264 .dynamic = DeviceMatrix::META_STORE_MASK, in HWTEST_F()
267 ASSERT_EQ(mask.first, DeviceMatrix::META_STORE_MASK); in HWTEST_F()
278 DeviceMatrix::GetInstance().OnExchanged(TEST_DEVICE, DeviceMatrix::META_STORE_MASK); in HWTEST_F()
327 level.dynamic = DeviceMatrix::META_STORE_MASK; in HWTEST_F()
329 ASSERT_EQ(mask.first, DeviceMatrix::META_STORE_MASK); in HWTEST_F()
333 DeviceMatrix::GetInstance().OnExchanged(TEST_DEVICE, DeviceMatrix::META_STORE_MASK); in HWTEST_F()
[all...]
H A Dcloud_data_test.cpp246 DeviceMatrix::GetInstance().OnChanged(DeviceMatrix::META_STORE_MASK); in SetUpTestCase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h34 static constexpr uint16_t META_STORE_MASK = 0x0001; member in OHOS::DistributedData::DeviceMatrix
127 uint16_t dynamic = META_STORE_MASK | CURRENT_DYNAMIC_MASK;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp107 newMeta.dynamic = CURRENT_DYNAMIC_MASK | META_STORE_MASK; in Initialize()
234 uint16_t result = Low(mask) & META_STORE_MASK; in ConvertDynamic()
235 uint16_t code = Low(mask) & (~META_STORE_MASK); in ConvertDynamic()
542 return META_STORE_MASK; in GetCode()
/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()
356 DeviceMatrix::GetInstance().OnChanged(DeviceMatrix::META_STORE_MASK); in CloudSyncTask() variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp1025 if ((mask & DeviceMatrix::META_STORE_MASK) == DeviceMatrix::META_STORE_MASK) { in IsNeedMetaSync()
1055 DeviceMatrix::GetInstance().OnExchanged(uuid, DeviceMatrix::META_STORE_MASK); in ProcessResult()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp481 if ((mask & DeviceMatrix::META_STORE_MASK) == DeviceMatrix::META_STORE_MASK) {
498 DeviceMatrix::GetInstance().OnExchanged(uuid, DeviceMatrix::META_STORE_MASK);

Completed in 11 milliseconds