Home
last modified time | relevance | path

Searched refs:rawValue (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinput_parse.cpp51 cJSON* rawValue = cJSON_GetObjectItem(json, key.c_str()); in GetJsonData() local
52 if (cJSON_IsString(rawValue)) { in GetJsonData()
53 val = rawValue->valuestring; in GetJsonData()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp332 RawValue rawValue; in VerifyValue() local
335 rawValue = {inValue.first + schemaSkipSize_, inValue.second - schemaSkipSize_}; in VerifyValue()
338 rawValue = {cache.data(), cache.size()}; in VerifyValue()
342 int errCode = flatbufferSchema_.VerifyFlatBufferValue(rawValue, false); in VerifyValue()
365 RawValue rawValue; in ExtractValue() local
368 rawValue = {inValue.first + schemaSkipSize_, inValue.second - schemaSkipSize_}; in ExtractValue()
372 rawValue = {cache->data(), inValue.second - schemaSkipSize_}; // Attention: Do not use cache.size() as second. in ExtractValue()
382 rawValue = {tempCache->data(), tempCache->size()}; in ExtractValue()
386 int errCode = flatbufferSchema_.ExtractFlatBufferValue(inPath, rawValue, outExtract, false); in ExtractValue()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h404 uint8_t rawValue = 0; in ReadBasicValue() local
409 if (rawValue > 1) { in ReadBasicValue()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.cpp647 Value rawValue; in Get() local
648 errCode = transaction->Get(key, rawValue); in Get()
655 return TransferToUserValue(rawValue, value); in Get()

Completed in 6 milliseconds