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:devicePtb
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updater/services/ptable_parse/
H
A
D
ptable_process.cpp
57
DevicePtable&
devicePtb
= DevicePtable::GetInstance();
in PtableProcess()
local
58
devicePtb
.LoadPartitionInfo();
in PtableProcess()
61
if (!
devicePtb
.ComparePtable(packagePtb)) {
in PtableProcess()
67
if (
devicePtb
.ComparePartition(packagePtb, "USERDATA")) {
in PtableProcess()
/base/update/updater/services/flashd/
H
A
D
partition.cpp
48
DevicePtable &
devicePtb
= DevicePtable::GetInstance();
in DoErase()
local
51
if (!
devicePtb
.GetPartionInfoByName(devName_, ptnInfo)) {
in DoErase()
/base/update/updater/services/flashd/image_writer/
H
A
D
image_writer.cpp
38
DevicePtable &
devicePtb
= DevicePtable::GetInstance();
in GetDataWriter()
local
40
if (!
devicePtb
.GetPartionInfoByName(partition, ptnInfo)) {
in GetDataWriter()
/base/update/updater/services/flow_update/update_bin/
H
A
D
component_processor.cpp
231
DevicePtable &
devicePtb
= DevicePtable::GetInstance();
in GetWritePathAndOffset()
local
233
if (!
devicePtb
.GetPartionInfoByName(partitionName, ptnInfo)) {
in GetWritePathAndOffset()
/base/update/updater/services/updater_binary/
H
A
D
update_processor.cpp
440
DevicePtable&
devicePtb
= DevicePtable::GetInstance();
in GetWritePathAndOffset()
local
442
if (!
devicePtb
.GetPartionInfoByName(partitionName, ptnInfo)) {
in GetWritePathAndOffset()
Completed in 3 milliseconds