Home
last modified time | relevance | path

Searched refs:CURRENT_DYNAMIC_MASK (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h96 static constexpr uint16_t CURRENT_DYNAMIC_MASK = 0x0006; variable
127 uint16_t dynamic = META_STORE_MASK | CURRENT_DYNAMIC_MASK;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp107 newMeta.dynamic = CURRENT_DYNAMIC_MASK | META_STORE_MASK; in Initialize()