Home
last modified time | relevance | path

Searched defs:ERRNO_NULLPTR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Derror.h27 #define ERRNO_NULLPTR 1 macro
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dmod.rs32 pub const ERRNO_NULLPTR: c_int = 1; const