Home
last modified time | relevance | path

Searched refs:ExtractValue (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dexif_metadata_formatter.h45 static void ExtractValue(const std::string &keyName, std::string &value);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h106 // The ExtractValue is with nice performance by carefully not use std-class to avoid memory allocation.
108 int ExtractValue(ValueSource sourceType, RawString inPath, const RawValue &inValue, TypeValue &outExtract,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils_extend.cpp237 int errCode = schema.ExtractValue(ValueSource::FROM_DBFILE, inPath, inValue, outExtract, nullptr); in FlatBufferExtractInnerFunc()
239 sqlite3_result_error(ctx, "[FlatBufferExtract] ExtractValue fail.", USING_STR_LEN); in FlatBufferExtractInnerFunc()
240 LOGE("[FlatBufferExtract] ExtractValue fail, errCode=%d.", errCode); in FlatBufferExtractInnerFunc()
269 int errCode = schema.ExtractValue(ValueSource::FROM_DBFILE, inPath, inValue, outExtract, cached); in FlatBufferExtractInnerFunc()
271 sqlite3_result_error(ctx, "[FlatBufferExtract] ExtractValue fail.", USING_STR_LEN); in FlatBufferExtractInnerFunc()
272 LOGE("[FlatBufferExtract] ExtractValue fail, errCode=%d.", errCode); in FlatBufferExtractInnerFunc()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dser_nodes.h234 static AnyReturnValue ExtractValue(const ISerNode::ConstPtr& n, IAny& any) in ExtractValue() function
H A Dimporter.cpp275 ((Builtins::ID == value.GetTypeId() ? (res = Builtins::ExtractValue(n, value), true) : false) || ...); in ImportSingleBuiltinValue()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp1371 void ExifMetadatFormatter::ExtractValue(const std::string &keyName, std::string &value) in ExtractValue() function in OHOS::Media::ExifMetadatFormatter
1477 ExifMetadatFormatter::ExtractValue(keyName, tmpValue); in Format()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp350 int SchemaObject::ExtractValue(ValueSource sourceType, RawString inPath, const RawValue &inValue, in ExtractValue() function in DistributedDB::SchemaObject

Completed in 9 milliseconds