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:utd
(Results
1 - 1
of
1
) sorted by relevance
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/
H
A
D
utd_ndk_test.cpp
24
#include "database/udmf/
utd
.h"
35
auto
utd
= OH_Utd_Create(UDMF_META_ENTITY);
in OH_Utd_Create_0001()
local
36
const char* result = OH_Utd_GetTypeId(
utd
);
in OH_Utd_Create_0001()
39
OH_Utd_Destroy(
utd
);
in OH_Utd_Create_0001()
45
auto
utd
= OH_Utd_Create(UDMF_META_OBJECT);
in OH_Utd_Create_0002()
local
46
const char* result = OH_Utd_GetTypeId(
utd
);
in OH_Utd_Create_0002()
49
OH_Utd_Destroy(
utd
);
in OH_Utd_Create_0002()
55
auto
utd
= OH_Utd_Create(UDMF_META_COMPOSITE_OBJECT);
in OH_Utd_Create_0003()
local
56
const char* result = OH_Utd_GetTypeId(
utd
);
in OH_Utd_Create_0003()
59
OH_Utd_Destroy(
utd
);
in OH_Utd_Create_0003()
64
auto
utd
= OH_Utd_Create(UDMF_META_TEXT);
OH_Utd_Create_0004()
local
73
auto
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_Create_0005()
local
82
auto
utd
= OH_Utd_Create(UDMF_META_HTML);
OH_Utd_Create_0006()
local
92
auto
utd
= OH_Utd_Create(UDMF_META_HYPERLINK);
OH_Utd_Create_0007()
local
101
auto
utd
= OH_Utd_Create(UDMF_META_XML);
OH_Utd_Create_0008()
local
111
auto
utd
= OH_Utd_Create(UDMF_META_SOURCE_CODE);
OH_Utd_Create_0009()
local
120
auto
utd
= OH_Utd_Create(UDMF_META_SCRIPT);
OH_Utd_Create_0010()
local
130
auto
utd
= OH_Utd_Create(UDMF_META_SHELL_SCRIPT);
OH_Utd_Create_0011()
local
140
auto
utd
= OH_Utd_Create(UDMF_META_CSH_SCRIPT);
OH_Utd_Create_0012()
local
150
auto
utd
= OH_Utd_Create(UDMF_META_PERL_SCRIPT);
OH_Utd_Create_0013()
local
160
auto
utd
= OH_Utd_Create(UDMF_META_PHP_SCRIPT);
OH_Utd_Create_0014()
local
170
auto
utd
= OH_Utd_Create(UDMF_META_PYTHON_SCRIPT);
OH_Utd_Create_0015()
local
180
auto
utd
= OH_Utd_Create(UDMF_META_RUBY_SCRIPT);
OH_Utd_Create_0017()
local
189
auto
utd
= OH_Utd_Create(UDMF_META_TYPE_SCRIPT);
OH_Utd_Create_0018()
local
198
auto
utd
= OH_Utd_Create(UDMF_META_JAVA_SCRIPT);
OH_Utd_Create_0019()
local
207
auto
utd
= OH_Utd_Create(UDMF_META_C_HEADER);
OH_Utd_Create_0020()
local
216
auto
utd
= OH_Utd_Create(UDMF_META_C_SOURCE);
OH_Utd_Create_0021()
local
225
auto
utd
= OH_Utd_Create(UDMF_META_C_PLUS_PLUS_HEADER);
OH_Utd_Create_0022()
local
234
auto
utd
= OH_Utd_Create(UDMF_META_C_PLUS_PLUS_SOURCE);
OH_Utd_Create_0023()
local
243
auto
utd
= OH_Utd_Create(UDMF_META_JAVA_SOURCE);
OH_Utd_Create_0024()
local
252
auto
utd
= OH_Utd_Create(UDMF_META_EBOOK);
OH_Utd_Create_0025()
local
261
auto
utd
= OH_Utd_Create(UDMF_META_EPUB);
OH_Utd_Create_0026()
local
270
auto
utd
= OH_Utd_Create(UDMF_META_AZW);
OH_Utd_Create_0027()
local
280
auto
utd
= OH_Utd_Create(UDMF_META_AZW3);
OH_Utd_Create_0030()
local
289
auto
utd
= OH_Utd_Create(UDMF_META_KFX);
OH_Utd_Create_0031()
local
298
auto
utd
= OH_Utd_Create(UDMF_META_MOBI);
OH_Utd_Create_0032()
local
307
auto
utd
= OH_Utd_Create(UDMF_META_MEDIA);
OH_Utd_Create_0033()
local
316
auto
utd
= OH_Utd_Create(UDMF_META_IMAGE);
OH_Utd_Create_0034()
local
325
auto
utd
= OH_Utd_Create(UDMF_META_JPEG);
OH_Utd_Create_0035()
local
334
auto
utd
= OH_Utd_Create(UDMF_META_PNG);
OH_Utd_Create_0036()
local
343
auto
utd
= OH_Utd_Create(UDMF_META_RAW_IMAGE);
OH_Utd_Create_0037()
local
353
auto
utd
= OH_Utd_Create(UDMF_META_TIFF);
OH_Utd_Create_0038()
local
362
auto
utd
= OH_Utd_Create(UDMF_META_BMP);
OH_Utd_Create_0039()
local
371
auto
utd
= OH_Utd_Create(UDMF_META_ICO);
OH_Utd_Create_0040()
local
380
auto
utd
= OH_Utd_Create(UDMF_META_PHOTOSHOP_IMAGE);
OH_Utd_Create_0041()
local
389
auto
utd
= OH_Utd_Create(UDMF_META_AI_IMAGE);
OH_Utd_Create_0042()
local
398
auto
utd
= OH_Utd_Create(UDMF_META_WORD_DOC);
OH_Utd_Create_0043()
local
408
auto
utd
= OH_Utd_Create(UDMF_META_EXCEL);
OH_Utd_Create_0044()
local
418
auto
utd
= OH_Utd_Create(UDMF_META_PPT);
OH_Utd_Create_0045()
local
427
auto
utd
= OH_Utd_Create(UDMF_META_PDF);
OH_Utd_Create_0046()
local
437
auto
utd
= OH_Utd_Create(UDMF_META_POSTSCRIPT);
OH_Utd_Create_0047()
local
447
auto
utd
= OH_Utd_Create(UDMF_META_ENCAPSULATED_POSTSCRIPT);
OH_Utd_Create_0048()
local
457
auto
utd
= OH_Utd_Create(UDMF_META_VIDEO);
OH_Utd_Create_0049()
local
466
auto
utd
= OH_Utd_Create(UDMF_META_AVI);
OH_Utd_Create_0050()
local
475
auto
utd
= OH_Utd_Create(UDMF_META_MPEG);
OH_Utd_Create_0051()
local
484
auto
utd
= OH_Utd_Create(UDMF_META_MPEG4);
OH_Utd_Create_0052()
local
493
auto
utd
= OH_Utd_Create(UDMF_META_VIDEO_3GPP);
OH_Utd_Create_0053()
local
502
auto
utd
= OH_Utd_Create(UDMF_META_VIDEO_3GPP2);
OH_Utd_Create_0055()
local
512
auto
utd
= OH_Utd_Create(UDMF_META_WINDOWS_MEDIA_WM);
OH_Utd_Create_0056()
local
522
auto
utd
= OH_Utd_Create(UDMF_META_WINDOWS_MEDIA_WMV);
OH_Utd_Create_0057()
local
531
auto
utd
= OH_Utd_Create(UDMF_META_WINDOWS_MEDIA_WMP);
OH_Utd_Create_0058()
local
540
auto
utd
= OH_Utd_Create(UDMF_META_AUDIO);
OH_Utd_Create_0059()
local
550
auto
utd
= OH_Utd_Create(UDMF_META_AAC);
OH_Utd_Create_0060()
local
559
auto
utd
= OH_Utd_Create(UDMF_META_AIFF);
OH_Utd_Create_0061()
local
568
auto
utd
= OH_Utd_Create(UDMF_META_ALAC);
OH_Utd_Create_0062()
local
578
auto
utd
= OH_Utd_Create(UDMF_META_FLAC);
OH_Utd_Create_0063()
local
587
auto
utd
= OH_Utd_Create(UDMF_META_MP3);
OH_Utd_Create_0064()
local
596
auto
utd
= OH_Utd_Create(UDMF_META_OGG);
OH_Utd_Create_0065()
local
605
auto
utd
= OH_Utd_Create(UDMF_META_PCM);
OH_Utd_Create_0066()
local
614
auto
utd
= OH_Utd_Create(UDMF_META_WINDOWS_MEDIA_WMA);
OH_Utd_Create_0067()
local
623
auto
utd
= OH_Utd_Create(UDMF_META_WAVEFORM_AUDIO);
OH_Utd_Create_0068()
local
632
auto
utd
= OH_Utd_Create(UDMF_META_WINDOWS_MEDIA_WMX);
OH_Utd_Create_0069()
local
641
auto
utd
= OH_Utd_Create(UDMF_META_WINDOWS_MEDIA_WVX);
OH_Utd_Create_0070()
local
650
auto
utd
= OH_Utd_Create(UDMF_META_WINDOWS_MEDIA_WAX);
OH_Utd_Create_0071()
local
659
auto
utd
= OH_Utd_Create(UDMF_META_GENERAL_FILE);
OH_Utd_Create_0072()
local
668
auto
utd
= OH_Utd_Create(UDMF_META_DIRECTORY);
OH_Utd_Create_0073()
local
677
auto
utd
= OH_Utd_Create(UDMF_META_FOLDER);
OH_Utd_Create_0074()
local
686
auto
utd
= OH_Utd_Create(UDMF_META_SYMLINK);
OH_Utd_Create_0075()
local
695
auto
utd
= OH_Utd_Create(UDMF_META_ARCHIVE);
OH_Utd_Create_0076()
local
704
auto
utd
= OH_Utd_Create(UDMF_META_BZ2_ARCHIVE);
OH_Utd_Create_0077()
local
714
auto
utd
= OH_Utd_Create(UDMF_META_DISK_IMAGE);
OH_Utd_Create_0078()
local
724
auto
utd
= OH_Utd_Create(UDMF_META_TAR_ARCHIVE);
OH_Utd_Create_0079()
local
734
auto
utd
= OH_Utd_Create(UDMF_META_ZIP_ARCHIVE);
OH_Utd_Create_0080()
local
744
auto
utd
= OH_Utd_Create(UDMF_META_JAVA_ARCHIVE);
OH_Utd_Create_0081()
local
754
auto
utd
= OH_Utd_Create(UDMF_META_GNU_TAR_ARCHIVE);
OH_Utd_Create_0082()
local
763
auto
utd
= OH_Utd_Create(UDMF_META_GNU_ZIP_ARCHIVE);
OH_Utd_Create_0083()
local
772
auto
utd
= OH_Utd_Create(UDMF_META_GNU_ZIP_TAR_ARCHIVE);
OH_Utd_Create_0084()
local
781
auto
utd
= OH_Utd_Create(UDMF_META_CALENDAR);
OH_Utd_Create_0085()
local
790
auto
utd
= OH_Utd_Create(UDMF_META_CONTACT);
OH_Utd_Create_0086()
local
799
auto
utd
= OH_Utd_Create(UDMF_META_DATABASE);
OH_Utd_Create_0087()
local
808
auto
utd
= OH_Utd_Create(UDMF_META_MESSAGE);
OH_Utd_Create_0089()
local
817
auto
utd
= OH_Utd_Create(UDMF_META_VCARD);
OH_Utd_Create_0090()
local
826
auto
utd
= OH_Utd_Create(UDMF_META_NAVIGATION);
OH_Utd_Create_0091()
local
835
auto
utd
= OH_Utd_Create(UDMF_META_LOCATION);
OH_Utd_Create_0092()
local
844
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_FORM);
OH_Utd_Create_0093()
local
853
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_APP_ITEM);
OH_Utd_Create_0094()
local
862
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_PIXEL_MAP);
OH_Utd_Create_0095()
local
871
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_ATOMIC_SERVICE);
OH_Utd_Create_0096()
local
880
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_PACKAGE);
OH_Utd_Create_0097()
local
889
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_HAP);
OH_Utd_Create_0098()
local
898
auto
utd
= OH_Utd_Create(UDMF_META_SMIL);
OH_Utd_Create_0099()
local
907
auto
utd
= OH_Utd_Create(UDMF_META_MARKDOWN);
OH_Utd_Create_0100()
local
916
auto
utd
= OH_Utd_Create(UDMF_META_FAX);
OH_Utd_Create_0101()
local
934
auto
utd
= OH_Utd_Create(UDMF_META_EFX_FAX);
OH_Utd_Create_0103()
local
943
auto
utd
= OH_Utd_Create(UDMF_META_XBITMAP_IMAGE);
OH_Utd_Create_0104()
local
952
auto
utd
= OH_Utd_Create(UDMF_META_TGA_IMAGE);
OH_Utd_Create_0105()
local
961
auto
utd
= OH_Utd_Create(UDMF_META_SGI_IMAGE);
OH_Utd_Create_0106()
local
970
auto
utd
= OH_Utd_Create(UDMF_META_OPENEXR_IMAGE);
OH_Utd_Create_0107()
local
979
auto
utd
= OH_Utd_Create(UDMF_META_FLASHPIX_IMAGE);
OH_Utd_Create_0108()
local
988
auto
utd
= OH_Utd_Create(UDMF_META_REALMEDIA);
OH_Utd_Create_0109()
local
997
auto
utd
= OH_Utd_Create(UDMF_META_AU_AUDIO);
OH_Utd_Create_0110()
local
1006
auto
utd
= OH_Utd_Create(UDMF_META_AIFC_AUDIO);
OH_Utd_Create_0111()
local
1015
auto
utd
= OH_Utd_Create(UDMF_META_SD2_AUDIO);
OH_Utd_Create_0112()
local
1024
auto
utd
= OH_Utd_Create(UDMF_META_REALAUDIO);
OH_Utd_Create_0113()
local
1033
auto
utd
= OH_Utd_Create(UDMF_META_OPENXML);
OH_Utd_Create_0114()
local
1042
auto
utd
= OH_Utd_Create(UDMF_META_WORDPROCESSINGML_DOCUMENT);
OH_Utd_Create_0115()
local
1051
auto
utd
= OH_Utd_Create(UDMF_META_SPREADSHEETML_SHEET);
OH_Utd_Create_0116()
local
1060
auto
utd
= OH_Utd_Create(UDMF_META_PRESENTATIONML_PRESENTATION);
OH_Utd_Create_0117()
local
1069
auto
utd
= OH_Utd_Create(UDMF_META_OPENDOCUMENT);
OH_Utd_Create_0118()
local
1078
auto
utd
= OH_Utd_Create(UDMF_META_OPENDOCUMENT_TEXT);
OH_Utd_Create_0119()
local
1087
auto
utd
= OH_Utd_Create(UDMF_META_OPENDOCUMENT_SPREADSHEET);
OH_Utd_Create_0120()
local
1096
auto
utd
= OH_Utd_Create(UDMF_META_OPENDOCUMENT_PRESENTATION);
OH_Utd_Create_0121()
local
1105
auto
utd
= OH_Utd_Create(UDMF_META_OPENDOCUMENT_GRAPHICS);
OH_Utd_Create_0122()
local
1114
auto
utd
= OH_Utd_Create(UDMF_META_OPENDOCUMENT_FORMULA);
OH_Utd_Create_0123()
local
1124
auto
utd
= OH_Utd_Create(UDMF_META_STUFFIT_ARCHIVE);
OH_Utd_Create_0124()
local
1133
auto
utd
= OH_Utd_Create(UDMF_META_VCS);
OH_Utd_Create_0125()
local
1142
auto
utd
= OH_Utd_Create(UDMF_META_ICS);
OH_Utd_Create_0126()
local
1151
auto
utd
= OH_Utd_Create(UDMF_META_EXECUTABLE);
OH_Utd_Create_0127()
local
1160
auto
utd
= OH_Utd_Create(UDMF_META_PORTABLE_EXECUTABLE);
OH_Utd_Create_0128()
local
1169
auto
utd
= OH_Utd_Create(UDMF_META_SUN_JAVA_CLASS);
OH_Utd_Create_0129()
local
1178
auto
utd
= OH_Utd_Create(UDMF_META_FONT);
OH_Utd_Create_0130()
local
1187
auto
utd
= OH_Utd_Create(UDMF_META_TRUETYPE_FONT);
OH_Utd_Create_0131()
local
1196
auto
utd
= OH_Utd_Create(UDMF_META_TRUETYPE_COLLECTION_FONT);
OH_Utd_Create_0132()
local
1205
auto
utd
= OH_Utd_Create(UDMF_META_OPENTYPE_FONT);
OH_Utd_Create_0133()
local
1214
auto
utd
= OH_Utd_Create(UDMF_META_POSTSCRIPT_FONT);
OH_Utd_Create_0134()
local
1223
auto
utd
= OH_Utd_Create(UDMF_META_POSTSCRIPT_PFB_FONT);
OH_Utd_Create_0135()
local
1232
auto
utd
= OH_Utd_Create(UDMF_META_POSTSCRIPT_PFA_FONT);
OH_Utd_Create_0136()
local
1241
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_HDOC);
OH_Utd_Create_0137()
local
1250
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_HINOTE);
OH_Utd_Create_0138()
local
1259
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_STYLED_STRING);
OH_Utd_Create_0139()
local
1268
auto
utd
= OH_Utd_Create(UDMF_META_OPENHARMONY_WANT);
OH_Utd_Create_0140()
local
1278
OH_Utd*
utd
= OH_Utd_Create("general.plain-text");
OH_Utd_Create_Test0100()
local
1294
OH_Utd*
utd
= OH_Utd_Create(nullptr);
OH_Utd_Create_Test0200()
local
1302
OH_Utd*
utd
= OH_Utd_Create("");
OH_Utd_Create_Test0300()
local
1310
OH_Utd*
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_GetTypeId0100()
local
1327
OH_Utd*
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_GetDescription0100()
local
1338
OH_Utd*
utd
= nullptr;
OH_Utd_GetDescription0200()
local
1348
OH_Utd*
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_GetReferenceUrl_001()
local
1358
OH_Utd*
utd
= nullptr;
OH_Utd_GetReferenceUrl_002()
local
1367
OH_Utd*
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_GetIconFile_001()
local
1377
OH_Utd*
utd
= nullptr;
OH_Utd_GetIconFile_002()
local
1386
OH_Utd*
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_GetBelongingToTypes_001()
local
1397
OH_Utd*
utd
= nullptr;
OH_Utd_GetBelongingToTypes_002()
local
1406
OH_Utd*
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_GetFilenameExtensions_001()
local
1419
OH_Utd*
utd
= nullptr;
OH_Utd_GetFilenameExtensions_002()
local
1429
OH_Utd*
utd
= nullptr;
OH_Utd_GetFilenameExtensions_003()
local
1439
OH_Utd*
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_GetMimeTypes_001()
local
1460
OH_Utd*
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_GetMimeTypes_003()
local
1623
auto
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_Equals_001()
local
1635
auto
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_Equals_002()
local
1645
auto
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_Equals_003()
local
1655
auto
utd
= OH_Utd_Create(UDMF_META_PLAIN_TEXT);
OH_Utd_Equals_004()
local
[all...]
Completed in 4 milliseconds