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:upgradeDevId
(Results
1 - 7
of
7
) sorted by relevance
/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/
H
A
D
upgrade_info.h
29
std::string
upgradeDevId
;
member
44
if (
upgradeDevId
!= other.
upgradeDevId
) {
in operator <()
45
return
upgradeDevId
< other.
upgradeDevId
;
in operator <()
/base/update/updateservice/test/fuzztest/common/
H
A
D
fuzztest_helper.cpp
128
char
upgradeDevId
[FUZZ_CHAR_ARRAY_LEN_DATA];
in BuildUpgradeInfo()
local
129
GetCharArray(
upgradeDevId
, FUZZ_CHAR_ARRAY_LEN_DATA);
in BuildUpgradeInfo()
130
upgradeInfo.
upgradeDevId
=
upgradeDevId
;
in BuildUpgradeInfo()
/base/update/updateservice/interfaces/inner_api/feature/update/model/subscribe/src/
H
A
D
subscribe_info.cpp
27
.Append("
upgradeDevId
",
upgradeDevId
)
in GetJsonBuilder()
/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/src/
H
A
D
upgrade_info.cpp
26
output += "),
upgradeDevId
:" + AnonymousUtils::AnonymousString(
upgradeDevId
);
in ToString()
/base/update/updateservice/interfaces/inner_api/feature/update/model/subscribe/
H
A
D
subscribe_info.h
36
std::string
upgradeDevId
;
member
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H
A
D
message_parcel_helper.cpp
89
info.
upgradeDevId
= Str16ToStr8(reply.ReadString16());
in ReadUpgradeInfo()
101
data.WriteString16(Str8ToStr16(info.
upgradeDevId
));
in WriteUpgradeInfo()
/base/update/updateservice/frameworks/js/napi/update/common/src/
H
A
D
client_helper.cpp
405
NapiCommonUtils::GetString(env, arg, "
upgradeDevId
", upgradeInfo.
upgradeDevId
);
in GetUpgradeInfoFromArg()
Completed in 4 milliseconds