/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/ |
H A D | file_util.cpp | 209 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_height_offset_calculator.h | 237 int32_t lines = count / lanes; in GetLines() local
|
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | kernel_interface_test.cpp | 189 std::string lines = line1 + "\n" + line2 + "\n" + line3; // "line1\nline2\nline3" variable
|
/ohos5.0/base/security/code_signature/services/key_enable/src/ |
H A D | key_enable.rs | 142 let lines = BufReader::new(file).lines(); in get_keyring_id() localVariable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_info.cpp | 177 auto lines = startIndex_ / crossCount_; in GetCurrentOffsetOfRegularGrid() local 258 auto lines = (childrenCount_) / crossCount_; in GetContentHeightOfRegularGrid() local 459 int32_t lines = static_cast<int32_t>(std::floor((targetContent - totalHeight) / regularHeight)); in SkipStartIndexByOffset() local
|
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/ |
H A D | gallery_download_file_stat.cpp | 201 std::vector<std::string> lines; in OutputToFile() local
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_stats.h | 49 uint32_t lines[LevelNum]; member
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/utils/ |
H A D | dfx_test_util.cpp | 148 long lines = CountLines(filePath); in CheckKeyWords() local
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 381 auto lines = Split(s, "\r\n"); in ParseEntries() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 73 lines: FiledLines, field 431 lines: &'a mut FiledLines, field
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 388 auto lines = Split(s, "\r\n"); in ParseEntries() local
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | smaps_memory_info.cpp | 208 vector<string> lines; in CalcSmapsGroup() local
|
/ohos5.0/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_utils.cpp | 371 std::vector<std::string> lines; in CheckAndUpdateRevertResult() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 393 const std::vector<std::string> lines = CommonUtils::Split(result, "\n"); in GetNetworkSharingTraffic() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_impl.cpp | 370 std::vector<std::unique_ptr<SPText::TextLineBase>> lines; in GetTextLines() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 49 CArrString lines; member
|
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilogtool_test.cpp | 393 int lines = 5; variable
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | file_util.cpp | 44 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile()
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | upload.rs | 510 let mut lines = buf_reader.lines(); in handle_connection() localVariable
|
/ohos5.0/foundation/resourceschedule/memmgr/common/src/ |
H A D | kernel_interface.cpp | 157 bool KernelInterface::ReadLinesFromFile(const std::string& path, std::vector<std::string>& lines) in ReadLinesFromFile()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_utils.cpp | 352 void Utils::LoadLines(const std::string& path, std::vector<std::string>& lines) in LoadLines()
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_decoder_v21.cpp | 657 std::vector<std::string> lines = VCardUtils::Split(from, "\r\n"); in ParseQuotedPrintableValue() local
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_cmd.h | 194 uint32_t lines[LevelNum]; member
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | service_controller.cpp | 507 int lines = rqst.headLines ? rqst.headLines : rqst.tailLines; in HandleOutputRqst() local
|
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/ |
H A D | scanhelper_fuzzer.cpp | 257 int32_t lines = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSetLines() local 273 int32_t lines = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestScanParameters() local
|