Home
last modified time | relevance | path

Searched refs:TYPE_INT (Results 1 - 25 of 34) sorted by relevance

12

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalue_object.cpp194 if (type == ValueObject::TYPE_INT) { in operator int64_t()
211 if (type == ValueObject::TYPE_INT) { in operator double()
228 if (type == ValueObject::TYPE_INT) { in operator bool()
261 if (type == ValueObject::TYPE_INT) { in operator std::string()
356 case TYPE_INT: in operator <()
/foundation/ability/idl_tool/idl_tool_2/ast/base/
H A Dast_integer_type.cpp37 return TypeKind::TYPE_INT; in GetTypeKind()
/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.cpp180 case TYPE_INT: { in CValueTypeToNativeValue()
340 v.tag = TYPE_INT; in NativeValueToCValueType()
343 v.tag = TYPE_INT; in NativeValueToCValueType()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_execute_test.cpp320 EXPECT_EQ(ValueObjectType::TYPE_INT, outValue.GetType()); in HWTEST_F()
356 EXPECT_EQ(ValueObjectType::TYPE_INT, outValue.GetType()); in HWTEST_F()
379 EXPECT_EQ(ValueObjectType::TYPE_INT, outValue.GetType()); in HWTEST_F()
401 EXPECT_EQ(ValueObjectType::TYPE_INT, outValue1.GetType()); in HWTEST_F()
410 EXPECT_EQ(ValueObjectType::TYPE_INT, outValue2.GetType()); in HWTEST_F()
431 EXPECT_EQ(ValueObjectType::TYPE_INT, outValue1.GetType()); in HWTEST_F()
440 EXPECT_EQ(ValueObjectType::TYPE_INT, outValue2.GetType()); in HWTEST_F()
H A Drdb_store_interface_test.cpp97 EXPECT_EQ(type, ValueObjectType::TYPE_INT); in HWTEST_F()
171 EXPECT_EQ(type, ValueObjectType::TYPE_INT); in HWTEST_F()
289 EXPECT_EQ(type, ValueObjectType::TYPE_INT); in HWTEST_F()
H A Drdb_value_bucket_test.cpp80 EXPECT_EQ(ValueObjectType::TYPE_INT, valueObject.GetType()); in HWTEST_F()
92 EXPECT_EQ(ValueObjectType::TYPE_INT, valueObject.GetType()); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_utils.cpp91 case TYPE_INT: { in ValueTypeToValueObject()
169 case NativeRdb::ValueObject::TYPE_INT: { in ValueObjectToValueType()
172 return ValueType {.integer = val, .tag = TYPE_INT}; in ValueObjectToValueType()
245 case NativeRdb::ValueObject::TYPE_INT: in RetPRIKeyTypeToVariant()
260 .string = nullptr, .tag = NativeRdb::ValueObject::TYPE_INT }; in VariantToRetPRIKeyType()
/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dstandard_codec_buffer_operator.cpp107 case BufferDataType::TYPE_INT: in ReadData()
153 case BufferDataType::TYPE_INT: in WriteData()
H A Dcodec_data.h33 TYPE_INT, member in OHOS::Ace::Framework::BufferDataType
56 explicit CodecData(int32_t val) : type_(BufferDataType::TYPE_INT), data_(val) {} in CodecData()
91 return type_ == BufferDataType::TYPE_INT; in IsInt()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/
H A Dsa_int_type_emitter.cpp22 return TypeKind::TYPE_INT; in GetTypeKind()
H A Dsa_array_type_emitter.cpp114 case TypeKind::TYPE_INT: in EmitTsWriteVar()
147 case TypeKind::TYPE_INT: in EmitTsReadVar()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Dhdi_java_code_emitter.cpp74 case TypeKind::TYPE_INT: in EmitInterfaceMethodParameter()
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_type.h37 TYPE_INT, member in OHOS::Idl::TypeKind
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_value_object.h33 TYPE_INT,
H A Ddatashare_predicates_object.h32 TYPE_INT, member in OHOS::DataShare::DataSharePredicatesObjectType
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dcache_result_set.h315 [ValueObject::TYPE_INT] = ColumnType::TYPE_INTEGER,
H A Dvalue_object.h87 TYPE_INT = TYPE_INDEX<int64_t>,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/
H A Djs_share_data.cpp151 case BufferDataType::TYPE_INT: in ReadObject()
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h79 TYPE_NULL, TYPE_INT, TYPE_DOU, TYPE_STR, TYPE_BOOL, TYPE_BLOB, TYPE_ASSET, TYPE_ASSETS enumerator
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp55 case TypeKind::TYPE_INT: in EmitInterfaceMethodParameter()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H A Dsa_code_emitter.cpp46 {TypeKind::TYPE_INT, new SaIntTypeEmitter() },
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedialibrary_type_const.h73 TYPE_INT, member in OHOS::Media::DataType
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_int_type_emitter.cpp22 return TypeKind::TYPE_INT; in GetTypeKind()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_service_stub_code_emitter.cpp231 case TypeKind::TYPE_INT: in EmitSaReturnParameter()

Completed in 13 milliseconds

12