Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddoc_errno.cpp23 int categoryCode = errCode % 1000000; // 1000000: mod to get last 6 digits in GetErrorCategory() local
24 categoryCode /= 1000; // 1000: deviced to remove first 3 digits in GetErrorCategory()
25 categoryCode *= 1000; // 1000: multiply to pad the output in GetErrorCategory()
26 return categoryCode; in GetErrorCategory()