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_UdsContentForm
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H
A
D
uds.h
94
typedef struct
OH_UdsContentForm
OH_UdsContentForm
;
typedef
680
* @brief Creation a pointer to the instance of the {@link
OH_UdsContentForm
}.
682
* @return If the operation is successful, a pointer to the instance of the {@link
OH_UdsContentForm
}
684
* @see
OH_UdsContentForm
687
OH_UdsContentForm
* OH_UdsContentForm_Create();
690
* @brief Destroy a pointer that points to the {@link
OH_UdsContentForm
} instance.
692
* @param pThis Represents a pointer to an instance of {@link
OH_UdsContentForm
}.
693
* @see
OH_UdsContentForm
696
void OH_UdsContentForm_Destroy(
OH_UdsContentForm
* pThi
[all...]
H
A
D
udmf.h
430
* @brief Add one {@link
OH_UdsContentForm
} data to the {@link OH_UdmfRecord} record.
433
* @param contentForm Represents a pointer to an instance of {@link
OH_UdsContentForm
}.
437
* @see OH_UdmfRecord
OH_UdsContentForm
Udmf_ErrCode.
440
int OH_UdmfRecord_AddContentForm(OH_UdmfRecord* pThis,
OH_UdsContentForm
* contentForm);
563
* @brief Get one {@link
OH_UdsContentForm
} data from the {@link OH_UdmfRecord} record.
566
* @param contentForm Represents a pointer to an instance of {@link
OH_UdsContentForm
}.
570
* @see OH_UdmfRecord
OH_UdsContentForm
Udmf_ErrCode.
573
int OH_UdmfRecord_GetContentForm(OH_UdmfRecord* pThis,
OH_UdsContentForm
* contentForm);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H
A
D
uds.cpp
106
OH_UdsContentForm
::
OH_UdsContentForm
() : UdsObject(NdkStructId::UDS_CONTENT_FORM_STRUCT_ID) {}
in OH_UdsContentForm()
function in OH_UdsContentForm
549
OH_UdsContentForm
* OH_UdsContentForm_Create()
in OH_UdsContentForm_Create()
551
auto contentForm = new (std::nothrow)
OH_UdsContentForm
();
in OH_UdsContentForm_Create()
569
void OH_UdsContentForm_Destroy(
OH_UdsContentForm
* pThis)
in OH_UdsContentForm_Destroy()
576
const char* OH_UdsContentForm_GetType(
OH_UdsContentForm
* pThis)
in OH_UdsContentForm_GetType()
581
int OH_UdsContentForm_GetThumbData(
OH_UdsContentForm
* pThis, unsigned char** thumbData, unsigned int* len)
in OH_UdsContentForm_GetThumbData()
589
const char* OH_UdsContentForm_GetDescription(
OH_UdsContentForm
* pThis)
in OH_UdsContentForm_GetDescription()
594
const char* OH_UdsContentForm_GetTitle(
OH_UdsContentForm
* pThis)
in OH_UdsContentForm_GetTitle()
599
int OH_UdsContentForm_GetAppIcon(
OH_UdsContentForm
* pThi
[all...]
H
A
D
udmf_capi_common.h
87
struct
OH_UdsContentForm
: public UdsObject {
struct
88
OH_UdsContentForm
();
H
A
D
udmf.cpp
630
int OH_UdmfRecord_AddContentForm(OH_UdmfRecord* record,
OH_UdsContentForm
* contentForm)
in OH_UdmfRecord_AddContentForm()
711
int OH_UdmfRecord_GetContentForm(OH_UdmfRecord* record,
OH_UdsContentForm
* contentForm)
in OH_UdmfRecord_GetContentForm()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H
A
D
udmf_test.cpp
2362
OH_UdsContentForm
*contentForm = OH_UdsContentForm_Create();
in HWTEST_F()
2380
OH_UdsContentForm
*getContentForm = OH_UdsContentForm_Create();
in HWTEST_F()
Completed in 9 milliseconds