Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/test/unittest/module_test/src/
H A Dasset_system_api_test.cpp179 AssetAttr attr2[] = { variable
200 ASSERT_EQ(SEC_ASSET_SUCCESS, AssetRemove(attr2, ARRAY_SIZE(attr2)));
222 AssetAttr attr2[] = { variable
226 ASSERT_EQ(SEC_ASSET_SUCCESS, AssetPreQuery(attr2, ARRAY_SIZE(attr2), &challenge));
290 AssetAttr attr2[] = { variable
297 ASSERT_EQ(SEC_ASSET_INVALID_ARGUMENT, AssetAdd(attr2, ARRAY_SIZE(attr2)));
343 AssetAttr attr2[] = { variable
352 ASSERT_EQ(SEC_ASSET_INVALID_ARGUMENT, AssetRemove(attr2, ARRAY_SIZE(attr2)));
370 AssetAttr attr2[] = { variable
391 AssetAttr attr2[] = { variable
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp488 std::string attr2; in ShowCustomAttributes() local
490 auto ret = ParseCustomAttributes(extensions, attr1, attr2); in ShowCustomAttributes()
500 if (!attr2.empty()) { in ShowCustomAttributes()
501 HDF_LOGI("Set attr2: %s", attr2.c_str()); in ShowCustomAttributes()
530 float& attr1, std::string& attr2) const in ParseCustomAttributes()
545 ret = ConvertVecToString(extension.second, attr2); in ParseCustomAttributes()
550 if (attr2 != "LOW" && attr2 != "HIGH") { in ParseCustomAttributes()
/ohos5.0/base/security/asset/test/unittest/kits_ndk/src/
H A Dasset_remove_test.cpp82 Asset_Attr attr2[] = { variable
102 ASSERT_EQ(ASSET_SUCCESS, OH_Asset_Remove(attr2, ARRAY_SIZE(attr2)));
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-uniformDataStruct.md33 'attr2': 'value2',
68 'attr2': 'value2',
97 'attr2': 'value2',
H A Djs-apis-data-unifiedDataChannel.md428 'attr2': 'value2',
497 'attr2': 'value2',
/ohos5.0/docs/zh-cn/application-dev/database/
H A Duniform-data-structure.md33 'attr2': 'value2',
49 'attr2': 'value2',
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/35_nested_template/
H A Dcase.hcs14 attr2 :: attr {
H A Dgolden.d.hcs11 attr2 {
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-uniformDataStruct.md33 'attr2': 'value2',
68 'attr2': 'value2',
97 'attr2': 'value2',
H A Djs-apis-data-unifiedDataChannel.md428 'attr2': 'value2',
497 'attr2': 'value2',
/ohos5.0/docs/en/application-dev/database/
H A Duniform-data-structure.md32 'attr2': 'value2',
48 'attr2': 'value2',
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/
H A Dnnrt_device_service.h79 std::string& attr2) const;