Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Dconvertor_error_code.cpp23 struct NdkErrorCode { struct
28 static constexpr NdkErrorCode ERROR_CODE_MAP[] = {
83 auto errorCode = NdkErrorCode{ nativeErrCode, -1 }; in NativeToNdk()
86 errorCode, [](const NdkErrorCode &errorCode1, const NdkErrorCode &errorCode2) { in NativeToNdk()