Home
last modified time | relevance | path

Searched refs:recordInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_schema_test_tools.cpp68 const uint64_t presetRecordsCnt, const uint64_t serialNo, const RecordInfo &recordInfo, in GenerateFixedLenSchemaPerfRecord() argument
73 entry.key.assign(recordInfo.keyLength - serialNoStr.length(), recordInfo.keyFilledChr); in GenerateFixedLenSchemaPerfRecord()
102 if (recordInfo.valueLength > val.length()) { in GenerateFixedLenSchemaPerfRecord()
103 insert += string(recordInfo.valueLength - val.length(), recordInfo.valueFilledChr); in GenerateFixedLenSchemaPerfRecord()
107 "it should be more than %zu.", recordInfo.valueLength, val.length()); in GenerateFixedLenSchemaPerfRecord()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp84 std::pair recordInfo { time, name_ }; in ~AceScopedPerformanceCheck() local
85 records_.push_back(recordInfo); in ~AceScopedPerformanceCheck()
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp618 const auto &recordInfo = records_[i]; in FlushRecords() local
619 oss << ", " << recordInfo.record; in FlushRecords()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_schema_test_tools.h271 const uint64_t serialNo, const RecordInfo &recordInfo,