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:CombinationType
(Results
1 - 11
of
11
) sorted by relevance
/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H
A
D
firmware_check_data_processor_empty.cpp
99
CombinationType
FirmwareCheckDataProcessor::GetCombinationType()
in GetCombinationType()
101
uint32_t combinationType = CAST_UINT(
CombinationType
::INVALLID_TYPE);
in GetCombinationType()
102
FIRMWARE_LOGI("
CombinationType
::%{public}u", combinationType);
in GetCombinationType()
103
return static_cast<
CombinationType
>(combinationType);
in GetCombinationType()
H
A
D
firmware_check_data_processor.cpp
217
CombinationType
FirmwareCheckDataProcessor::GetCombinationType()
in GetCombinationType()
219
uint32_t combinationType = CAST_UINT(
CombinationType
::INVALLID_TYPE);
in GetCombinationType()
222
combinationType |= CAST_UINT(
CombinationType
::HOTA);
in GetCombinationType()
226
FIRMWARE_LOGI("
CombinationType
::%{public}u", combinationType);
in GetCombinationType()
227
return static_cast<
CombinationType
>(combinationType);
in GetCombinationType()
/base/update/updateservice/services/firmware/data/db/include/
H
A
D
firmware_task.h
36
CombinationType
combinationType =
CombinationType
::INVALLID_TYPE;
H
A
D
firmware_task_operator.h
53
const
CombinationType
&combinationType);
/base/update/updateservice/services/firmware/upgrade/data_processor/include/
H
A
D
firmware_check_data_processor.h
56
CombinationType
GetCombinationType();
/base/update/updateservice/services/firmware/data/db/src/
H
A
D
firmware_task_operator_empty.cpp
57
const
CombinationType
&combinationType)
in UpdateCombinationTypeByTaskId()
H
A
D
firmware_task_table.cpp
69
int32_t combinationType = CAST_INT(
CombinationType
::INVALLID_TYPE);
in ParseDbValue()
71
value.combinationType = static_cast<
CombinationType
>(combinationType);
in ParseDbValue()
H
A
D
firmware_task_operator.cpp
65
const
CombinationType
&combinationType)
in UpdateCombinationTypeByTaskId()
/base/update/updateservice/services/firmware/common/include/
H
A
D
firmware_common.h
148
enum class
CombinationType
{
class in OHOS::UpdateEngine::FirmwareStep::BlType::CheckResultStatus
/base/update/updateservice/services/firmware/upgrade/status/src/
H
A
D
firmware_result_process.cpp
170
if (task.combinationType ==
CombinationType
::HOTA) {
in HandleFileResults()
/base/update/updateservice/services/firmware/upgrade/flow/src/
H
A
D
firmware_manager.cpp
389
if (task.combinationType ==
CombinationType
::HOTA) {
in HandleBootUpdateSuccess()
Completed in 4 milliseconds