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:avSession_
(Results
1 - 4
of
4
) sorted by relevance
/base/web/webview/ohos_adapter/media_adapter/src/
H
A
D
media_avsession_adapter_impl.cpp
206
if (
avSession_
&& (type != avSessionKey_->GetType())) {
in CreateAVSession()
210
if (!
avSession_
) {
in CreateAVSession()
217
if (findIter->second.get() !=
avSession_
.get()) {
in CreateAVSession()
231
if (
avSession_
) {
in DestroyAVSession()
232
int32_t ret =
avSession_
->Destroy();
in DestroyAVSession()
238
avSession_
.reset();
in DestroyAVSession()
250
if (
avSession_
&& Activate()) {
in RegistCallback()
252
int32_t ret =
avSession_
->RegisterCallback(callback);
in RegistCallback()
264
ret =
avSession_
->AddSupportCommand(command);
in RegistCallback()
280
if (
avSession_
) {
in IsActivated()
[all...]
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H
A
D
media_avsession_adapter_impl_test.cpp
424
g_adapter->
avSession_
= avSessionMock;
in HWTEST_F()
427
g_adapter->
avSession_
));
in HWTEST_F()
436
g_adapter->
avSession_
= nullptr;
in HWTEST_F()
440
g_adapter->
avSession_
= avSessionMock;
in HWTEST_F()
446
g_adapter->
avSession_
= avSessionMock;
in HWTEST_F()
455
g_adapter->
avSession_
));
in HWTEST_F()
459
g_adapter->
avSession_
= avSessionMock;
in HWTEST_F()
474
g_adapter->
avSession_
= nullptr;
in HWTEST_F()
476
EXPECT_EQ(g_adapter->
avSession_
, nullptr);
in HWTEST_F()
479
g_adapter->
avSession_
in HWTEST_F()
[all...]
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediaavsessionadapterimpl_fuzzer/
H
A
D
mediaavsessionadapterimpl_fuzzer.cpp
63
avSessionAdapter->
avSession_
= nullptr;
in MediaAVSessionAdapterImplFuzzTest()
/base/web/webview/ohos_adapter/media_adapter/include/
H
A
D
media_avsession_adapter_impl.h
101
std::shared_ptr<AVSession::AVSession>
avSession_
;
member in OHOS::NWeb::MediaAVSessionAdapterImpl
Completed in 3 milliseconds