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:GetAVMetadata
(Results
1 - 22
of
22
) sorted by relevance
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H
A
D
avmetadatahelper_service_stub.cpp
85
[this](MessageParcel &data, MessageParcel &reply) { return
GetAVMetadata
(data, reply); } },
in Init()
175
std::shared_ptr<Meta> AVMetadataHelperServiceStub::
GetAVMetadata
()
in GetAVMetadata()
function in OHOS::Media::AVMetadataHelperServiceStub
179
return avMetadateHelperServer_->
GetAVMetadata
();
in GetAVMetadata()
299
int32_t AVMetadataHelperServiceStub::
GetAVMetadata
(MessageParcel &data, MessageParcel &reply)
in GetAVMetadata()
function in OHOS::Media::AVMetadataHelperServiceStub
304
auto metadata =
GetAVMetadata
();
in GetAVMetadata()
320
MEDIA_LOGE("
GetAVMetadata
ToParcel error");
in GetAVMetadata()
H
A
D
avmetadatahelper_service_stub.h
40
std::shared_ptr<Meta>
GetAVMetadata
() override;
64
int32_t
GetAVMetadata
(MessageParcel &data, MessageParcel &reply);
H
A
D
avmetadatahelper_service_proxy.h
32
std::shared_ptr<Meta>
GetAVMetadata
() override;
H
A
D
i_standard_avmetadatahelper_service.h
36
virtual std::shared_ptr<Meta>
GetAVMetadata
() = 0;
H
A
D
avmetadatahelper_service_proxy.cpp
148
std::shared_ptr<Meta> AVMetadataHelperServiceProxy::
GetAVMetadata
()
in GetAVMetadata()
function in OHOS::Media::AVMetadataHelperServiceProxy
161
"
GetAVMetadata
failed, error: %{public}d", error);
in GetAVMetadata()
/foundation/multimedia/player_framework/services/services/engine_intf/
H
A
D
i_avmetadatahelper_engine.h
61
virtual std::shared_ptr<Meta>
GetAVMetadata
() = 0;
/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H
A
D
avmetadatahelper_client.cpp
121
std::shared_ptr<Meta> AVMetadataHelperClient::
GetAVMetadata
()
in GetAVMetadata()
function in OHOS::Media::AVMetadataHelperClient
125
return avMetadataHelperProxy_->
GetAVMetadata
();
in GetAVMetadata()
H
A
D
avmetadatahelper_client.h
39
std::shared_ptr<Meta>
GetAVMetadata
() override;
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H
A
D
avmetadatahelper_impl.cpp
133
std::shared_ptr<Meta> AVMetadataHelperImpl::
GetAVMetadata
()
in GetAVMetadata()
function in OHOS::Media::AVMetadataHelperImpl
135
MEDIA_LOGE("enter
GetAVMetadata
");
in GetAVMetadata()
138
return metadataCollector_->
GetAVMetadata
();
in GetAVMetadata()
H
A
D
avmetadatahelper_impl.h
45
std::shared_ptr<Meta>
GetAVMetadata
() override;
H
A
D
avmetadata_collector.h
72
std::shared_ptr<Meta>
GetAVMetadata
();
H
A
D
avmetadata_collector.cpp
120
std::shared_ptr<Meta> AVMetaDataCollector::
GetAVMetadata
()
in GetAVMetadata()
function in OHOS::Media::AVMetaDataCollector
161
auto metadata =
GetAVMetadata
();
in ExtractMetadata()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H
A
D
avmetadatahelper.h
459
virtual std::shared_ptr<Meta>
GetAVMetadata
() = 0;
/foundation/multimedia/player_framework/services/include/
H
A
D
i_avmetadatahelper_service.h
141
virtual std::shared_ptr<Meta>
GetAVMetadata
() = 0;
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H
A
D
avmetadatahelper_server.h
39
std::shared_ptr<Meta>
GetAVMetadata
() override;
H
A
D
avmetadatahelper_server.cpp
198
std::shared_ptr<Meta> AVMetadataHelperServer::
GetAVMetadata
()
in GetAVMetadata()
function in OHOS::Media::AVMetadataHelperServer
206
return avMetadataHelperEngine_->
GetAVMetadata
();
in GetAVMetadata()
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastublocal_fuzzer/
H
A
D
avmetadata_service_proxy_local_fuzzer.h
51
std::shared_ptr<Meta>
GetAVMetadata
() override
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/
H
A
D
avmetadata_service_proxy_fuzzer.h
51
std::shared_ptr<Meta>
GetAVMetadata
() override
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H
A
D
avmetadatahelper_impl.h
44
std::shared_ptr<Meta>
GetAVMetadata
() override;
H
A
D
avmetadatahelper_impl.cpp
675
std::shared_ptr<Meta> AVMetadataHelperImpl::
GetAVMetadata
()
in GetAVMetadata()
function in OHOS::Media::AVMetadataHelperImpl
680
auto res = avMetadataHelperService_->
GetAVMetadata
();
in GetAVMetadata()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
metadata_extractor.cpp
625
std::shared_ptr<Meta> meta = avMetadataHelper->
GetAVMetadata
();
in ExtractAVMetadata()
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H
A
D
avmetadataextractor_napi.cpp
189
promiseCtx->metadata_ = promiseCtx->napi->helper_->
GetAVMetadata
();
in JsResolveMetadata()
Completed in 15 milliseconds