Home
last modified time | relevance | path

Searched refs:TYPE_STR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_utils.h26 TYPE_INT, TYPE_DOU, TYPE_STR, TYPE_BOOL, TYPE_BOOLARR, TYPE_DOUARR, TYPE_STRARR enumerator
H A Dpreferences_impl.cpp188 case TYPE_STR: { in CValueTypeToNativeValue()
230 case TYPE_STR: { in FreeValueType()
354 v.tag = TYPE_STR; in NativeValueToCValueType()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h73 TYPE_NULL, TYPE_INT, TYPE_DOU, TYPE_STR, TYPE_BOOL, TYPE_BLOB, TYPE_ASSET, TYPE_ASSETS enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_utils.cpp98 case TYPE_STR: { in ValueTypeToValueObject()
181 return ValueType {.string = MallocCString(val), .tag = TYPE_STR}; in ValueObjectToValueType()