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_UdsPlainText
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H
A
D
uds.h
52
typedef struct
OH_UdsPlainText
OH_UdsPlainText
;
typedef
111
* @brief Creation a pointer to the instance of the {@link
OH_UdsPlainText
}.
113
* @return If the operation is successful, a pointer to the instance of the {@link
OH_UdsPlainText
}
115
* @see
OH_UdsPlainText
118
OH_UdsPlainText
* OH_UdsPlainText_Create();
121
* @brief Destroy a pointer that points to the {@link
OH_UdsPlainText
} instance.
123
* @param pThis Represents a pointer to an instance of {@link
OH_UdsPlainText
}.
124
* @see
OH_UdsPlainText
127
void OH_UdsPlainText_Destroy(
OH_UdsPlainText
* pThi
[all...]
H
A
D
udmf.h
246
* @brief Get primary {@link
OH_UdsPlainText
} data from the {@link OH_UdmfData}.
249
* @param plainText Represents a pointer to an instance of {@link
OH_UdsPlainText
}.
253
* @see OH_UdmfData
OH_UdsPlainText
Udmf_ErrCode.
256
int OH_UdmfData_GetPrimaryPlainText(OH_UdmfData* data,
OH_UdsPlainText
* plainText);
338
* @brief Add one {@link
OH_UdsPlainText
} data to the {@link OH_UdmfRecord} record.
341
* @param plainText Represents a pointer to an instance of {@link
OH_UdsPlainText
}.
345
* @see OH_UdmfRecord
OH_UdsPlainText
Udmf_ErrCode.
348
int OH_UdmfRecord_AddPlainText(OH_UdmfRecord* pThis,
OH_UdsPlainText
* plainText);
471
* @brief Get one {@link
OH_UdsPlainText
} data from the {@link OH_UdmfRecord} record.
474
* @param plainText Represents a pointer to an instance of {@link
OH_UdsPlainText
}
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/ndk/unittest/
H
A
D
pasteboard_capi_test.cpp
153
OH_UdsPlainText
* plainText = OH_UdsPlainText_Create();
in GetDataCallback()
363
OH_UdsPlainText
* plainText = OH_UdsPlainText_Create();
in HWTEST_F()
390
OH_UdsPlainText
* plainText = OH_UdsPlainText_Create();
in HWTEST_F()
419
OH_UdsPlainText
* plainText = OH_UdsPlainText_Create();
in HWTEST_F()
459
OH_UdsPlainText
*plainText = OH_UdsPlainText_Create();
in HWTEST_F()
485
OH_UdsPlainText
* plainText = OH_UdsPlainText_Create();
in HWTEST_F()
502
OH_UdsPlainText
*getPlainText = OH_UdsPlainText_Create();
in HWTEST_F()
545
OH_UdsPlainText
*getPlainText = OH_UdsPlainText_Create();
in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H
A
D
uds.cpp
92
OH_UdsPlainText
::
OH_UdsPlainText
() : UdsObject(NdkStructId::UDS_PLAIN_TEXT_STRUCT_ID) {}
in OH_UdsPlainText()
function in OH_UdsPlainText
138
OH_UdsPlainText
* OH_UdsPlainText_Create()
in OH_UdsPlainText_Create()
140
OH_UdsPlainText
* plainText = new (std::nothrow)
OH_UdsPlainText
();
in OH_UdsPlainText_Create()
152
void OH_UdsPlainText_Destroy(
OH_UdsPlainText
* pThis)
in OH_UdsPlainText_Destroy()
159
const char* OH_UdsPlainText_GetType(
OH_UdsPlainText
* pThis)
in OH_UdsPlainText_GetType()
164
const char* OH_UdsPlainText_GetContent(
OH_UdsPlainText
* pThis)
in OH_UdsPlainText_GetContent()
169
const char* OH_UdsPlainText_GetAbstract(
OH_UdsPlainText
* pThis)
in OH_UdsPlainText_GetAbstract()
174
int OH_UdsPlainText_SetContent(
OH_UdsPlainText
* pThi
[all...]
H
A
D
udmf_capi_common.h
66
struct
OH_UdsPlainText
: public UdsObject {
struct
67
OH_UdsPlainText
();
H
A
D
udmf.cpp
251
static int GetFirstPlainText(OH_UdmfRecord **records, unsigned int recordCount,
OH_UdsPlainText
* plainText)
in GetFirstPlainText()
289
int OH_UdmfData_GetPrimaryPlainText(OH_UdmfData* data,
OH_UdsPlainText
* plainText)
in OH_UdmfData_GetPrimaryPlainText()
526
int OH_UdmfRecord_AddPlainText(OH_UdmfRecord* record,
OH_UdsPlainText
* plainText)
in OH_UdmfRecord_AddPlainText()
639
int OH_UdmfRecord_GetPlainText(OH_UdmfRecord* record,
OH_UdsPlainText
* plainText)
in OH_UdmfRecord_GetPlainText()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H
A
D
udmf_test.cpp
285
OH_UdsPlainText
*plainText = OH_UdsPlainText_Create();
in HWTEST_F()
336
OH_UdsPlainText
*plainText = OH_UdsPlainText_Create();
in HWTEST_F()
390
OH_UdsPlainText
*plaintext = OH_UdsPlainText_Create();
in HWTEST_F()
440
OH_UdsPlainText
*plainText = OH_UdsPlainText_Create();
in HWTEST_F()
532
OH_UdsPlainText
*plainText = OH_UdsPlainText_Create();
in HWTEST_F()
549
OH_UdsPlainText
*getPlainText = OH_UdsPlainText_Create();
in HWTEST_F()
759
OH_UdsPlainText
plainText;
in HWTEST_F()
785
OH_UdsPlainText
plainText;
in HWTEST_F()
801
OH_UdsPlainText
*plainText1 = OH_UdsPlainText_Create();
in HWTEST_F()
807
OH_UdsPlainText
*plainText
in HWTEST_F()
[all...]
H
A
D
uds_test.cpp
92
OH_UdsPlainText
* plainTextNullptr = nullptr;
in HWTEST_F()
95
plainTextNullptr = new
OH_UdsPlainText
;
in HWTEST_F()
114
OH_UdsPlainText
* plainTextNullptr = nullptr;
in HWTEST_F()
117
plainTextNullptr = new
OH_UdsPlainText
;
in HWTEST_F()
136
OH_UdsPlainText
* plainTextNullptr = nullptr;
in HWTEST_F()
139
plainTextNullptr = new
OH_UdsPlainText
;
in HWTEST_F()
Completed in 9 milliseconds