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_UdsHtml
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H
A
D
uds.h
66
typedef struct
OH_UdsHtml
OH_UdsHtml
;
typedef
261
* @brief Creation a pointer to the instance of the {@link
OH_UdsHtml
}.
263
* @return If the operation is successful, a pointer to the instance of the {@link
OH_UdsHtml
}
265
* @see
OH_UdsHtml
268
OH_UdsHtml
* OH_UdsHtml_Create();
271
* @brief Destroy a pointer that points to the {@link
OH_UdsHtml
} instance.
273
* @param pThis Represents a pointer to an instance of {@link
OH_UdsHtml
}.
274
* @see
OH_UdsHtml
277
void OH_UdsHtml_Destroy(
OH_UdsHtml
* pThi
[all...]
H
A
D
udmf.h
259
* @brief Get one {@link
OH_UdsHtml
} data from the {@link OH_UdmfData}.
262
* @param html Represents a pointer to an instance of {@link
OH_UdsHtml
}.
266
* @see OH_UdmfData
OH_UdsHtml
Udmf_ErrCode.
269
int OH_UdmfData_GetPrimaryHtml(OH_UdmfData* data,
OH_UdsHtml
* html);
364
* @brief Add one {@link
OH_UdsHtml
} data to the {@link OH_UdmfRecord} record.
367
* @param html Represents a pointer to an instance of {@link
OH_UdsHtml
}.
371
* @see OH_UdmfRecord
OH_UdsHtml
Udmf_ErrCode.
374
int OH_UdmfRecord_AddHtml(OH_UdmfRecord* pThis,
OH_UdsHtml
* html);
497
* @brief Get one {@link
OH_UdsHtml
} data from the {@link OH_UdmfRecord} record.
500
* @param html Represents a pointer to an instance of {@link
OH_UdsHtml
}
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H
A
D
uds.cpp
96
OH_UdsHtml
::
OH_UdsHtml
() : UdsObject(NdkStructId::UDS_HTML_STRUCT_ID) {}
in OH_UdsHtml()
function in OH_UdsHtml
242
OH_UdsHtml
* OH_UdsHtml_Create()
in OH_UdsHtml_Create()
244
OH_UdsHtml
* html = new (std::nothrow)
OH_UdsHtml
();
in OH_UdsHtml_Create()
256
void OH_UdsHtml_Destroy(
OH_UdsHtml
* pThis)
in OH_UdsHtml_Destroy()
263
const char* OH_UdsHtml_GetType(
OH_UdsHtml
* pThis)
in OH_UdsHtml_GetType()
268
const char* OH_UdsHtml_GetContent(
OH_UdsHtml
* pThis)
in OH_UdsHtml_GetContent()
273
const char* OH_UdsHtml_GetPlainContent(
OH_UdsHtml
* pThis)
in OH_UdsHtml_GetPlainContent()
278
int OH_UdsHtml_SetContent(
OH_UdsHtml
* pThi
[all...]
H
A
D
udmf_capi_common.h
72
struct
OH_UdsHtml
: public UdsObject {
struct
73
OH_UdsHtml
();
H
A
D
udmf.cpp
270
static int GetFirstHtml(OH_UdmfRecord **records, unsigned int recordCount,
OH_UdsHtml
* html)
in GetFirstHtml()
304
int OH_UdmfData_GetPrimaryHtml(OH_UdmfData* data,
OH_UdsHtml
* html)
in OH_UdmfData_GetPrimaryHtml()
544
int OH_UdmfRecord_AddHtml(OH_UdmfRecord* record,
OH_UdsHtml
* html)
in OH_UdmfRecord_AddHtml()
655
int OH_UdmfRecord_GetHtml(OH_UdmfRecord* record,
OH_UdsHtml
* html)
in OH_UdmfRecord_GetHtml()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H
A
D
udmf_test.cpp
917
OH_UdsHtml
html;
in HWTEST_F()
943
OH_UdsHtml
html;
in HWTEST_F()
959
OH_UdsHtml
*html1 = OH_UdsHtml_Create();
in HWTEST_F()
965
OH_UdsHtml
*html2 = OH_UdsHtml_Create();
in HWTEST_F()
1181
OH_UdsHtml
* html = OH_UdsHtml_Create();
in HWTEST_F()
1211
OH_UdsHtml
*getHtml = OH_UdsHtml_Create();
in HWTEST_F()
1544
OH_UdsHtml
*html = OH_UdsHtml_Create();
in HWTEST_F()
1584
OH_UdsHtml
*html = OH_UdsHtml_Create();
in HWTEST_F()
1638
OH_UdsHtml
html;
in HWTEST_F()
1642
OH_UdsHtml
*html
in HWTEST_F()
[all...]
H
A
D
uds_test.cpp
354
OH_UdsHtml
* htmlNullptr = nullptr;
in HWTEST_F()
357
htmlNullptr = new
OH_UdsHtml
;
in HWTEST_F()
376
OH_UdsHtml
* htmlNullptr = nullptr;
in HWTEST_F()
379
htmlNullptr = new
OH_UdsHtml
;
in HWTEST_F()
398
OH_UdsHtml
* htmlNullptr = nullptr;
in HWTEST_F()
401
htmlNullptr = new
OH_UdsHtml
;
in HWTEST_F()
Completed in 9 milliseconds