Home
last modified time | relevance | path

Searched refs:OhCloudExtValueType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp56 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 Dcloud_cursor_impl.cpp211 OhCloudExtValueType type = OhCloudExtValueType::VALUEINNERTYPE_EMPTY; in GetExtend()
H A Dextension_util.h64 …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 Dcloud_ext_types.rs52 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 Dbasic_rust_types.rs873 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 Dcloud_ext_types.h43 enum OhCloudExtValueType { enum
58 OhCloudExtValue *OhCloudExtValueNew(OhCloudExtValueType typ, void *content, unsigned int contentLen…
71 OhCloudExtValueType *typ,
624OhCloudExtValueType *typ, void **content, unsigned int *contentLen);