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:startSessionMsg
(Results
1 - 2
of
2
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_source_scene.cpp
565
auto
startSessionMsg
= std::make_shared<ScreenCaptureSessionEventMsg>();
in CreateScreenCapture()
local
566
startSessionMsg
->mediaType = MEDIA_TYPE_AV;
in CreateScreenCapture()
567
startSessionMsg
->type = EVENT_SESSION_INIT;
in CreateScreenCapture()
568
startSessionMsg
->toMgr = MODULE_CONTEXT;
in CreateScreenCapture()
569
startSessionMsg
->dstId = contextId_;
in CreateScreenCapture()
570
startSessionMsg
->agentId = agentId_;
in CreateScreenCapture()
571
startSessionMsg
->screenId = screenId_;
in CreateScreenCapture()
574
startSessionMsg
->videoFormat = videoFormat_;
in CreateScreenCapture()
575
startSessionMsg
->audioFormat = audioFormat_;
in CreateScreenCapture()
578
event.eventMsg = std::move(
startSessionMsg
);
in CreateScreenCapture()
633
auto
startSessionMsg
= std::make_shared<WfdSourceSessionEventMsg>();
AppendCast()
local
[all...]
H
A
D
wfd_sink_scene.cpp
534
auto
startSessionMsg
= std::make_shared<WfdSinkSessionEventMsg>();
in HandleAppendSurface()
local
535
startSessionMsg
->type = EVENT_WFD_REQUEST_IDR;
in HandleAppendSurface()
536
startSessionMsg
->toMgr = MODULE_CONTEXT;
in HandleAppendSurface()
537
startSessionMsg
->dstId = contextId;
in HandleAppendSurface()
538
startSessionMsg
->agentId = agentId;
in HandleAppendSurface()
541
event.eventMsg = std::move(
startSessionMsg
);
in HandleAppendSurface()
716
auto
startSessionMsg
= std::make_shared<WfdSinkSessionEventMsg>();
in HandlePlay()
local
717
startSessionMsg
->type = EVENT_SESSION_INIT;
in HandlePlay()
718
startSessionMsg
->toMgr = MODULE_CONTEXT;
in HandlePlay()
719
startSessionMsg
in HandlePlay()
[all...]
Completed in 3 milliseconds