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:SIGNATURE
(Results
1 - 20
of
20
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
array_wrapper.cpp
112
result += String::
SIGNATURE
;
in ToString()
114
result += Boolean::
SIGNATURE
;
in ToString()
116
result += Byte::
SIGNATURE
;
in ToString()
118
result += Short::
SIGNATURE
;
in ToString()
120
result += Integer::
SIGNATURE
;
in ToString()
122
result += Long::
SIGNATURE
;
in ToString()
124
result += Float::
SIGNATURE
;
in ToString()
126
result += Double::
SIGNATURE
;
in ToString()
128
result += Array::
SIGNATURE
;
in ToString()
130
result += Char::
SIGNATURE
;
in ToString()
[all...]
H
A
D
want.cpp
1805
if (prop[0] == String::
SIGNATURE
&& prop[1] == '.') {
in CheckAndSetParameters()
1807
} else if (prop[0] == Boolean::
SIGNATURE
&& prop[1] == '.') {
in CheckAndSetParameters()
1809
} else if (prop[0] == Char::
SIGNATURE
&& prop[1] == '.') {
in CheckAndSetParameters()
1811
} else if (prop[0] == Byte::
SIGNATURE
&& prop[1] == '.') {
in CheckAndSetParameters()
1813
} else if (prop[0] == Short::
SIGNATURE
&& prop[1] == '.') {
in CheckAndSetParameters()
1815
} else if (prop[0] == Integer::
SIGNATURE
&& prop[1] == '.') {
in CheckAndSetParameters()
1817
} else if (prop[0] == Long::
SIGNATURE
&& prop[1] == '.') {
in CheckAndSetParameters()
1819
} else if (prop[0] == Float::
SIGNATURE
&& prop[1] == '.') {
in CheckAndSetParameters()
1821
} else if (prop[0] == Double::
SIGNATURE
&& prop[1] == '.') {
in CheckAndSetParameters()
1823
} else if (prop[0] == Array::
SIGNATURE
in CheckAndSetParameters()
[all...]
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H
A
D
double_wrapper.h
46
static constexpr char
SIGNATURE
= 'D';
member in OHOS::AAFwk::final
H
A
D
int_wrapper.h
46
static constexpr char
SIGNATURE
= 'I';
member in OHOS::AAFwk::final
H
A
D
bool_wrapper.h
46
static constexpr char
SIGNATURE
= 'Z';
member in OHOS::AAFwk::final
H
A
D
float_wrapper.h
46
static constexpr char
SIGNATURE
= 'F';
member in OHOS::AAFwk::final
H
A
D
byte_wrapper.h
46
static constexpr char
SIGNATURE
= 'B';
member in OHOS::AAFwk::final
H
A
D
long_wrapper.h
46
static constexpr char
SIGNATURE
= 'J';
member in OHOS::AAFwk::final
H
A
D
string_wrapper.h
46
static constexpr char
SIGNATURE
= 'T';
member in OHOS::AAFwk::final
H
A
D
short_wrapper.h
46
static constexpr char
SIGNATURE
= 'S';
member in OHOS::AAFwk::final
H
A
D
user_object_wrapper.h
45
static constexpr char
SIGNATURE
= 'O';
member in OHOS::AAFwk::final
H
A
D
zchar_wrapper.h
54
static constexpr char
SIGNATURE
= 'C';
member in OHOS::AAFwk::final
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
want_params_wrapper.h
75
static constexpr char
SIGNATURE
= 'W';
member in OHOS::AAFwk::final
H
A
D
array_wrapper.h
74
static constexpr char
SIGNATURE
= '[';
member in OHOS::AAFwk::Array
H
A
D
pac_map.h
491
static constexpr char
SIGNATURE
= 'P';
member in OHOS::AppExecFwk::final
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H
A
D
distributed_want_params_wrapper.h
81
static constexpr char
SIGNATURE
= 'W';
member in OHOS::DistributedSchedule::final
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H
A
D
io_util.h
106
SIGNATURE
// Finds signature string in file, seeks next '{' character,
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H
A
D
io_util.cpp
440
} else if (type == InsertType::
SIGNATURE
) {
in InsertIntoString()
/foundation/ability/ability_base/test/unittest/want/
H
A
D
want_test.cpp
1230
search = Float::
SIGNATURE
+ std::string(".") + keyFloat + std::string("=");
in HWTEST_F()
1301
search = Float::
SIGNATURE
+ std::string(".") + keyFloat + std::string("=");
in HWTEST_F()
1317
search = String::
SIGNATURE
+ std::string(".") + keyString + std::string("=");
in HWTEST_F()
1390
search = Array::
SIGNATURE
+ std::string(".") + keyFloatArray + std::string("=");
in HWTEST_F()
1465
search = Array::
SIGNATURE
+ std::string(".") + keyFloatArray + std::string("=");
in HWTEST_F()
1485
search = Array::
SIGNATURE
+ std::string(".") + keyStringArray + std::string("=");
in HWTEST_F()
3845
std::string key = std::to_string(Array::
SIGNATURE
) + ".#Intent;key=3{\"\\b\\\";end";
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H
A
D
distributed_want_test.cpp
1259
std::string search = String::
SIGNATURE
+ std::string(".") + keyString + std::string("=");
in TestStringForParseUri()
1280
std::string search = Float::
SIGNATURE
+ std::string(".") + keyFloat + std::string("=");
in TestFloatForParseUri()
1301
std::string search = Array::
SIGNATURE
+ std::string(".") + keyFloatArray + std::string("=");
in TestFloatArrayForParseUri()
1326
std::string search = Array::
SIGNATURE
+ std::string(".") + keyStringArray + std::string("=");
in TestStringArrayForParseUri()
Completed in 28 milliseconds