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:NWebMediaInfo
(Results
1 - 9
of
9
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_media_info_impl.h
29
ArkWebMediaInfoImpl(std::shared_ptr<OHOS::NWeb::
NWebMediaInfo
> nweb_media_info);
55
std::shared_ptr<OHOS::NWeb::
NWebMediaInfo
> nweb_media_info_;
H
A
D
ark_web_create_native_media_player_callback_wrapper.cpp
33
std::shared_ptr<OHOS::NWeb::
NWebMediaInfo
> mediaInfo)
in OnCreate()
H
A
D
ark_web_create_native_media_player_callback_wrapper.h
33
std::shared_ptr<OHOS::NWeb::
NWebMediaInfo
> mediaInfo) override;
H
A
D
ark_web_media_info_impl.cpp
25
ArkWebMediaInfoImpl::ArkWebMediaInfoImpl(std::shared_ptr<OHOS::NWeb::
NWebMediaInfo
> nweb_media_info)
in ArkWebMediaInfoImpl()
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_native_media_player.h
66
class
NWebMediaInfo
{
class
68
virtual ~
NWebMediaInfo
() = default;
162
std::shared_ptr<NWebNativeMediaPlayerHandler> handler, std::shared_ptr<
NWebMediaInfo
> mediaInfo) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
native_media_player_impl.h
105
std::shared_ptr<NWebNativeMediaPlayerHandler> handler, std::shared_ptr<
NWebMediaInfo
> mediaInfo) override;
118
void ConstructMediaInfo(napi_value* value, std::shared_ptr<
NWebMediaInfo
> mediaInfo);
H
A
D
native_media_player_impl.cpp
319
std::shared_ptr<NWebNativeMediaPlayerHandler> handler, std::shared_ptr<
NWebMediaInfo
> mediaInfo)
in OnCreate()
434
napi_value* value, std::shared_ptr<
NWebMediaInfo
> mediaInfo)
in ConstructMediaInfo()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_create_native_media_player_callback_impl.cpp
34
std::shared_ptr<OHOS::NWeb::
NWebMediaInfo
> nweb_media_info = nullptr;
in OnCreate()
H
A
D
ark_web_media_info_wrapper.h
28
class ArkWebMediaInfoWrapper : public OHOS::NWeb::
NWebMediaInfo
{
Completed in 4 milliseconds