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:BaseProducer
(Results
1 - 6
of
6
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H
A
D
base_producer.cpp
22
BaseProducer
::
BaseProducer
()
in BaseProducer()
function in OHOS::Sharing::BaseProducer
27
BaseProducer
::~
BaseProducer
()
in ~BaseProducer()
32
void
BaseProducer
::SetProducerListener(std::weak_ptr<IProducerListener> listener)
in SetProducerListener()
38
bool
BaseProducer
::IsRunning()
in IsRunning()
44
void
BaseProducer
::SetSrcAgentId(uint32_t agentId)
in SetSrcAgentId()
50
uint32_t
BaseProducer
::GetSrcAgentId()
in GetSrcAgentId()
56
void
BaseProducer
::Notify(ProsumerStatusMsg::Ptr &statusMsg)
in Notify()
69
void
BaseProducer
[all...]
H
A
D
base_producer.h
43
class
BaseProducer
: public Object,
class
47
using Ptr = std::shared_ptr<
BaseProducer
>;
49
BaseProducer
();
50
~
BaseProducer
() override;
H
A
D
base_channel.h
44
std::unordered_map<uint32_t,
BaseProducer
::Ptr> producers_;
H
A
D
media_channel.cpp
211
BaseProducer
::Ptr producer = ClassReflector<
BaseProducer
>::Class2Instance(className);
in CreateProducer()
752
BaseProducer
::Ptr pProducer = nullptr;
in HandleDestroyProducer()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H
A
D
media_dispatcher_unit_test.h
53
class TestProducer : public
BaseProducer
,
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H
A
D
wfd_rtp_producer.h
40
class WfdRtpProducer : public
BaseProducer
,
75
// impl
BaseProducer
Completed in 4 milliseconds