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:PhotoInfo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/photo_session/
H
A
D
deferred_photo_processing_session.h
31
class
PhotoInfo
{
class in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSession
33
PhotoInfo
(bool discardable, DpsMetadata metadata)
in PhotoInfo()
function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSession::PhotoInfo
36
~
PhotoInfo
() = default;
61
std::unordered_map<std::string, std::shared_ptr<
PhotoInfo
>> imageIds_;
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H
A
D
dfx_database_utils.h
35
EXPORT static std::vector<
PhotoInfo
> QueryDirtyCloudPhoto();
H
A
D
dfx_const.h
138
struct
PhotoInfo
{
struct
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H
A
D
dfx_database_utils.cpp
71
std::vector<
PhotoInfo
> DfxDatabaseUtils::QueryDirtyCloudPhoto()
in QueryDirtyCloudPhoto()
73
vector<
PhotoInfo
> photoInfoList;
in QueryDirtyCloudPhoto()
86
PhotoInfo
photoInfo;
in QueryDirtyCloudPhoto()
H
A
D
dfx_manager.cpp
231
vector<
PhotoInfo
> photoInfoList = DfxDatabaseUtils::QueryDirtyCloudPhoto();
in HandleDirtyCloudPhoto()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/photo_session/
H
A
D
deferred_photo_processing_session.cpp
100
imageIds_[imageId] = std::make_shared<
PhotoInfo
>(discardable, metadata);
in AddImage()
Completed in 3 milliseconds