Home
last modified time | relevance | path

Searched refs:TYPE_BOOL (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalue_object.cpp198 } else if (type == ValueObject::TYPE_BOOL) {
215 } else if (type == ValueObject::TYPE_BOOL) {
232 } else if (type == ValueObject::TYPE_BOOL) {
264 } else if (type == ValueObject::TYPE_BOOL) {
365 case TYPE_BOOL: in operator <()
H A Drd_statement.cpp188 case ValueObjectType::TYPE_BOOL: { in InnerBindBlobTypeArgs()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_utils.cpp102 case TYPE_BOOL: { in ValueTypeToValueObject()
183 case NativeRdb::ValueObject::TYPE_BOOL: { in ValueObjectToValueType()
186 return ValueType {.boolean = val, .tag = TYPE_BOOL}; in ValueObjectToValueType()
/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.cpp192 case TYPE_BOOL: { in CValueTypeToNativeValue()
357 v.tag = TYPE_BOOL; 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/test/native/rdb/unittest/
H A Drdb_store_interface_test.cpp114 EXPECT_EQ(type, ValueObjectType::TYPE_BOOL);
279 EXPECT_EQ(type, ValueObjectType::TYPE_BOOL);
H A Drdb_value_bucket_test.cpp104 EXPECT_EQ(ValueObjectType::TYPE_BOOL, valueObject.GetType());
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dappevent_watcher_impl.h35 constexpr uint8_t TYPE_BOOL = 3; variable
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_object.h38 TYPE_BOOL, enumerator
H A Ddatashare_value_object.h39 TYPE_BOOL, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dcache_result_set.h318 [ValueObject::TYPE_BOOL] = ColumnType::TYPE_INTEGER,
H A Dvalue_object.h93 TYPE_BOOL = TYPE_INDEX<bool>,
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedialibrary_type_const.h77 TYPE_BOOL enumerator
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp251 retValue.valueType = TYPE_BOOL; in CreatElmBool()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp1243 case NativeRdb::ValueObjectType::TYPE_BOOL: in ParseValuesBucketReference()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp2052 if (value.GetType() == ValueObjectType::TYPE_BOOL) { in IsBool()