Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dcustom_utd_store_test.cpp103 TypeDescriptorCfg type1 = *(typesCfg.begin()); variable
104 EXPECT_EQ(type1.typeId, "com.example.utdtest.document");
105 EXPECT_EQ(*(type1.belongingToTypes.begin()), "com.example.utdtest2.document");
106 EXPECT_EQ(*(type1.filenameExtensions.begin()), ".mydocument");
107 EXPECT_EQ(*(type1.mimeTypes.begin()), "application/my-document");
108 EXPECT_EQ(type1.description, "My document.");
109 EXPECT_EQ(type1.referenceURL, "http://www.mycompany.com/my-document.html");
110 EXPECT_EQ(type1.iconFile, "resources/my-document.png");
111 EXPECT_EQ(*(type1.installerBundles.begin()), "com.example.utdtest");
112 EXPECT_EQ(type1.ownerBundle, "com.example.utdtest");
H A Dcustom_utd_json_parser_test.cpp84 TypeDescriptorCfg type1 = *(typesCfg1.begin()); variable
86 EXPECT_EQ(type1.typeId, "com.example.utdtest.document");
87 EXPECT_EQ(*(type1.belongingToTypes.begin()), "com.example.utdtest2.document");
88 EXPECT_EQ(*(type1.filenameExtensions.begin()), ".mydocument");
89 EXPECT_EQ(*(type1.mimeTypes.begin()), "application/my-document");
90 EXPECT_EQ(type1.description, "My document.");
91 EXPECT_EQ(type1.referenceURL, "http://www.mycompany.com/my-document.html");
92 EXPECT_EQ(type1.iconFile, "resources/my-document.png");
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-custom-basic-usage.md81 <comp @event-type1="textClicked"></comp>
131 <comp @event-type1="textClicked"></comp>
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/freetype/
H A Dfreetype.pro68 $${LIBPNG_SOURCE_PATH}/src/type1/type1.c \
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-reuse-id.md36 private type: string = "type1";
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dexplicit-implicit-want-mappings.md118 ![want-uri-type1](figures/want-uri-type1.png)
H A Duiability-launch-type.md24 ![uiability-launch-type1](figures/uiability-launch-type1.gif)
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-custom-components.md67 <comp title="自定义组件" show-object="{{isShow}}" @event-type1="textClicked"></comp>
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-reuse-id.md36 private type: string = "type1";
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-custom-basic-usage.md81 <comp @event-type1="textClicked"></comp>
131 <comp @event-type1="textClicked"></comp>
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-security-selinux-develop-intro.md10 │ │ └── type1.te
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp153 ConnectionAddrType type1 = CONNECTION_ADDR_ETH; variable
154 ret = LnnGetAddrTypeByIfName("ETH", &type1);
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-custom-components.md70 <comp title="Custom component" show-object="{{isShow}}" @event-type1="textClicked"></comp>
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp954 std::string type1 = base_->GetType(0); variable
955 EXPECT_EQ(patternStr, type1);
1052 std::string type1 = "this is type"; variable
1053 bool result1 = base_->FindMimeType(type1);
H A Dwant_params_test.cpp1204 int type1 = 50; variable
1205 bool result2 = wantParams.ReadFromParcelParam(parcel, key, type1, 1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_animation_test.cpp76 ParticleType type1 = ParticleType::IMAGES; in SetUp() local
81 …emitRate1, emitShape1, position1, emitSize1, particleCount1, lifeTime1, type1, radius1, image1, im… in SetUp()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp282 char type1[] = "general.plain-text"; variable
283 int hasType1 = OH_UdmfData_HasType(unifiedData, type1);
1467 char type1[] = "ApplicationDefined-myType1"; variable
1469 int buildRes = OH_UdmfRecord_AddArrayBuffer(record1, type1, buffer1);
1477 int getRes2 = OH_UdmfRecord_GetArrayBuffer(record1, type1, buffer2);
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dhdmi_if.h598 struct HdmiStaticMetadataDescriptor1st type1; member
/ohos5.0/docs/en/application-dev/application-models/
H A Duiability-launch-type.md25 ![uiability-launch-type1](figures/uiability-launch-type1.gif)
H A Dexplicit-implicit-want-mappings.md118 ![want-uri-type1](figures/want-uri-type1.png)
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag.cpp85 napi_value type1 = nullptr; in RegisterEnumNfcForumType() local
90 napi_create_int32(env, static_cast<int32_t>(EmNfcForumType::NFC_FORUM_TYPE_1), &type1); in RegisterEnumNfcForumType()
96 DECLARE_NAPI_STATIC_PROPERTY("NFC_FORUM_TYPE_1", type1), in RegisterEnumNfcForumType()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp872 std::string type1 = "AAAAABBBBBCCCCCDDDDDEEEEEFFFFFGGGGGAAAAABBBBBCCCCCDDDDDEEEEEFFFFFGGGGG"; variable
873 ret = bq->SetSurfaceAppFrameworkType(type1);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp987 int type1 = 50; variable
988 bool result2 = wantParams.ReadFromParcelParam(parcel, key, type1);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp293 int type1 = WantParams::GetDataType(itthis.second); in operator ==() local
295 if (type1 != type2) { in operator ==()
298 if (!CompareInterface(itother->second, itthis.second, type1)) { in operator ==()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-selinux-develop-intro.md10 │ │ └── type1.te

12