Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Derror.h33 #define ERRNO_NETWORK_ERROR 7 macro
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dmod.rs44 pub const ERRNO_NETWORK_ERROR: c_int = 7; const