Home
last modified time | relevance | path

Searched refs:attr1 (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netlink_monitor.c91 struct rtattr *attr1 = attr; in ParseRtAttr() local
92 for (; RTA_OK(attr1, len); attr1 = RTA_NEXT(attr1, len)) { in ParseRtAttr()
93 if (attr1->rta_type <= max) { in ParseRtAttr()
94 tb[attr1->rta_type] = attr1; in ParseRtAttr()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dm3u8_unit_test.cpp180 auto attr1 = std::make_shared<Attribute>("DURATION", "3.5"); variable
181 tag->AddAttribute(attr1);
192 auto attr1 = std::make_shared<Attribute>("METHOD", "AES-128"); variable
193 tag->AddAttribute(attr1);
202 auto attr1 = std::make_shared<Attribute>("URI", "http://example.com/key.bin"); variable
203 tag->AddAttribute(attr1);
212 auto attr1 = std::make_shared<Attribute>("IV", "0x12345678"); variable
213 tag->AddAttribute(attr1);
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp487 float attr1 {0.0}; in ShowCustomAttributes() local
490 auto ret = ParseCustomAttributes(extensions, attr1, attr2); in ShowCustomAttributes()
496 if (attr1 != 0.0f) { in ShowCustomAttributes()
497 HDF_LOGI("Set attr1: %f", attr1); in ShowCustomAttributes()
530 float& attr1, std::string& attr2) const in ParseCustomAttributes() argument
535 ret = ConvertVecToFloat(extension.second, attr1); in ParseCustomAttributes()
540 if (attr1 <= 0.0f || attr1 > 1.0f) { in ParseCustomAttributes()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-uniformDataStruct.md32 'attr1': 'value1',
67 'attr1': 'value1',
96 'attr1': 'value1',
H A Djs-apis-data-unifiedDataChannel.md427 'attr1': 'value1',
496 'attr1': 'value1',
/ohos5.0/docs/zh-cn/application-dev/database/
H A Duniform-data-structure.md32 'attr1': 'value1',
48 'attr1': 'value1',
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/35_nested_template/
H A Dcase.hcs11 attr1 :: attr {
H A Dgolden.d.hcs8 attr1 {
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-uniformDataStruct.md32 'attr1': 'value1',
67 'attr1': 'value1',
96 'attr1': 'value1',
H A Djs-apis-data-unifiedDataChannel.md427 'attr1': 'value1',
496 'attr1': 'value1',
/ohos5.0/docs/en/application-dev/database/
H A Duniform-data-structure.md31 'attr1': 'value1',
47 'attr1': 'value1',
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h78 …e ParseCustomAttributes(const std::map<std::string, std::vector<int8_t>>& extensions, float& attr1,