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:GetBurstKey
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
photo_proxy.h
57
virtual std::string
GetBurstKey
() = 0; // 一组连拍照片一个key,uuid
H
A
D
file_asset.h
199
EXPORT const std::string &
GetBurstKey
() const;
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H
A
D
deferred_photo_proxy.h
55
std::string
GetBurstKey
() override;
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H
A
D
camera_server_photo_proxy.h
78
std::string
GetBurstKey
() override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H
A
D
photo_proxy_test.h
163
std::string
GetBurstKey
() override
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H
A
D
camera_server_photo_proxy.cpp
217
std::string CameraServerPhotoProxy::
GetBurstKey
()
in GetBurstKey()
function in OHOS::CameraStandard::CameraServerPhotoProxy
219
MEDIA_DEBUG_LOG("CameraServerPhotoProxy
GetBurstKey
");
in GetBurstKey()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H
A
D
deferred_photo_proxy.cpp
220
std::string DeferredPhotoProxy::
GetBurstKey
()
in GetBurstKey()
function in OHOS::CameraStandard::DeferredPhotoProxy
/foundation/multimedia/player_framework/services/services/recorder/server/
H
A
D
media_library_adapter.cpp
123
std::string
GetBurstKey
() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H
A
D
medialibrarymediaphotoassetproxy_fuzzer.h
167
std::string
GetBurstKey
() override
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
media_photo_asset_proxy.cpp
121
if (cameraShotType_ == CameraShotType::BURST && photoProxy->
GetBurstKey
().empty()) {
in CreatePhotoAsset()
139
values.Put(PhotoColumn::PHOTO_BURST_KEY, photoProxy->
GetBurstKey
());
in CreatePhotoAsset()
157
photoProxy->GetPhotoId().c_str(), fileId_, uri_.c_str(), photoProxy->
GetBurstKey
().c_str());
in CreatePhotoAsset()
H
A
D
file_asset.cpp
540
const std::string &FileAsset::
GetBurstKey
() const
in GetBurstKey()
function in OHOS::Media::FileAsset
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hstream_capture.h
76
std::string
GetBurstKey
(int32_t captureId) const;
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hstream_capture.cpp
277
std::string HStreamCapture::
GetBurstKey
(int32_t captureId) const
in GetBurstKey()
function in OHOS::CameraStandard::HStreamCapture
279
MEDIA_DEBUG_LOG("HStreamCapture::
GetBurstKey
captureId:%{public}d", captureId);
in GetBurstKey()
285
MEDIA_DEBUG_LOG("HStreamCapture::
GetBurstKey
%{public}s", burstKey.c_str());
in GetBurstKey()
287
MEDIA_DEBUG_LOG("HStreamCapture::
GetBurstKey
not found");
in GetBurstKey()
365
std::string burstUuid =
GetBurstKey
(preparedCaptureId);
in CheckBurstCapture()
H
A
D
hcapture_session.cpp
1704
burstKey = streamCapture->
GetBurstKey
(captureId);
in SetCameraPhotoProxyInfo()
Completed in 12 milliseconds