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:ScreenClient
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H
A
D
screen_client_test.cpp
49
int32_t ret =
ScreenClient
::GetInstance().AddWindow(windowProperty_);
in HWTEST_F()
61
int32_t expectId =
ScreenClient
::GetInstance().AddWindow(windowProperty_);
in HWTEST_F()
62
int32_t ret =
ScreenClient
::GetInstance().RemoveWindow(expectId);
in HWTEST_F()
74
int32_t ret =
ScreenClient
::GetInstance().ShowWindow(0);
in HWTEST_F()
86
int32_t windowId =
ScreenClient
::GetInstance().AddWindow(windowProperty_);
in HWTEST_F()
87
int32_t ret =
ScreenClient
::GetInstance().ShowWindow(windowId);
in HWTEST_F()
89
ret =
ScreenClient
::GetInstance().RemoveWindow(windowId);
in HWTEST_F()
102
ScreenClient
::GetInstance().surfaceMap_.emplace(windowId, nullptr);
in HWTEST_F()
103
int32_t ret =
ScreenClient
::GetInstance().ShowWindow(windowId);
in HWTEST_F()
105
ret =
ScreenClient
in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H
A
D
screen_client.h
35
class
ScreenClient
{
class
36
DECLARE_SINGLE_INSTANCE_BASE(
ScreenClient
);
46
ScreenClient
() = default;
47
~
ScreenClient
() = default;
/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H
A
D
screen_client.cpp
24
IMPLEMENT_SINGLE_INSTANCE(
ScreenClient
);
25
int32_t
ScreenClient
::AddWindow(std::shared_ptr<WindowProperty> &windowProperty)
in AddWindow()
45
int32_t
ScreenClient
::ShowWindow(int32_t windowId)
in ShowWindow()
64
int32_t
ScreenClient
::HideWindow(int32_t windowId)
in HideWindow()
83
int32_t
ScreenClient
::MoveWindow(int32_t windowId, int32_t startX, int32_t startY)
in MoveWindow()
102
sptr<Surface>
ScreenClient
::GetSurface(int32_t windowId)
in GetSurface()
118
int32_t
ScreenClient
::RemoveWindow(int32_t windowId)
in RemoveWindow()
138
int32_t
ScreenClient
::DestroyAllWindow()
in DestroyAllWindow()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregion.cpp
109
windowId_ =
ScreenClient
::GetInstance().AddWindow(windowProperty);
in SetUpWindow()
115
int32_t ret =
ScreenClient
::GetInstance().ShowWindow(windowId_);
in SetUpWindow()
122
sptr<Surface> surface =
ScreenClient
::GetInstance().GetSurface(windowId_);
in SetUpWindow()
187
(void)
ScreenClient
::GetInstance().RemoveWindow(windowId_);
in Stop()
191
int32_t ret =
ScreenClient
::GetInstance().RemoveWindow(windowId_);
in Stop()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion.cpp
75
ScreenClient
::GetInstance().RemoveWindow(windowId_);
in Release()
111
(void)
ScreenClient
::GetInstance().RemoveWindow(windowId_);
in StartReceiverEngine()
123
int32_t ret =
ScreenClient
::GetInstance().RemoveWindow(windowId_);
in StopReceiverEngine()
186
windowId_ =
ScreenClient
::GetInstance().AddWindow(windowProperty);
in ConfigWindow()
192
int32_t ret =
ScreenClient
::GetInstance().ShowWindow(windowId_);
in ConfigWindow()
199
sptr<Surface> surface =
ScreenClient
::GetInstance().GetSurface(windowId_);
in ConfigWindow()
/foundation/distributedhardware/distributed_screen/services/screendemo/
H
A
D
test.cpp
318
int32_t windowId =
ScreenClient
::GetInstance().AddWindow(windowProperty);
in CreateWindow()
319
ScreenClient
::GetInstance().ShowWindow(windowId);
in CreateWindow()
320
sptr<Surface> surface =
ScreenClient
::GetInstance().GetSurface(windowId);
in CreateWindow()
332
ScreenClient
::GetInstance().RemoveWindow(windowId);
in CreateWindow()
Completed in 3 milliseconds