Searched refs:OhCloudExtValueType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | extension_util.cpp | 56 OhCloudExtValueType::VALUEINNERTYPE_ASSET, data.first, data.second); in Convert() 94 value = OhCloudExtValueNew(OhCloudExtValueType::VALUEINNERTYPE_STRING, in Convert() 246 OhCloudExtValueType type = OhCloudExtValueType::VALUEINNERTYPE_EMPTY; in ConvertValue() 262 OhCloudExtValueType type = OhCloudExtValueType::VALUEINNERTYPE_EMPTY; in ConvertValues() 276 case OhCloudExtValueType::VALUEINNERTYPE_EMPTY: in DoConvertValue() 278 case OhCloudExtValueType::VALUEINNERTYPE_INT: in DoConvertValue() 281 case OhCloudExtValueType::VALUEINNERTYPE_BOOL: in DoConvertValue() 284 case OhCloudExtValueType::VALUEINNERTYPE_STRING: in DoConvertValue() 287 case OhCloudExtValueType::VALUEINNERTYPE_BYTES: { in DoConvertValue() 298 case OhCloudExtValueType::VALUEINNERTYPE_ASSET: { in DoConvertValue() [all …]
|
H A D | cloud_cursor_impl.cpp | 211 OhCloudExtValueType type = OhCloudExtValueType::VALUEINNERTYPE_EMPTY; in GetExtend()
|
H A D | extension_util.h | 64 …static void DoConvertValue(void *content, unsigned int ctLen, OhCloudExtValueType type, DBValue &d…
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_ext_types.rs | 52 pub enum OhCloudExtValueType { enum 89 typ: OhCloudExtValueType, in OhCloudExtValueNew() argument 99 OhCloudExtValueType::INT => { in OhCloudExtValueNew() 103 OhCloudExtValueType::FLOAT => { in OhCloudExtValueNew() 107 OhCloudExtValueType::BOOL => { in OhCloudExtValueNew() 111 OhCloudExtValueType::STRING => { in OhCloudExtValueNew() 115 OhCloudExtValueType::BYTES => { in OhCloudExtValueNew() 119 OhCloudExtValueType::ASSET => { in OhCloudExtValueNew() 129 OhCloudExtValueType::ASSETS => { in OhCloudExtValueNew() 154 typ: *mut OhCloudExtValueType, in OhCloudExtValueGetContent() argument [all …]
|
H A D | basic_rust_types.rs | 873 use crate::c_adapter::cloud_ext_types::{OhCloudExtValueNew, OhCloudExtValueType}; 1025 let src = OhCloudExtValueNew(OhCloudExtValueType::EMPTY, null_mut(), 0); in ut_vec_value()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
H A D | cloud_ext_types.h | 43 enum OhCloudExtValueType { enum 58 OhCloudExtValue *OhCloudExtValueNew(OhCloudExtValueType typ, void *content, unsigned int contentLen… 71 OhCloudExtValueType *typ, 624 … OhCloudExtValueType *typ, void **content, unsigned int *contentLen);
|