Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:strLine
(Results
1 - 4
of
4
) sorted by relevance
/base/sensors/sensor/test/unittest/common/src/
H
A
D
system_info.cpp
69
std::string
strLine
;
in GetTaskPidFile()
local
70
if (!std::getline(filePath,
strLine
)) {
in GetTaskPidFile()
75
if (
strLine
.empty()) {
in GetTaskPidFile()
79
if ((
strLine
.find(process_name)) == std::string::npos) {
in GetTaskPidFile()
83
while (std::getline(filePath,
strLine
)) {
in GetTaskPidFile()
84
if ((
strLine
.find("Pid")) != std::string::npos) {
in GetTaskPidFile()
85
if (::sscanf_s(
strLine
.c_str(), "%*s%d", &pid, sizeof(pid)) != 1) {
in GetTaskPidFile()
109
std::string
strLine
;
in GetProcOccupy()
local
110
if (!std::getline(file,
strLine
)) {
in GetProcOccupy()
115
if (
strLine
in GetProcOccupy()
154
std::string
strLine
;
GetSystemCpuStatInfo()
local
[all...]
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_monitor/src/
H
A
D
memory_monitor.cpp
75
char
strLine
[MALLOC_MAX_LINE_STR_LEN];
in HcMonitorMalloc()
local
76
if (sprintf_s(
strLine
, MALLOC_MAX_LINE_STR_LEN, "%d", nLine) <= 0) {
in HcMonitorMalloc()
82
mb.str +=
strLine
;
in HcMonitorMalloc()
/base/hiviewdfx/hidumper/services/native/include/
H
A
D
dump_manager_cpu_service.h
71
void AddStrLineToDumpInfo(const std::string&
strLine
);
/base/hiviewdfx/hidumper/services/native/src/
H
A
D
dump_manager_cpu_service.cpp
314
void DumpManagerCpuService::AddStrLineToDumpInfo(const std::string &
strLine
)
in AddStrLineToDumpInfo()
argument
317
vec.push_back(
strLine
);
in AddStrLineToDumpInfo()
Completed in 2 milliseconds