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:SetAuthor
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H
A
D
OHAVMetadataBuilder.cpp
32
AVMetadata_Result OHAVMetadataBuilder::
SetAuthor
(const std::string &author)
in SetAuthor()
function in OHAVMetadataBuilder
232
metadata->
SetAuthor
(author_);
in GenerateAVMetadata()
295
return metadata->
SetAuthor
(author);
in OH_AVMetadataBuilder_SetAuthor()
/foundation/multimedia/av_session/frameworks/native/ohavsession/include/
H
A
D
OHAVMetadataBuilder.h
32
AVMetadata_Result
SetAuthor
(const std::string &author);
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H
A
D
avmeta_data_test.cpp
65
g_metaData.
SetAuthor
("zhoujielun");
in SetUp()
119
metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
H
A
D
avsession_test.cpp
329
g_metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
355
g_metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
H
A
D
avsession_remote_test.cpp
401
metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
/foundation/multimedia/av_session/frameworks/native/ohavsession/test/unittest/
H
A
D
oh_av_metadata_builder_test.cpp
65
g_ohAVMetaDataBuilder.
SetAuthor
("Anonymous author");
in HWTEST_F()
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H
A
D
napi_meta_data.h
46
static napi_status
SetAuthor
(napi_env env, const AVMetaData& in, napi_value& out);
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H
A
D
avmeta_data.h
103
void
SetAuthor
(const std::string& author);
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
avcontroller_callback_proxy_test.cpp
149
g_metaData.
SetAuthor
("zhoujielun");
in GetAVMetaData()
H
A
D
avsession_service_test.cpp
175
g_metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
237
g_metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
298
g_metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
358
g_metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
415
g_metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
472
g_metaData.
SetAuthor
("zhoujielun");
in HWTEST_F()
H
A
D
migrate_avsession_test.cpp
126
metaData.
SetAuthor
("zhoujielun");
in SetMetaDataAndPlaybackState()
H
A
D
avsession_controller_stub_test.cpp
101
g_metaData.
SetAuthor
("zhoujielun");
in GetAVMetaData()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H
A
D
napi_meta_data.cpp
52
{ AVMetaData::META_KEY_AUTHOR,
SetAuthor
},
256
out.
SetAuthor
(property);
in GetAuthor()
260
napi_status NapiMetaData::
SetAuthor
(napi_env env, const AVMetaData& in, napi_value& out)
in SetAuthor()
function in OHOS::AVSession::NapiMetaData
/foundation/multimedia/av_session/frameworks/native/session/test/benchmarktest/avsession_benchmark_test/
H
A
D
avsession_benchmark_test.cpp
230
metaData.
SetAuthor
("zhoujielun");
in BENCHMARK_F()
/foundation/multimedia/av_session/frameworks/common/src/
H
A
D
avmeta_data.cpp
279
void AVMetaData::
SetAuthor
(const std::string& author)
in SetAuthor()
function in OHOS::AVSession::AVMetaData
Completed in 17 milliseconds