Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Derror.h37 #define ERRNO_NO_SPACE_FOR_ASSET 11 macro
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dmod.rs52 pub const ERRNO_NO_SPACE_FOR_ASSET: c_int = 11; const