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:surfaceMap_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H
A
D
screen_client.cpp
39
surfaceMap_
.emplace(windowId, surface);
in AddWindow()
49
auto iter =
surfaceMap_
.find(windowId);
in ShowWindow()
50
if (iter ==
surfaceMap_
.end()) {
in ShowWindow()
68
auto iter =
surfaceMap_
.find(windowId);
in HideWindow()
69
if (iter ==
surfaceMap_
.end()) {
in HideWindow()
87
auto iter =
surfaceMap_
.find(windowId);
in MoveWindow()
88
if (iter ==
surfaceMap_
.end()) {
in MoveWindow()
107
auto iter =
surfaceMap_
.find(windowId);
in GetSurface()
108
if (iter ==
surfaceMap_
.end()) {
in GetSurface()
122
auto iter =
surfaceMap_
in RemoveWindow()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H
A
D
screen_client_test.cpp
102
ScreenClient::GetInstance().
surfaceMap_
.emplace(windowId, nullptr);
in HWTEST_F()
145
ScreenClient::GetInstance().
surfaceMap_
.emplace(windowId, nullptr);
in HWTEST_F()
188
ScreenClient::GetInstance().
surfaceMap_
.emplace(windowId, nullptr);
in HWTEST_F()
229
ScreenClient::GetInstance().
surfaceMap_
.emplace(windowId, nullptr);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H
A
D
screen_client.h
48
std::map<int32_t, sptr<Surface>>
surfaceMap_
;
member in OHOS::DistributedHardware::ScreenClient
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H
A
D
surface_ohos_vulkan.cpp
185
NativeBufferUtils::NativeSurfaceInfo& nativeSurface =
surfaceMap_
[nativeWindowBuffer];
in NativeRequestFrame()
202
LOGI("RSSurfaceOhosVulkan: skSurface create success %{public}zu",
surfaceMap_
.size());
in NativeRequestFrame()
281
auto& surface =
surfaceMap_
[surfaceList_.front()];
in NativeFlushFrame()
H
A
D
surface_ohos_vulkan.h
57
std::unordered_map<NativeWindowBuffer*, NativeBufferUtils::NativeSurfaceInfo>
surfaceMap_
;
member in OHOS::Rosen::SurfaceOhosVulkan
Completed in 2 milliseconds