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:Msg
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
camera_info_dumper.cpp
39
void CameraInfoDumper::
Msg
(const char* msg)
in Msg()
function in OHOS::CameraStandard::CameraInfoDumper
52
void CameraInfoDumper::
Msg
(const std::string msg)
in Msg()
function in OHOS::CameraStandard::CameraInfoDumper
54
Msg
(msg.c_str());
in Msg()
H
A
D
hcamera_preconfig.cpp
415
infoDumper.
Msg
("Colorspace:" + photoPreconfig.colorSpace);
in DumpPreconfigInfo()
416
infoDumper.
Msg
("[Preview]\t" + photoPreconfig.previewProfile.toString());
in DumpPreconfigInfo()
417
infoDumper.
Msg
("[Photo]\t" + photoPreconfig.photoProfile.toString(cameraInfos, HDI::Camera::V1_3::CAPTURE));
in DumpPreconfigInfo()
419
infoDumper.
Msg
("Colorspace:" + videoPreconfig.colorSpace);
in DumpPreconfigInfo()
420
infoDumper.
Msg
("[Preview]\t" + videoPreconfig.previewProfile.toString());
in DumpPreconfigInfo()
421
infoDumper.
Msg
("[Video]\t" + videoPreconfig.videoProfile.toString());
in DumpPreconfigInfo()
422
infoDumper.
Msg
("[Photo]\t" + videoPreconfig.photoProfile.toString(cameraInfos, HDI::Camera::V1_3::VIDEO));
in DumpPreconfigInfo()
H
A
D
hcamera_service.cpp
1349
infoDumper.
Msg
("Format:[" + iter->second + "] " +
in DumpCameraStreamInfo()
1353
infoDumper.
Msg
("Format:[" + to_string(item.data.i32[index]) + "] " +
in DumpCameraStreamInfo()
1374
infoDumper.
Msg
("OHOS_ABILITY_ZOOM_CAP data size:" + to_string(item.count));
in DumpCameraZoom()
1376
infoDumper.
Msg
("Available Zoom Capability:[" + to_string(item.data.i32[minIndex]) + " " +
in DumpCameraZoom()
1383
infoDumper.
Msg
("OHOS_ABILITY_SCENE_ZOOM_CAP data size:" + to_string(item.count));
in DumpCameraZoom()
1385
infoDumper.
Msg
("Available scene Zoom Capability:[" + to_string(item.data.i32[minIndex]) + " " +
in DumpCameraZoom()
1392
infoDumper.
Msg
("OHOS_ABILITY_ZOOM_RATIO_RANGE data size:" + to_string(item.count));
in DumpCameraZoom()
1394
infoDumper.
Msg
("Available Zoom Ratio Range:[" + to_string(item.data.f[minIndex]) +
in DumpCameraZoom()
1415
infoDumper.
Msg
(flashAbilityString);
in DumpCameraFlash()
1434
infoDumper.
Msg
(afAbilityStrin
in DumpCameraAF()
[all...]
H
A
D
hstream_common.cpp
250
infoDumper.
Msg
(streamInfo);
in DumpStreamInfo()
255
infoDumper.
Msg
("type:" + std::to_string(static_cast<int32_t>(extInfo.type)) +
in DumpStreamInfo()
H
A
D
hstream_capture.cpp
754
infoDumper.
Msg
("ThumbnailSwitch:[" + std::to_string(thumbnailSwitch_) + "]");
in DumpStreamInfo()
755
infoDumper.
Msg
("RawDeliverSwitch:[" + std::to_string(rawDeliverySwitch_) + "]");
in DumpStreamInfo()
757
infoDumper.
Msg
(
in DumpStreamInfo()
H
A
D
hcapture_session.cpp
1547
infoDumper.
Msg
("Number of Camera clients:[" + std::to_string(TotalSessionSize()) + "]");
in DumpCameraSessionSummary()
1565
infoDumper.
Msg
("Client pid:[" + std::to_string(pid_)+ "] Client uid:[" + std::to_string(uid_) + "]");
in DumpSessionInfo()
1566
infoDumper.
Msg
("session state:[" + GetSessionState() + "]");
in DumpSessionInfo()
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
camera_info_dumper.h
30
void
Msg
(const char* msg);
31
void
Msg
(const std::string msg);
Completed in 11 milliseconds