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:tunnelHandle
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferutils_fuzzer/
H
A
D
bufferutils_fuzzer.cpp
69
sptr<SurfaceTunnelHandle>
tunnelHandle
= nullptr;
in DoSomethingInterestingWithMyAPI()
local
70
ReadExtDataHandle(parcel,
tunnelHandle
);
in DoSomethingInterestingWithMyAPI()
72
ReadExtDataHandle(parcel,
tunnelHandle
);
in DoSomethingInterestingWithMyAPI()
75
tunnelHandle2->Different(
tunnelHandle
);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
buffer_utils.cpp
290
GraphicExtDataHandle *
tunnelHandle
= AllocExtDataHandle(reserveInts);
in ReadExtDataHandle()
local
291
if (
tunnelHandle
== nullptr) {
in ReadExtDataHandle()
295
ReadFileDescriptor(parcel,
tunnelHandle
->fd);
in ReadExtDataHandle()
297
tunnelHandle
->reserve[index] = parcel.ReadInt32();
in ReadExtDataHandle()
299
if (handle->SetHandle(
tunnelHandle
) != GSERROR_OK) {
in ReadExtDataHandle()
301
FreeExtDataHandle(
tunnelHandle
);
in ReadExtDataHandle()
304
FreeExtDataHandle(
tunnelHandle
);
in ReadExtDataHandle()
H
A
D
buffer_queue_producer.cpp
1374
sptr<SurfaceTunnelHandle>
tunnelHandle
= new SurfaceTunnelHandle();
in SetTunnelHandle()
local
1375
if (
tunnelHandle
->SetHandle(handle) != GSERROR_OK) {
in SetTunnelHandle()
1378
return bufferQueue_->SetTunnelHandle(
tunnelHandle
);
in SetTunnelHandle()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H
A
D
hdilayerinfo_test.cpp
346
sptr<SurfaceTunnelHandle>
tunnelHandle
= new SurfaceTunnelHandle;
in HWTEST_F()
local
350
ASSERT_EQ(
tunnelHandle
->SetHandle(handleSet), OHOS::GSERROR_OK);
in HWTEST_F()
351
ASSERT_NE(
tunnelHandle
, nullptr);
in HWTEST_F()
352
HdiLayerInfoTest::hdiLayerInfo_->SetTunnelHandle(
tunnelHandle
);
in HWTEST_F()
354
tunnelHandle
->GetHandle()->fd);
in HWTEST_F()
356
tunnelHandle
->GetHandle()->reserveInts);
in HWTEST_F()
358
tunnelHandle
->GetHandle()->reserve[0]);
in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H
A
D
bufferqueue_fuzzer.cpp
177
sptr<SurfaceTunnelHandle>
tunnelHandle
= new SurfaceTunnelHandle();
in DoSomethingInterestingWithMyAPI()
local
178
tunnelHandle
->SetHandle(handle);
in DoSomethingInterestingWithMyAPI()
179
bufferqueue->SetTunnelHandle(
tunnelHandle
);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
buffer_utils_test.cpp
218
sptr<SurfaceTunnelHandle>
tunnelHandle
= new SurfaceTunnelHandle();
in HWTEST_F()
local
221
EXPECT_EQ(ReadExtDataHandle(parcel,
tunnelHandle
), GSERROR_BINDER);
in HWTEST_F()
H
A
D
consumer_surface_test.cpp
1510
sptr<SurfaceTunnelHandle>
tunnelHandle
= surface_->GetTunnelHandle();
in HWTEST_F()
local
1511
ASSERT_EQ(
tunnelHandle
, nullptr);
in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H
A
D
bufferqueueproducer_fuzzer.cpp
90
sptr<SurfaceTunnelHandle>
tunnelHandle
= new SurfaceTunnelHandle();
in BufferQueueProducerFuzzTest()
local
91
tunnelHandle
->SetHandle(handle);
in BufferQueueProducerFuzzTest()
Completed in 9 milliseconds