/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_rdb/src/ |
D | value_object.cpp | 59 ValueObject::ValueObject(double val) : type(ValueObjectType::TYPE_DOUBLE) in ValueObject() 126 if (type != ValueObjectType::TYPE_DOUBLE) { in GetDouble() 176 case ValueObjectType::TYPE_DOUBLE: { in Marshalling() 177 parcel.WriteInt16((int16_t) ValueObjectType::TYPE_DOUBLE); in Marshalling() 215 case (int16_t)ValueObjectType::TYPE_DOUBLE: { in Unmarshalling() 216 pValueObject->type = ValueObjectType::TYPE_DOUBLE; in Unmarshalling()
|
D | sqlite_statement.cpp | 123 case ValueObjectType::TYPE_DOUBLE: { in InnerBindArguments()
|
/foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/distributeddatafwk/src/ |
D | data_query.cpp | 54 const std::string DataQuery::TYPE_DOUBLE = "DOUBLE"; member in OHOS::DistributedKv::DataQuery 94 AppendCommon(EQUAL_TO, TYPE_DOUBLE, myField, value); in EqualTo() 140 AppendCommon(NOT_EQUAL_TO, TYPE_DOUBLE, myField, value); in NotEqualTo() 186 AppendCommon(GREATER_THAN, TYPE_DOUBLE, myField, value); in GreaterThan() 223 AppendCommon(LESS_THAN, TYPE_DOUBLE, myField, value); in LessThan() 260 AppendCommon(GREATER_THAN_OR_EQUAL_TO, TYPE_DOUBLE, myField, value); in GreaterThanOrEqualTo() 297 AppendCommon(LESS_THAN_OR_EQUAL_TO, TYPE_DOUBLE, myField, value); in LessThanOrEqualTo() 360 AppendCommonList(IN, TYPE_DOUBLE, myField, valueList); in InDouble() 397 AppendCommonList(NOT_IN, TYPE_DOUBLE, myField, valueList); in NotInDouble()
|
/foundation/ace/ace_engine/frameworks/bridge/codec/ |
D | standard_codec_buffer_operator.cpp | 103 case BufferDataType::TYPE_DOUBLE: in ReadData() 151 case BufferDataType::TYPE_DOUBLE: in WriteData()
|
D | codec_data.h | 35 TYPE_DOUBLE, enumerator 59 explicit CodecData(double val) : type_(BufferDataType::TYPE_DOUBLE), data_(val) {} in CodecData() 99 return type_ == BufferDataType::TYPE_DOUBLE; in IsDouble()
|
/foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/native_rdb/include/ |
D | value_object.h | 30 TYPE_DOUBLE, enumerator
|
/foundation/distributeddatamgr/objectstore/interfaces/innerkits/ |
D | distributed_object.h | 27 TYPE_DOUBLE, enumerator
|
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/ |
D | query_helper.cpp | 153 } else if (fieldType == DataQuery::TYPE_DOUBLE) { in HandleEqualTo() 182 } else if (fieldType == DataQuery::TYPE_DOUBLE) { in HandleNotEqualTo() 211 } else if (fieldType == DataQuery::TYPE_DOUBLE) { in HandleGreaterThan() 238 } else if (fieldType == DataQuery::TYPE_DOUBLE) { in HandleLessThan() 265 } else if (fieldType == DataQuery::TYPE_DOUBLE) { in HandleGreaterThanOrEqualTo() 292 } else if (fieldType == DataQuery::TYPE_DOUBLE) { in HandleLessThanOrEqualTo() 347 } else if (fieldType == DataQuery::TYPE_DOUBLE) { in HandleIn() 378 } else if (fieldType == DataQuery::TYPE_DOUBLE) { in HandleNotIn()
|
/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_rdb/test/unittest/ |
D | rdb_value_bucket_test.cpp | 97 EXPECT_EQ(ValueObjectType::TYPE_DOUBLE, valueObject.GetType());
|
D | rdb_store_interface_test.cpp | 194 EXPECT_EQ(type, ValueObjectType::TYPE_DOUBLE);
|
/foundation/distributeddatamgr/appdatamgr/frameworks/jskitsimpl/napi_rdb/src/ |
D | napi_values_bucket.cpp | 46 case ValueObjectType::TYPE_DOUBLE: { in NAPI_OHOS_Data_RdbJsKit_ValuesBucketProxy_NewInstance()
|
/foundation/multimedia/medialibrary_standard/interfaces/innerkits/native/include/ |
D | media_lib_service_const.h | 71 TYPE_DOUBLE, enumerator
|
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/sharedata/ |
D | js_share_data.cpp | 154 case BufferDataType::TYPE_DOUBLE: in ReadObject()
|
/foundation/distributeddatamgr/objectstore/frameworks/innerkitsimpl/src/adaptor/ |
D | distributed_object_impl.cpp | 57 Type type = Type::TYPE_DOUBLE; in PutDouble()
|
/foundation/distributeddatamgr/objectstore/frameworks/jskitsimpl/src/adaptor/ |
D | js_distributedobject.cpp | 172 case TYPE_DOUBLE: { in DoGet()
|
/foundation/distributeddatamgr/distributeddatamgr/interfaces/innerkits/distributeddata/include/ |
D | data_query.h | 508 static const std::string TYPE_DOUBLE; variable
|
/foundation/aafwk/standard/frameworks/kits/ability/native/src/ |
D | ability.cpp | 3436 case NativeRdb::ValueObjectType::TYPE_DOUBLE: { in ParseValuesBucketReference()
|