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:MediaAVSessionKey
(Results
1 - 4
of
4
) sorted by relevance
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediaavsessionadapterimpl_fuzzer/
H
A
D
mediaavsessionadapterimpl_fuzzer.cpp
51
std::shared_ptr<
MediaAVSessionKey
> key = std::make_shared<
MediaAVSessionKey
>();
in MediaAVSessionAdapterImplFuzzTest()
60
auto avSessionKey = std::make_shared<
MediaAVSessionKey
>();
in MediaAVSessionAdapterImplFuzzTest()
/base/web/webview/ohos_adapter/media_adapter/include/
H
A
D
media_avsession_adapter_impl.h
57
class
MediaAVSessionKey
{
class
59
MediaAVSessionKey
() = default;
60
~
MediaAVSessionKey
() = default;
98
std::shared_ptr<
MediaAVSessionKey
> avSessionKey_;
/base/web/webview/ohos_adapter/media_adapter/src/
H
A
D
media_avsession_adapter_impl.cpp
116
void
MediaAVSessionKey
::Init() {
in Init()
168
int32_t
MediaAVSessionKey
::GetPID() {
in GetPID()
172
AppExecFwk::ElementName
MediaAVSessionKey
::GetElement() {
in GetElement()
176
void
MediaAVSessionKey
::SetType(MediaAVSessionType type) {
in SetType()
180
MediaAVSessionType
MediaAVSessionKey
::GetType() {
in GetType()
184
std::string
MediaAVSessionKey
::ToString() {
in ToString()
189
avSessionKey_ = std::make_shared<
MediaAVSessionKey
>();
in MediaAVSessionAdapterImpl()
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H
A
D
media_avsession_adapter_impl_test.cpp
33
std::shared_ptr<
MediaAVSessionKey
> g_key;
170
class MediaAVSessionKeyMock : public
MediaAVSessionKey
{
225
g_key = std::make_shared<
MediaAVSessionKey
>();
in SetUp()
323
* @tc.desc: test of
MediaAVSessionKey
:: GetType()
338
* @tc.desc: test of
MediaAVSessionKey
:: GetPID()
353
* @tc.desc: test of
MediaAVSessionKey
:: GetElement()
367
* @tc.desc: test of
MediaAVSessionKey
:: GetType()
380
* @tc.desc: test of
MediaAVSessionKey
:: SetType()
394
* @tc.desc: test of
MediaAVSessionKey
:: ToString()
419
auto avSessionKey = std::make_shared<
MediaAVSessionKey
>();
in HWTEST_F()
[all...]
Completed in 3 milliseconds