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:WriteImageData
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
H
A
D
fms_form_js_info_base_test.cpp
256
* @tc.desc: text the FormJsInfo::
WriteImageData
265
auto result = formJsInfo.
WriteImageData
(parcel);
in HWTEST_F()
272
* @tc.desc: text the FormJsInfo::
WriteImageData
281
auto result = formJsInfo.
WriteImageData
(parcel);
in HWTEST_F()
288
* @tc.desc: text the FormJsInfo::
WriteImageData
297
auto result = formJsInfo.
WriteImageData
(parcel);
in HWTEST_F()
304
* @tc.desc: text the FormJsInfo::
WriteImageData
319
auto result = formJsInfo.
WriteImageData
(parcel);
in HWTEST_F()
326
* @tc.desc: text the FormJsInfo::
WriteImageData
341
auto result = formJsInfo.
WriteImageData
(parce
in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/
H
A
D
fms_form_js_info_test.cpp
164
* @tc.desc: text the FormJsInfo::
WriteImageData
173
auto result = formJsInfo.
WriteImageData
(parcel);
in HWTEST_F()
181
* @tc.desc: text the FormJsInfo::
WriteImageData
195
auto result = formJsInfo.
WriteImageData
(parcel);
in HWTEST_F()
/foundation/ability/form_fwk/test/fuzztest/formjsinfo_fuzzer/
H
A
D
formjsinfo_fuzzer.cpp
42
return formJsInfo.
WriteImageData
(parcel);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H
A
D
form_js_info.h
58
bool
WriteImageData
(Parcel &parcel) const;
/foundation/ability/form_fwk/interfaces/inner_api/src/
H
A
D
form_js_info.cpp
139
if (!
WriteImageData
(parcel)) {
in WriteObjects()
149
bool FormJsInfo::
WriteImageData
(Parcel &parcel) const
in WriteImageData()
function in OHOS::AppExecFwk::FormJsInfo
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H
A
D
pixel_map.h
259
bool
WriteImageData
(Parcel &parcel, size_t size) const;
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_map.h
463
bool
WriteImageData
(Parcel &parcel, size_t size) const;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_map.cpp
2004
bool PixelMap::
WriteImageData
(Parcel &parcel, size_t size) const
in WriteImageData()
function in OHOS::Media::PixelMap
2008
IMAGE_LOGE("
WriteImageData
failed, data is null or size bigger than 128M, isUnMap %{public}d.", isUnMap_);
in WriteImageData()
2013
IMAGE_LOGE("
WriteImageData
size failed.");
in WriteImageData()
2257
if (!
WriteImageData
(parcel, bufferSize)) {
in WriteMemInfoToParcel()
2263
if (!
WriteImageData
(parcel, bufferSize)) {
in WriteMemInfoToParcel()
Completed in 11 milliseconds