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:GetSinkAgentId
(Results
1 - 12
of
12
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H
A
D
base_consumer.cpp
56
uint32_t BaseConsumer::
GetSinkAgentId
()
in GetSinkAgentId()
function in OHOS::Sharing::BaseConsumer
85
statusMsg->agentId =
GetSinkAgentId
();
in Notify()
99
pMsg->agentId =
GetSinkAgentId
();
in NotifyPrivateEvent()
H
A
D
base_consumer.h
64
virtual uint32_t
GetSinkAgentId
();
H
A
D
media_channel.cpp
76
statusMsg->agentId =
GetSinkAgentId
();
in OnWriteTimeout()
82
uint32_t MediaChannel::
GetSinkAgentId
()
in GetSinkAgentId()
function in OHOS::Sharing::MediaChannel
86
return consumer_->
GetSinkAgentId
();
in GetSinkAgentId()
378
statusMsg->agentId = consumer_->
GetSinkAgentId
();
in HandleAppendSurface()
420
statusMsg->agentId = consumer_->
GetSinkAgentId
();
in HandleRemoveSurface()
H
A
D
media_channel.h
65
uint32_t
GetSinkAgentId
();
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H
A
D
wfd_rtp_consumer.cpp
86
pPrivateMsg->agentId =
GetSinkAgentId
();
in HandleProsumerInitState()
187
diff.count(),
GetSinkAgentId
(), frameNums_, diff.count() / frameNums_);
in Release()
307
GetSinkAgentId
());
in OnRtpUnpackCallback()
315
diff.count(),
GetSinkAgentId
(), frameNums_, diff.count() / frameNums_);
in OnRtpUnpackCallback()
336
SHARING_LOGD("TEST STATISTICS Miracast:first, agent ID:%{public}d, recv first packet.",
GetSinkAgentId
());
in OnServerReadData()
/foundation/CastEngine/castengine_wifi_display/services/agent/srcagent/
H
A
D
src_agent.h
29
uint32_t
GetSinkAgentId
()
in GetSinkAgentId()
function in OHOS::Sharing::SrcAgent
/foundation/CastEngine/castengine_wifi_display/services/context/
H
A
D
context.cpp
143
if (srcAgent && srcAgent->
GetSinkAgentId
() == sinkAgentId) {
in IsEmptySrcAgent()
337
uint32_t sinkAgentId = srcAgent->
GetSinkAgentId
();
in HandleStateDestroyAgent()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H
A
D
media_controller.cpp
243
statusMsg->agentId = mediaChannel->
GetSinkAgentId
();
in OnPlayControllerNotify()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H
A
D
screen_capture_consumer.cpp
152
pPrivateMsg->agentId =
GetSinkAgentId
();
in HandleProsumerInitState()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/channel/
H
A
D
media_channel_unit_test.cpp
111
auto agentID = mediaChannel->
GetSinkAgentId
();
in HWTEST_F()
766
auto ret = mediaChannel->
GetSinkAgentId
();
in HWTEST_F()
777
auto ret = mediaChannel->
GetSinkAgentId
();
in HWTEST_F()
788
auto ret = mediaChannel->
GetSinkAgentId
();
in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/agent/
H
A
D
src_agent_unit_test.cpp
1303
auto ret = srcAgent->
GetSinkAgentId
();
in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H
A
D
context_unit_test.cpp
598
uint32_t sinkAgentId = srcAgent->
GetSinkAgentId
();
in HWTEST_F()
Completed in 16 milliseconds