Home
last modified time | relevance | path

Searched defs:lines (Results 1 - 25 of 27) sorted by relevance

12

/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp103 std::vector<std::string> lines; in GetCpuTimeInfos() local
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_parameters_helper.cpp59 int32_t lines = NapiScanUtils::GetInt32Property(env, jsValue, PARAM_SCAN_PARA_LINES); in BuildFromJs() local
H A Dscan_parameters.cpp80 void ScanParameters::SetLines(const int32_t &lines) in SetLines() argument
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_common_utils.cpp219 bool DumpCommonUtils::GetLinesInFile(const std::string& file, std::vector<std::string>& lines) in GetLinesInFile() argument
299 std::vector<std::string> lines; in GetProcessInfo() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_util.cpp196 void MemoryUtil::SetMemTotalValue(const string &value, vector<string> &lines, vector<string> &values, bool flag) in SetMemTotalValue() argument
H A Dsmaps_memory_info.cpp207 vector<string> lines; in CalcSmapsGroup() local
209 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.size), lines, values, true); in CalcSmapsGroup() local
210 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.rss), lines, values, true); in CalcSmapsGroup() local
211 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.pss + memSmapsInfo.swapPss), lines, values, true); in CalcSmapsGroup() local
212 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.sharedClean), lines, values, true); in CalcSmapsGroup() local
213 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.sharedDirty), lines, values, true); in CalcSmapsGroup() local
214 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.privateClean), lines, values, true); in CalcSmapsGroup() local
215 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.privateDirty), lines, values, true); in CalcSmapsGroup() local
216 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.swap), lines, values, true); in CalcSmapsGroup() local
217 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.swapPss), lines, value in CalcSmapsGroup() local
219 MemoryUtil::GetInstance().SetMemTotalValue(to_string(memSmapsInfo.counts), lines, values, true); CalcSmapsGroup() local
[all...]
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h49 uint32_t lines[LevelNum]; member
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp393 int lines = 5; in HWTEST_F() local
395 EXPECT_EQ(GetCmdLinesFromPopen(cmd), lines); in HWTEST_F() local
398 EXPECT_EQ(GetCmdLinesFromPopen(cmd), lines); in HWTEST_F() local
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp93 std::vector<std::string> lines; in RemoveRedundantNewline() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp225 std::vector<std::string> lines; in GetEventsFromFiles() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dfile_util.cpp209 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile() argument
/base/request/request/services/src/task/
H A Dupload.rs516 let mut lines = buf_reader.lines(); in handle_connection() variables
/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp98 uint32_t lines = 0; in GetTotalLines() local
279 uint32_t lines = 0; in HilogShowLogStatsInfo() local
[all...]
H A Dmain.cpp453 int lines = 0; in HeadHandler() local
/base/hiviewdfx/faultloggerd/test/utils/
H A Ddfx_test_util.cpp148 long lines = CountLines(filePath); in CheckKeyWords() local
/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp152 static int32_t ExecuteTransferCommand(int fd, const std::vector<std::string> &lines, in ExecuteTransferCommand() argument
353 std::vector<std::string> lines = in GetFileName() local
191 DoExecuteUpdateBlock(const UpdateBlockInfo &infos, TransferManagerPtr tm, const std::vector<std::string> &lines, const std::string &targetPath, const std::string &dstImage) DoExecuteUpdateBlock() argument
392 std::vector<std::string> lines = ExecuteUpdateBlock() local
[all...]
/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp188 static int32_t ExecuteTransferCommand(int fd, const std::vector<std::string> &lines, TransferManagerPtr tm, in ExecuteTransferCommand() argument
369 std::vector<std::string> lines = in ExecuteUpdateBlock() local
500 std::vector<std::string> lines = in DoBlocksVerify() local
283 DoExecuteUpdateBlock(const UpdateBlockInfo &infos, TransferManagerPtr tm, Hpackage::PkgManager::StreamPtr &outStream, const std::vector<std::string> &lines, Uscript::UScriptContext &context) DoExecuteUpdateBlock() argument
/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp44 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile() argument
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp657 std::vector<std::string> lines = VCardUtils::Split(from, "\r\n"); in ParseQuotedPrintableValue() local
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp371 std::vector<std::string> lines; in CheckAndUpdateRevertResult() local
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h194 uint32_t lines[LevelNum]; member
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp507 int lines = rqst.headLines ? rqst.headLines : rqst.tailLines; in HandleOutputRqst() local
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp1265 CArrString lines in SetNotificationMultiLineContent() local
[all...]
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h68 CArrString lines; member
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp261 std::vector<std::string> lines; in SaveDbToFile() local
356 std::vector<std::string> lines; in ParseMsgForMessageAndEventHandler() local
404 std::vector<std::string> lines; in ParsePeerBinder() local
664 std::vector<std::string> lines; ParsePeerStack() local
[all...]

Completed in 25 milliseconds

12