Searched refs:keyID (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | percent_tdd_test.h | 69 void VerifyDimension(JSValue element, uint16_t keyID, int16_t targetPX) const;
|
H A D | percent_tdd_test.cpp | 131 void PercentTddTest::VerifyDimension(JSValue element, uint16_t keyID, int16_t targetPX) const in VerifyDimension() argument 140 Dimension dimension = component->GetDimension(keyID); in VerifyDimension()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_tool.c | 400 uint8_t keyID[CRYPT_F5_KEYID_LEN] = {0x62, 0x74, 0x6C, 0x65}; in SMP_CryptographicF5() local 406 SMP_WriteToRow(param->output, CRYPT_F5_OUT_LEN, offset, keyID, CRYPT_F5_KEYID_LEN); in SMP_CryptographicF5()
|