Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_operation_statement.h48 enum ExecErrorCode : int32_t { enum
61 ExecErrorCode errorCode;
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_itypes_utils.cpp263 execResultSet.errorCode = static_cast<DataShare::ExecErrorCode>(errorCode); in Unmarshalling()