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:formats
(Results
1 - 8
of
8
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_image_util.cpp
42
std::set<std::string>
formats
;
in PackImage()
local
43
auto ret = imagePacker.GetSupportedFormats(
formats
);
in PackImage()
119
std::set<std::string>
formats
;
in PackImage2File()
local
120
auto ret = imagePacker.GetSupportedFormats(
formats
);
in PackImage2File()
150
std::set<std::string>
formats
;
in CreatePixelMap()
local
151
auto ret = imageSource->GetSupportedFormats(
formats
);
in CreatePixelMap()
/base/web/webview/ohos_adapter/camera_adapter/src/
H
A
D
video_device_descriptor_adapter_impl.cpp
85
void VideoDeviceDescriptorAdapterImpl::SetSupportCaptureFormats(std::vector<std::shared_ptr<FormatAdapter>>
formats
)
in SetSupportCaptureFormats()
argument
87
support_formats_ =
formats
;
in SetSupportCaptureFormats()
H
A
D
video_device_descriptor_adapter_mock.cpp
79
void VideoDeviceDescriptorAdapterImpl::SetSupportCaptureFormats(std::vector<std::shared_ptr<FormatAdapter>>
formats
)
in SetSupportCaptureFormats()
argument
/base/theme/wallpaper_mgr/test/unittest/
H
A
D
wallpaper_permission_test.cpp
82
std::set<std::string>
formats
;
in CreateTempImage()
local
83
imagePacker.GetSupportedFormats(
formats
);
in CreateTempImage()
H
A
D
wallpaper_test.cpp
247
std::set<std::string>
formats
;
in CreateTempImage()
local
248
imagePacker.GetSupportedFormats(
formats
);
in CreateTempImage()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H
A
D
mock_image_packer.cpp
54
uint32_t ImagePacker::GetSupportedFormats(std::set<std::string> &
formats
)
in GetSupportedFormats()
argument
H
A
D
mock_image_source.cpp
60
uint32_t ImageSource::GetSupportedFormats(std::set<std::string> &
formats
)
in GetSupportedFormats()
argument
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service.cpp
1408
std::set<std::string>
formats
;
in WritePixelMapToStream()
local
1409
uint32_t ret = imagePacker.GetSupportedFormats(
formats
);
in WritePixelMapToStream()
Completed in 8 milliseconds