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:BaseConsumer
(Results
1 - 8
of
8
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H
A
D
base_consumer.cpp
22
BaseConsumer
::
BaseConsumer
()
in BaseConsumer()
function in OHOS::Sharing::BaseConsumer
27
BaseConsumer
::~
BaseConsumer
()
in ~BaseConsumer()
32
void
BaseConsumer
::SetConsumerListener(std::weak_ptr<IConsumerListener> listener)
in SetConsumerListener()
38
bool
BaseConsumer
::IsRunning()
in IsRunning()
44
bool
BaseConsumer
::IsPasued()
in IsPasued()
50
bool
BaseConsumer
::IsCapture()
in IsCapture()
56
uint32_t
BaseConsumer
::GetSinkAgentId()
in GetSinkAgentId()
62
void
BaseConsumer
[all...]
H
A
D
base_consumer.h
46
class
BaseConsumer
: public Object,
class
50
using Ptr = std::shared_ptr<
BaseConsumer
>;
52
BaseConsumer
();
53
virtual ~
BaseConsumer
();
H
A
D
base_channel.h
46
BaseConsumer
::Ptr consumer_ = nullptr;
H
A
D
media_channel.cpp
230
consumer_ = ClassReflector<
BaseConsumer
>::Class2Instance(className);
in CreateConsumer()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H
A
D
media_dispatcher_unit_test.h
33
class TestConsumer final : public
BaseConsumer
,
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H
A
D
wfd_rtp_consumer.h
34
class WfdRtpConsumer final : public
BaseConsumer
,
41
// impl
BaseConsumer
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H
A
D
screen_capture_consumer.h
30
class ScreenCaptureConsumer : public
BaseConsumer
,
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/
H
A
D
mediacontroller_unit_test.cpp
56
class MediaplayerTestConsumer final: public
BaseConsumer
{
Completed in 4 milliseconds