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
defs:versionId
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_image_base.cpp
345
uint32_t
versionId
= 0;
in UnmarshallingDrawingImageAndPixelMap()
local
386
uint32_t
versionId
= pixelMap_ == nullptr ? 0 : pixelMap_->GetVersionId();
in Marshalling()
local
293
UnmarshallingAndCachePixelMap(Parcel& parcel, std::shared_ptr<Media::PixelMap>& pixelMap, uint64_t uniqueId, uint32_t
versionId
)
UnmarshallingAndCachePixelMap()
argument
H
A
D
rs_image.cpp
623
uint32_t
versionId
= pixelMap_ == nullptr ? 0 : pixelMap_->GetVersionId();
in Marshalling()
local
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H
A
D
dev_profile.cpp
193
void DevProfile::GetRemoteDeviceVersion(const std::string &networkId, uint32_t &
versionId
)
in GetRemoteDeviceVersion()
argument
/foundation/arkui/napi/test/unittest/jsvm/
H
A
D
test_jsvm.cpp
271
uint32_t
versionId
= 0;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_pixelmap.cpp
250
uint32_t
versionId
= 0u;
member
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H
A
D
photo_post_processor.cpp
747
int32_t
versionId
= GetVersionId(majorVer, minorVer);
in ConnectServiceIfNecessary()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H
A
D
pixel_map_test.cpp
2407
uint32_t
versionId
= pixelMap->GetVersionId();
in HWTEST_F()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_map.cpp
2547
uint32_t
versionId
= parcel.ReadUint32();
in ReadPropertiesFromParcel()
local
4080
void PixelMap::SetVersionId(uint32_t
versionId
)
in SetVersionId()
argument
Completed in 17 milliseconds