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:DScreenFwkKit
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H
A
D
dscreen_fwkkit.h
37
class
DScreenFwkKit
{
class
38
DECLARE_SINGLE_INSTANCE_BASE(
DScreenFwkKit
);
42
DScreenFwkKit
() = default;
43
~
DScreenFwkKit
() = default;
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H
A
D
dscreen_fwkkit_test.cpp
40
auto ret =
DScreenFwkKit
::GetInstance().GetDHFwkKit();
in HWTEST_F()
42
EXPECT_NE(nullptr,
DScreenFwkKit
::GetInstance().dhfwkKit_);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H
A
D
dscreen_fwkkit.cpp
21
IMPLEMENT_SINGLE_INSTANCE(
DScreenFwkKit
);
22
std::shared_ptr<DistributedHardwareFwkKit>
DScreenFwkKit
::GetDHFwkKit()
in GetDHFwkKit()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregionmgr.cpp
255
if (
DScreenFwkKit
::GetInstance().GetDHFwkKit() == nullptr) {
in PublishMessage()
271
DScreenFwkKit
::GetInstance().GetDHFwkKit()->PublishMessage(topic, message);
in PublishMessage()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H
A
D
screen_sink_trans.cpp
281
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit =
DScreenFwkKit
::GetInstance().GetDHFwkKit();
in OnSessionOpened()
293
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit =
DScreenFwkKit
::GetInstance().GetDHFwkKit();
in OnSessionClosed()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen_manager.cpp
372
if (
DScreenFwkKit
::GetInstance().GetDHFwkKit() == nullptr) {
in PublishMessage()
394
DScreenFwkKit
::GetInstance().GetDHFwkKit()->PublishMessage(topic, message);
in PublishMessage()
H
A
D
dscreen.cpp
537
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit =
DScreenFwkKit
::GetInstance().GetDHFwkKit();
in NegotiateCodecType()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion.cpp
268
if (
DScreenFwkKit
::GetInstance().GetDHFwkKit() == nullptr) {
in PublishMessage()
288
DScreenFwkKit
::GetInstance().GetDHFwkKit()->PublishMessage(topic, message);
in PublishMessage()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H
A
D
screen_source_trans.cpp
139
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit =
DScreenFwkKit
::GetInstance().GetDHFwkKit();
in Start()
168
std::shared_ptr<DistributedHardwareFwkKit> dhFwkKit =
DScreenFwkKit
::GetInstance().GetDHFwkKit();
in Stop()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen_manager.cpp
451
if (
DScreenFwkKit
::GetInstance().GetDHFwkKit() == nullptr) {
in PublishMessage()
475
DScreenFwkKit
::GetInstance().GetDHFwkKit()->PublishMessage(topic, message);
in PublishMessage()
Completed in 9 milliseconds