Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 25 of 30) sorted by relevance

12

/base/startup/init/services/modules/seccomp/scripts/tools/
Dlibc_static_analysis.py91 def get_direct_use_syscall_of_svc(arch, lines, func_list): argument
131 def get_direct_use_syscall_of_syscall(arch, lines, func_list): argument
185 def get_direct_use_syscall(arch, lines): argument
193 def get_call_graph(arch, lines, func_list): argument
/base/security/selinux_adapter/scripts/
Dbuild_ignore_cfg.py109 def check_and_add_line(lines, line): argument
132 def filter_and_write_to_dst(lines, dst_file): argument
/base/update/updater/services/diffpatch/patch_shared/
Dpatch_shared.cpp128 static int32_t ExecuteTransferCommand(int fd, const std::vector<std::string> &lines, in ExecuteTransferCommand()
168const std::vector<std::string> &lines, const std::string &targetPath, const std::string &dstImage) in DoExecuteUpdateBlock()
330 std::vector<std::string> lines = in GetFileName() local
354 std::vector<std::string> lines = in ExecuteUpdateBlock() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_multiline_content.cpp63 std::string lines {}; in Dump() local
/base/print/print_fwk/frameworks/helper/scan_helper/src/
Dscan_parameters_helper.cpp59 int32_t lines = NapiScanUtils::GetInt32Property(env, jsValue, PARAM_SCAN_PARA_LINES); in BuildFromJs() local
Dscan_parameters.cpp80 void ScanParameters::SetLines(const int32_t &lines) in SetLines()
/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
Dcpu_util.cpp103 std::vector<std::string> lines; in GetCpuTimeInfos() local
/base/hiviewdfx/hidumper/services/native/src/
Ddump_common_utils.cpp219 bool DumpCommonUtils::GetLinesInFile(const std::string& file, std::vector<std::string>& lines) in GetLinesInFile()
299 std::vector<std::string> lines; in GetProcessInfo() local
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp98 uint32_t lines = 0; in GetTotalLines() local
279 uint32_t lines = 0; in HilogShowLogStatsInfo() local
/base/update/updater/services/updater_binary/
Dupdate_image_block.cpp188 static int32_t ExecuteTransferCommand(int fd, const std::vector<std::string> &lines, TransferManage… in ExecuteTransferCommand()
284 …Hpackage::PkgManager::StreamPtr &outStream, const std::vector<std::string> &lines, Uscript::UScrip… in DoExecuteUpdateBlock()
368 std::vector<std::string> lines = in ExecuteUpdateBlock() local
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp235 std::vector<std::string> lines; in SaveDbToFile() local
308 std::vector<std::string> lines; in ParseMsgForMessageAndEventHandler() local
356 std::vector<std::string> lines; in ParsePeerBinder() local
573 std::vector<std::string> lines; in ParsePeerStack() local
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_detector_plugin.cpp89 std::vector<std::string> lines; in RemoveRedundantNewline() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dos_event_listener.cpp226 std::vector<std::string> lines; in GetEventsFromFiles() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_util.cpp196 void MemoryUtil::SetMemTotalValue(const string &value, vector<string> &lines, vector<string> &value… in SetMemTotalValue()
Dsmaps_memory_info.cpp207 vector<string> lines; in CalcSmapsGroup() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dfile_util.cpp209 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile()
/base/security/code_signature/services/key_enable/src/
Dkey_enable.rs142 let lines = BufReader::new(file).lines(); in get_keyring_id() localVariable
/base/hiviewdfx/faultloggerd/test/utils/
Ddfx_test_util.cpp148 long lines = CountLines(filePath); in CheckKeyWords() local
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h49 uint32_t lines[LevelNum]; member
/base/update/sys_installer/services/module_update/util/src/
Dmodule_utils.cpp371 std::vector<std::string> lines; in CheckAndUpdateRevertResult() local
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
Dnotification_utils.h49 CArrString lines; member
/base/hiviewdfx/hiview/base/utility/
Dfile_util.cpp44 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines) in LoadLinesFromFile()
/base/hiviewdfx/hilog/test/unittest/common/
Dhilogtool_test.cpp393 int lines = 5; variable
/base/request/request/services/src/task/
Dupload.rs510 let mut lines = buf_reader.lines(); in handle_connection() localVariable
/base/telephony/core_service/utils/vcard/src/
Dvcard_decoder_v21.cpp657 std::vector<std::string> lines = VCardUtils::Split(from, "\r\n"); in ParseQuotedPrintableValue() local

12