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:OHExtDataHandle
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
common_types.h
27
typedef struct
OHExtDataHandle
{
struct
34
}
OHExtDataHandle
;
typedef
H
A
D
external_window.h
366
typedef struct
OHExtDataHandle
{
struct
373
}
OHExtDataHandle
;
typedef
635
* @param handle Indicates the pointer to a <b>
OHExtDataHandle
</b>.
641
int32_t OH_NativeWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const
OHExtDataHandle
*handle);
H
A
D
window.h
64
int32_t NativeWindowSetTunnelHandle(OHNativeWindow *window, const
OHExtDataHandle
*handle);
/foundation/graphic/graphic_2d/rosen/samples/hello_native_window/
H
A
D
hello_native_window.cpp
140
OHExtDataHandle
*handle = new
OHExtDataHandle
();
in main()
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H
A
D
nativewindow_fuzzer.cpp
197
OHExtDataHandle
*handle = reinterpret_cast<
OHExtDataHandle
*>(AllocExtDataHandle(reserveInts));
in NativeWindowFuzzTest1()
198
NativeWindowSetTunnelHandle(nativeWindow, reinterpret_cast<
OHExtDataHandle
*>(handle));
in NativeWindowFuzzTest1()
/foundation/graphic/graphic_surface/surface/test/systemtest/
H
A
D
native_window_buffer_test.cpp
56
// alloc
OHExtDataHandle
in SetData()
58
size_t handleSize = sizeof(
OHExtDataHandle
) + (sizeof(int32_t) * reserveInts);
in SetData()
59
OHExtDataHandle
*handle = static_cast<
OHExtDataHandle
*>(malloc(handleSize));
in SetData()
75
// free
OHExtDataHandle
in SetData()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
native_window_test.cpp
40
static
OHExtDataHandle
*AllocOHExtDataHandle(uint32_t reserveInts)
in AllocOHExtDataHandle()
42
size_t handleSize = sizeof(
OHExtDataHandle
) + (sizeof(int32_t) * reserveInts);
in AllocOHExtDataHandle()
43
OHExtDataHandle
*handle = static_cast<
OHExtDataHandle
*>(malloc(handleSize));
in AllocOHExtDataHandle()
62
static void FreeOHExtDataHandle(
OHExtDataHandle
*handle)
in FreeOHExtDataHandle()
1860
OHExtDataHandle
*handle = AllocOHExtDataHandle(reserveInts);
in HWTEST_F()
1876
OHExtDataHandle
*handle = AllocOHExtDataHandle(reserveInts);
in HWTEST_F()
2098
OHExtDataHandle
*handle = AllocOHExtDataHandle(1);
in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
native_window.cpp
624
int32_t NativeWindowSetTunnelHandle(OHNativeWindow *window, const
OHExtDataHandle
*handle)
in NativeWindowSetTunnelHandle()
Completed in 9 milliseconds