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:avSessionKey_
(Results
1 - 4
of
4
) sorted by relevance
/base/web/webview/ohos_adapter/media_adapter/src/
H
A
D
media_avsession_adapter_impl.cpp
189
avSessionKey_
= std::make_shared<MediaAVSessionKey>();
in MediaAVSessionAdapterImpl()
190
avSessionKey_
->Init();
in MediaAVSessionAdapterImpl()
192
avMetadata_->SetAssetId(std::to_string(
avSessionKey_
->GetPID()));
in MediaAVSessionAdapterImpl()
206
if (avSession_ && (type !=
avSessionKey_
->GetType())) {
in CreateAVSession()
209
auto findIter = avSessionMap.find(
avSessionKey_
->ToString());
in CreateAVSession()
240
auto iter = avSessionMap.find(
avSessionKey_
->ToString());
in DestroyAVSession()
446
auto iter = avSessionMap.find(
avSessionKey_
->ToString());
in DestroyAndEraseSession()
470
avSessionKey_
->GetElement().GetBundleName(), static_cast<int32_t>(type),
avSessionKey_
->GetElement());
in CreateNewSession()
472
avSessionKey_
in CreateNewSession()
[all...]
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediaavsessionadapterimpl_fuzzer/
H
A
D
mediaavsessionadapterimpl_fuzzer.cpp
61
avSessionAdapter->
avSessionKey_
= avSessionKey;
in MediaAVSessionAdapterImplFuzzTest()
62
avSessionAdapter->
avSessionKey_
->Init();
in MediaAVSessionAdapterImplFuzzTest()
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H
A
D
media_avsession_adapter_impl_test.cpp
420
g_adapter->
avSessionKey_
= avSessionKey;
in HWTEST_F()
421
g_adapter->
avSessionKey_
->Init();
in HWTEST_F()
426
std::make_pair(g_adapter->
avSessionKey_
->ToString(),
in HWTEST_F()
433
g_adapter->
avSessionKey_
->SetType(MediaAVSessionType::MEDIA_TYPE_VIDEO);
in HWTEST_F()
448
std::make_pair(g_adapter->
avSessionKey_
->ToString(),
in HWTEST_F()
454
std::make_pair(g_adapter->
avSessionKey_
->ToString(),
in HWTEST_F()
491
std::make_pair(g_adapter->
avSessionKey_
->ToString(),
in HWTEST_F()
976
g_adapter->
avSessionKey_
= avSessionKey;
in HWTEST_F()
977
g_adapter->
avSessionKey_
->Init();
in HWTEST_F()
985
std::make_pair(g_adapter->
avSessionKey_
in HWTEST_F()
[all...]
/base/web/webview/ohos_adapter/media_adapter/include/
H
A
D
media_avsession_adapter_impl.h
98
std::shared_ptr<MediaAVSessionKey>
avSessionKey_
;
member in OHOS::NWeb::MediaAVSessionAdapterImpl
Completed in 4 milliseconds