/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_netlink_monitor.c | 91 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 D | m3u8_unit_test.cpp | 180 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 D | nnrt_device_service.cpp | 487 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 D | js-apis-data-uniformDataStruct.md | 32 'attr1': 'value1', 67 'attr1': 'value1', 96 'attr1': 'value1',
|
H A D | js-apis-data-unifiedDataChannel.md | 427 'attr1': 'value1', 496 'attr1': 'value1',
|
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | uniform-data-structure.md | 32 'attr1': 'value1', 48 'attr1': 'value1',
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/35_nested_template/ |
H A D | case.hcs | 11 attr1 :: attr {
|
H A D | golden.d.hcs | 8 attr1 {
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-uniformDataStruct.md | 32 'attr1': 'value1', 67 'attr1': 'value1', 96 'attr1': 'value1',
|
H A D | js-apis-data-unifiedDataChannel.md | 427 'attr1': 'value1', 496 'attr1': 'value1',
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | uniform-data-structure.md | 31 'attr1': 'value1', 47 'attr1': 'value1',
|
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/ |
H A D | nnrt_device_service.h | 78 …e ParseCustomAttributes(const std::map<std::string, std::vector<int8_t>>& extensions, float& attr1,
|