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:INVALID_ID
(Results
1 - 8
of
8
) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/filter/
H
A
D
process_filter.cpp
26
const uint32_t
INVALID_ID
= std::numeric_limits<uint32_t>::max();
member
90
if (internalTid !=
INVALID_ID
) {
in GetOrCreateThreadWithPid()
113
if (internalTid !=
INVALID_ID
) {
in UpdateOrCreateProcessWithName()
138
return
INVALID_ID
;
in UpdateOrCreateThreadWithNameIndex()
147
uint32_t internalTid =
INVALID_ID
;
in GetInternalTid()
174
return
INVALID_ID
;
in GetInternalTid()
195
return
INVALID_ID
;
in GetInternalPid()
201
if (ipid !=
INVALID_ID
) {
in GetOrCreateInternalPid()
230
uint32_t internalPid =
INVALID_ID
;
in CreateProcessMaybe()
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
H
A
D
process_filter_test.cpp
292
EXPECT_TRUE(itid !=
INVALID_ID
);
in HWTEST_F()
312
EXPECT_TRUE(itid ==
INVALID_ID
);
in HWTEST_F()
328
EXPECT_TRUE(itid !=
INVALID_ID
);
in HWTEST_F()
345
EXPECT_TRUE(itid ==
INVALID_ID
);
in HWTEST_F()
362
EXPECT_TRUE(itid !=
INVALID_ID
);
in HWTEST_F()
379
EXPECT_TRUE(ipid !=
INVALID_ID
);
in HWTEST_F()
/developtools/global_resource_tool/include/
H
A
D
reference_parser.h
54
int64_t mediaJsonId_{
INVALID_ID
};
H
A
D
resource_data.h
56
const static int8_t
INVALID_ID
= -1;
member
/developtools/global_resource_tool/src/
H
A
D
reference_parser.cpp
125
if (mediaJsonId_ !=
INVALID_ID
) {
in ParseRefInJsonFile()
135
mediaJsonId_ =
INVALID_ID
;
in ParseRefInJsonFile()
/developtools/smartperf_host/trace_streamer/src/base/
H
A
D
ts_common.h
43
const uint32_t
INVALID_ID
= std::numeric_limits<uint32_t>::max();
member
/developtools/smartperf_host/trace_streamer/src/parser/
H
A
D
print_event_parser.cpp
165
if (internalPid !=
INVALID_ID
) {
in ParseCreateEvent()
/developtools/smartperf_host/trace_streamer/test/unittest/ptreader_parser/
H
A
D
event_parser_test.cpp
494
EXPECT_EQ(
INVALID_ID
, itid);
in HWTEST_F()
Completed in 7 milliseconds