Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Derror.h42 #define ERRNO_OUT_OF_RANGE 16 macro
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs309 return ERRNO_OUT_OF_RANGE; in OhCloudExtVectorGet()
320 return ERRNO_OUT_OF_RANGE; in OhCloudExtVectorGet()
342 return ERRNO_OUT_OF_RANGE; in OhCloudExtVectorGet()
369 return ERRNO_OUT_OF_RANGE; in OhCloudExtVectorGet()
379 return ERRNO_OUT_OF_RANGE; in OhCloudExtVectorGet()
389 return ERRNO_OUT_OF_RANGE; in OhCloudExtVectorGet()
402 return ERRNO_OUT_OF_RANGE; in OhCloudExtVectorGet()
H A Dmod.rs62 pub const ERRNO_OUT_OF_RANGE: c_int = 16; const