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:OH_UdmfData
(Results
1 - 3
of
3
) sorted by relevance
/interface/sdk_c/distributeddatamgr/udmf/include/
H
A
D
udmf.h
98
typedef struct
OH_UdmfData
OH_UdmfData
;
typedef
122
* @brief Creation a pointer to the instance of the {@link
OH_UdmfData
}.
124
* @return If the operation is successful, a pointer to the instance of the {@link
OH_UdmfData
}
126
* @see
OH_UdmfData
.
129
OH_UdmfData
* OH_UdmfData_Create();
132
* @brief Destroy a pointer that points to the {@link
OH_UdmfData
} instance.
134
* @param pThis Represents a pointer to an instance of {@link
OH_UdmfData
}.
135
* @see
OH_UdmfData
.
138
void OH_UdmfData_Destroy(
OH_UdmfData
* pThi
[all...]
/interface/sdk_c/distributeddatamgr/pasteboard/include/
H
A
D
oh_pasteboard.h
240
* @return Returns the pointer to the {@link
OH_UdmfData
} instance.
241
* @see OH_Pasteboard
OH_UdmfData
PASTEBOARD_ErrCode.
244
OH_UdmfData
* OH_Pasteboard_GetData(OH_Pasteboard* pasteboard, int* status);
250
* @param data Pointer to the {@link
OH_UdmfData
} instance.
254
* @see OH_Pasteboard
OH_UdmfData
PASTEBOARD_ErrCode.
257
int OH_Pasteboard_SetData(OH_Pasteboard* pasteboard,
OH_UdmfData
* data);
/interface/sdk_c/arkui/ace_engine/native/
H
A
D
drag_and_drop.h
245
int32_t OH_ArkUI_DragEvent_SetData(ArkUI_DragEvent* event,
OH_UdmfData
* data);
251
* @param data Indicates the pointer to an <b>
OH_UdmfData
</b> object. The application needs to create a pointer
258
int32_t OH_ArkUI_DragEvent_GetUdmfData(ArkUI_DragEvent* event,
OH_UdmfData
*data);
726
int32_t OH_ArkUI_DragAction_SetData(ArkUI_DragAction* dragAction,
OH_UdmfData
* data);
Completed in 2 milliseconds