Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h145 static inline uint16_t ConvertIndex(uint16_t code);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp237 uint16_t index = ConvertIndex(code); in ConvertDynamic()
258 uint16_t index = ConvertIndex(code); in ConvertStatics()
274 uint16_t DeviceMatrix::ConvertIndex(uint16_t code) in ConvertIndex() function in OHOS::DistributedData::DeviceMatrix