/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | custom_utd_store_test.cpp | 103 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 D | custom_utd_json_parser_test.cpp | 84 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 D | js-components-custom-basic-usage.md | 81 <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 D | freetype.pro | 68 $${LIBPNG_SOURCE_PATH}/src/type1/type1.c \
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-reuse-id.md | 36 private type: string = "type1";
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | explicit-implicit-want-mappings.md | 118 
|
H A D | uiability-launch-type.md | 24 
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-custom-components.md | 67 <comp title="自定义组件" show-object="{{isShow}}" @event-type1="textClicked"></comp>
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-reuse-id.md | 36 private type: string = "type1";
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-custom-basic-usage.md | 81 <comp @event-type1="textClicked"></comp> 131 <comp @event-type1="textClicked"></comp>
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-security-selinux-develop-intro.md | 10 │ │ └── type1.te
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_network_manager_test.cpp | 153 ConnectionAddrType type1 = CONNECTION_ADDR_ETH; variable 154 ret = LnnGetAddrTypeByIfName("ETH", &type1);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-custom-components.md | 70 <comp title="Custom component" show-object="{{isShow}}" @event-type1="textClicked"></comp>
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | skills_test.cpp | 954 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 D | want_params_test.cpp | 1204 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 D | rs_render_particle_animation_test.cpp | 76 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 D | udmf_test.cpp | 282 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 D | hdmi_if.h | 598 struct HdmiStaticMetadataDescriptor1st type1; member
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | uiability-launch-type.md | 25 
|
H A D | explicit-implicit-want-mappings.md | 118 
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_tag.cpp | 85 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 D | buffer_queue_test.cpp | 872 std::string type1 = "AAAAABBBBBCCCCCDDDDDEEEEEFFFFFGGGGGAAAAABBBBBCCCCCDDDDDEEEEEFFFFFGGGGG"; variable 873 ret = bq->SetSurfaceAppFrameworkType(type1);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_params_test.cpp | 987 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 D | want_params.cpp | 293 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 D | subsys-security-selinux-develop-intro.md | 10 │ │ └── type1.te
|