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:propertyPtr
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_dump.cpp
247
auto
propertyPtr
= std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(modifier.GetProperty());
in DumpNodeDrawCmdModifier()
local
248
auto drawCmdListPtr =
propertyPtr
?
propertyPtr
->Get() : nullptr;
in DumpNodeDrawCmdModifier()
263
auto
propertyPtr
= std::static_pointer_cast<RSRenderAnimatableProperty<Color>>(modifier.GetProperty());
in DumpNodeDrawCmdModifier()
local
264
if (
propertyPtr
) {
in DumpNodeDrawCmdModifier()
266
out["ENV_FOREGROUND_COLOR"] = "#" + Hex(
propertyPtr
->Get().AsRgbaInt()) + " (RGBA)";
in DumpNodeDrawCmdModifier()
270
auto
propertyPtr
=
in DumpNodeDrawCmdModifier()
local
272
if (
propertyPtr
) {
in DumpNodeDrawCmdModifier()
274
out["ENV_FOREGROUND_COLOR_STRATEGY"] = static_cast<int>(
propertyPtr
->Get());
in DumpNodeDrawCmdModifier()
278
auto
propertyPtr
in DumpNodeDrawCmdModifier()
local
287
auto
propertyPtr
= std::static_pointer_cast<RSRenderAnimatableProperty<Vector4f>>(modifier.GetProperty());
DumpNodeDrawCmdModifier()
local
[all...]
H
A
D
rs_profiler_base.cpp
991
auto
propertyPtr
=
in CalcNodeCmdListCount()
local
994
auto propertyValue =
propertyPtr
?
propertyPtr
->Get() : nullptr;
in CalcNodeCmdListCount()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
fetch_file_result_napi.cpp
43
propertyPtr
= nullptr;
in ~FetchFileResultNapi()
94
obj->
propertyPtr
->fetchFileResult_ = fileResult;
in GetFetchResult()
95
obj->
propertyPtr
->fetchFileResult_->SetInfo(sFetchFileResult_);
in GetFetchResult()
100
obj->
propertyPtr
->fetchAlbumResult_ = albumResult;
in GetFetchResult()
101
obj->
propertyPtr
->fetchAlbumResult_->SetInfo(sFetchAlbumResult_);
in GetFetchResult()
107
obj->
propertyPtr
->fetchPhotoAlbumResult_ = photoAlbumResult;
in GetFetchResult()
108
obj->
propertyPtr
->fetchPhotoAlbumResult_->SetInfo(sFetchPhotoAlbumResult_);
in GetFetchResult()
114
obj->
propertyPtr
->fetchSmartAlbumResult_ = smartResult;
in GetFetchResult()
115
obj->
propertyPtr
->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_);
in GetFetchResult()
148
obj->
propertyPtr
in FetchFileResultNapiConstructor()
[all...]
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H
A
D
sendable_fetch_file_result_napi.cpp
43
propertyPtr
= nullptr;
in ~SendableFetchFileResultNapi()
60
obj->
propertyPtr
->fetchFileResult_ = fileResult;
in GetFetchResult()
61
obj->
propertyPtr
->fetchFileResult_->SetInfo(sFetchFileResult_);
in GetFetchResult()
66
obj->
propertyPtr
->fetchAlbumResult_ = albumResult;
in GetFetchResult()
67
obj->
propertyPtr
->fetchAlbumResult_->SetInfo(sFetchAlbumResult_);
in GetFetchResult()
73
obj->
propertyPtr
->fetchPhotoAlbumResult_ = photoAlbumResult;
in GetFetchResult()
74
obj->
propertyPtr
->fetchPhotoAlbumResult_->SetInfo(sFetchPhotoAlbumResult_);
in GetFetchResult()
80
obj->
propertyPtr
->fetchSmartAlbumResult_ = smartResult;
in GetFetchResult()
81
obj->
propertyPtr
->fetchSmartAlbumResult_->SetInfo(sFetchSmartAlbumResult_);
in GetFetchResult()
114
obj->
propertyPtr
in FetchFileResultNapiConstructor()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H
A
D
flex_layout_algorithm.h
98
bool CheckSetConstraint(const std::unique_ptr<MeasureProperty>&
propertyPtr
);
H
A
D
flex_layout_algorithm.cpp
825
bool FlexLayoutAlgorithm::CheckSetConstraint(const std::unique_ptr<MeasureProperty>&
propertyPtr
)
in CheckSetConstraint()
argument
827
return
propertyPtr
&& (
propertyPtr
->minSize ||
propertyPtr
->maxSize);
in CheckSetConstraint()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H
A
D
sendable_fetch_file_result_napi.h
83
std::shared_ptr<SendableFetchResultProperty>
propertyPtr
;
member in OHOS::Media::SendableFetchFileResultNapi
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
fetch_file_result_napi.h
86
std::shared_ptr<FetchResultProperty>
propertyPtr
;
member in OHOS::Media::FetchFileResultNapi
Completed in 9 milliseconds