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:handleGet
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_surface/surface/test/systemtest/
H
A
D
surface_ipc_with_pts_test.cpp
109
sptr<SurfaceTunnelHandle>
handleGet
= nullptr;
in GetData()
local
110
handleGet
= cSurface->GetTunnelHandle();
in GetData()
111
if ((
handleGet
== nullptr) || (
handleGet
->GetHandle()->fd != -1) ||
in GetData()
112
(
handleGet
->GetHandle()->reserveInts != 1) || (
handleGet
->GetHandle()->reserve[0] != 1)) {
in GetData()
H
A
D
surface_ipc_test.cpp
99
sptr<SurfaceTunnelHandle>
handleGet
= nullptr;
in GetData()
local
100
handleGet
= cSurface->GetTunnelHandle();
in GetData()
101
if ((
handleGet
== nullptr) || (
handleGet
->GetHandle()->fd != -1) ||
in GetData()
102
(
handleGet
->GetHandle()->reserveInts != 1) || (
handleGet
->GetHandle()->reserve[0] != 1)) {
in GetData()
H
A
D
native_window_buffer_test.cpp
97
sptr<SurfaceTunnelHandle>
handleGet
= nullptr;
in GetData()
local
98
handleGet
= cSurface->GetTunnelHandle();
in GetData()
99
if ((
handleGet
== nullptr) || (
handleGet
->GetHandle()->fd != -1) ||
in GetData()
100
(
handleGet
->GetHandle()->reserveInts != 1) || (
handleGet
->GetHandle()->reserve[0] != 1)) {
in GetData()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
consumer_surface_test.cpp
1489
sptr<SurfaceTunnelHandle>
handleGet
= nullptr;
in HWTEST_F()
local
1490
handleGet
= cs->GetTunnelHandle();
in HWTEST_F()
1491
ASSERT_NE(
handleGet
, nullptr);
in HWTEST_F()
1492
ASSERT_EQ(handle->fd,
handleGet
->GetHandle()->fd);
in HWTEST_F()
1493
ASSERT_EQ(handle->reserveInts,
handleGet
->GetHandle()->reserveInts);
in HWTEST_F()
1494
ASSERT_EQ(handle->reserve[0],
handleGet
->GetHandle()->reserve[0]);
in HWTEST_F()
H
A
D
producer_surface_test.cpp
1204
sptr<SurfaceTunnelHandle>
handleGet
= surface_->GetTunnelHandle();
in HWTEST_F()
local
1205
ASSERT_EQ(
handleGet
, nullptr);
in HWTEST_F()
Completed in 7 milliseconds