Home
last modified time | relevance | path

Searched refs:tag1 (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging-config.md80 …VENT_NAMEB包含类型为无符号短整型类型的NAME1参数及整型类型的NAME2参数。因为EVENT_NAMEB在__BASE参数中定义了名称为tag1和tag2的两个事件标签,所以不仅可以通…
96 __BASE: {type: STATISTIC, level: MINOR, tag: tag1 tag2, desc: event name b}
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_interface_test.cpp748 std::string tag1 = "modeid"; variable
750 bool ret = g_thermalMgrClient.UpdateThermalState(tag1, val1, false);
752 g_service->UpdateThermalState(tag1, val1, false);
753 std::map<std::string, std::string> stateMap {{tag1, val1}};
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging-config.md80 …e **NAME2** parameter of the integer type. Because two event tags named **tag1** and **tag2** are …
96 __BASE: {type: STATISTIC, level: MINOR, tag: tag1 tag2, desc: event name b}
/ohos5.0/docs/zh-cn/application-dev/reference/apis-universal-keystore-kit/
H A Djs-apis-huks.md1248 * 3.随机生成密钥kek,用于加密keyA,采用AES-GCM加密,加密过程中需要记录:nonce1、aad1、加密后的密文keyA_enc、加密后的tag1
1254 * nonce1的长度(4字节) + nonce1的数据 + tag1的长度(4字节) + tag1的数据 +
/ohos5.0/docs/en/application-dev/reference/apis-universal-keystore-kit/
H A Djs-apis-huks.md1247 …uring the encryption, record **nonce1**, **aad1**, ciphertext **keyA_enc**, and encrypted **tag1**.
1253 * nonce1 length (4 bytes) + nonce1 + tag1 length (4 bytes) + tag1 +
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6100 const camera_device_metadata_tag_t tag1 = OHOS_CONTROL_ZOOM_RATIO; variable
6101 EXPECT_EQ(sketchWrapper->OnMetadataDispatch(modeName, tag1, item), 0);