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:mediaChannel_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/screen_capture/
H
A
D
wfd_screen_capture_test.cpp
120
ASSERT_TRUE(consumer_->
mediaChannel_
!= nullptr);
in HWTEST_F()
122
EXPECT_CALL(*consumer_->
mediaChannel_
, OnConsumerNotify(_)).Times(1);
in HWTEST_F()
149
ASSERT_TRUE(consumer_->
mediaChannel_
!= nullptr);
in HWTEST_F()
151
EXPECT_CALL(*consumer_->
mediaChannel_
, OnConsumerNotify(_)).Times(1);
in HWTEST_F()
166
ASSERT_TRUE(consumer_->
mediaChannel_
!= nullptr);
in HWTEST_F()
168
EXPECT_CALL(*consumer_->
mediaChannel_
, OnConsumerNotify(_)).Times(1);
in HWTEST_F()
178
ASSERT_TRUE(consumer_->
mediaChannel_
!= nullptr);
in HWTEST_F()
180
EXPECT_CALL(*consumer_->
mediaChannel_
, OnConsumerNotify(_)).Times(1);
in HWTEST_F()
190
ASSERT_TRUE(consumer_->
mediaChannel_
!= nullptr);
in HWTEST_F()
192
EXPECT_CALL(*consumer_->
mediaChannel_
, OnConsumerNotif
in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/screen_capture/mock/
H
A
D
mock_screen_capture_consumer.h
35
mediaChannel_
= std::make_shared<MockMediaChannel>();
in Initialize()
37
std::weak_ptr<MockMediaChannel> weakListener(
mediaChannel_
);
in Initialize()
44
mediaChannel_
= nullptr;
in DeInitialize()
47
std::shared_ptr<MockMediaChannel>
mediaChannel_
;
member in OHOS::Sharing::MockScreenCaptureConsumer
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H
A
D
media_controller.cpp
68
auto mediaChannel =
mediaChannel_
.lock();
in Start()
102
auto mediaChannel =
mediaChannel_
.lock();
in Stop()
173
auto mediaChannel =
mediaChannel_
.lock();
in AppendSurface()
192
auto mediaChannel =
mediaChannel_
.lock();
in RemoveSurface()
240
auto mediaChannel =
mediaChannel_
.lock();
in OnPlayControllerNotify()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/
H
A
D
media_controller.h
41
mediaChannel_
= mediaChannel;
in SetMediaChannel()
64
std::weak_ptr<MediaChannel>
mediaChannel_
;
member in OHOS::Sharing::MediaController
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/
H
A
D
mediacontroller_unit_test.cpp
88
MediaChannel::Ptr
mediaChannel_
= nullptr;
member in OHOS::Sharing::MediaControllerTestBaseImpl
130
return
mediaChannel_
;
in GetMediaChannel()
135
return
mediaChannel_
->GetId();
in GetId()
339
if (nullptr !=
mediaChannel_
) {
in InitMediaChannel()
340
EXPECT_EQ(nullptr,
mediaChannel_
);
in InitMediaChannel()
343
mediaChannel_
= std::make_shared<MediaChannel>();
in InitMediaChannel()
344
EXPECT_NE(nullptr,
mediaChannel_
);
in InitMediaChannel()
347
mediaChannel_
->CreateConsumer(consumerClassName);
in InitMediaChannel()
H
A
D
videoplaycontroller_unit_test.cpp
65
MediaChannel::Ptr
mediaChannel_
= nullptr;
member in OHOS::Sharing::VideoPlayControllerTestBaseImpl
112
return
mediaChannel_
->GetId();
in GetId()
317
mediaChannel_
= std::make_shared<MediaChannel>();
in VideoPlayControllerTestBaseImpl()
318
mediaController_ = std::make_shared<MediaController>(
mediaChannel_
->GetId());
in VideoPlayControllerTestBaseImpl()
319
mediaController_->SetMediaChannel(
mediaChannel_
);
in VideoPlayControllerTestBaseImpl()
Completed in 4 milliseconds