Home
last modified time | relevance | path

Searched refs:INVALID_MASK (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h39 static constexpr uint16_t INVALID_MASK = 0; member in OHOS::DistributedData::DeviceMatrix
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp634 switchData.value = DeviceMatrix::INVALID_MASK; in HWTEST_F()
642 switchData.value = DeviceMatrix::INVALID_MASK; in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp149 (dynamicSaved && dynamicExist && (dynamicRecvLevel <= dynamicConsLevel) && (dynamicRecvLevel != INVALID_MASK)); in IsConsistent()
156 (staticsSaved && staticsExist && (staticsRecvLevel <= staticsConsLevel) && (staticsRecvLevel != INVALID_MASK)); in IsConsistent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp800 if (code == DeviceMatrix::INVALID_MASK) { in IsRemoteChange()

Completed in 6 milliseconds