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:producers_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H
A
D
dcamera_stream_data_process.cpp
42
producers_
.clear();
in ~DCameraStreamDataProcess()
95
auto producerIter =
producers_
.find(streamId);
in ReleaseStreams()
96
if (producerIter ==
producers_
.end()) {
in ReleaseStreams()
100
producers_
.erase(streamId);
in ReleaseStreams()
130
auto producerIter =
producers_
.find(streamId);
in StartCapture()
131
if (producerIter !=
producers_
.end()) {
in StartCapture()
136
producers_
[streamId] =
in StartCapture()
138
producers_
[streamId]->Start();
in StartCapture()
160
auto producerIter =
producers_
.find(streamId);
in StopCapture()
161
if (producerIter ==
producers_
in StopCapture()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H
A
D
media_channel.cpp
117
auto iter =
producers_
.find(msg->prosumerId);
in OnProducerNotify()
118
if (iter !=
producers_
.end()) {
in OnProducerNotify()
119
producers_
.erase(iter);
in OnProducerNotify()
215
producers_
[producer->GetId()] = producer;
in CreateProducer()
318
} else if (
producers_
.find(channelMsg->prosumerId) !=
producers_
.end()) {
in HandleEvent()
320
producers_
[channelMsg->prosumerId]->HandleEvent(event);
in HandleEvent()
352
producers_
.clear();
in Release()
725
producers_
[retId]->SetSrcAgentId(channelMsg->agentId);
in HandleCreateProducer()
727
producers_
[retI
in HandleCreateProducer()
[all...]
H
A
D
base_channel.h
44
std::unordered_map<uint32_t, BaseProducer::Ptr>
producers_
;
member in OHOS::Sharing::BaseChannel
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H
A
D
dcamera_stream_data_process.h
69
std::map<uint32_t, std::shared_ptr<DCameraStreamDataProcessProducer>>
producers_
;
member in OHOS::DistributedHardware::DCameraStreamDataProcess
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/channel/
H
A
D
media_channel_unit_test.cpp
1893
mediaChannel->
producers_
[ret]->isRunning_ = true;
in HWTEST_F()
1913
mediaChannel->
producers_
[ret]->isRunning_ = true;
in HWTEST_F()
Completed in 7 milliseconds