Searched refs:GetDataFromBuf (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
H A D | pin_db_ops_base_test.cpp | 44 * @tc.name: GetDataFromBuf test 45 * @tc.desc: verify GetDataFromBuf 58 ResultCode result = GetDataFromBuf(NULL, srcLenTest, destTest, destLen); in HWTEST_F() 61 result = GetDataFromBuf(&srcTest, NULL, destTest, destLen); in HWTEST_F() 64 result = GetDataFromBuf(&srcTest, srcLenTest, NULL, destLen); in HWTEST_F() 67 result = GetDataFromBuf(&srcTest, srcLenTest, destTest, destLen); in HWTEST_F() 71 result = GetDataFromBuf(&srcTest, srcLenTest, destTest, destLen); in HWTEST_F()
|
/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db_ops_v0.c | 52 if (GetDataFromBuf(&temp, &tempLen, (uint8_t *)(&(pinDbV0->pinIndex[i].pinInfo)), in GetPinIndexV0() 76 if (GetDataFromBuf(&temp, &tempLen, (uint8_t *)(&(pinDbV0->version)), in UnpackPinDbV0() 85 if (GetDataFromBuf(&temp, &tempLen, (uint8_t *)(&(pinDbV0->pinIndexLen)), in UnpackPinDbV0()
|
H A D | pin_db_ops_v1.c | 83 if (GetDataFromBuf(&temp, &tempLen, (uint8_t *)(&(pinDbV1->pinIndex[i].pinInfo)), in GetPinIndexV1() 107 if (GetDataFromBuf(&temp, &tempLen, (uint8_t *)(&(pinDbV1->dbVersion)), in UnpackPinDbV1() 116 if (GetDataFromBuf(&temp, &tempLen, (uint8_t *)(&(pinDbV1->pinIndexLen)), in UnpackPinDbV1()
|
H A D | pin_db_ops.c | 57 if (GetDataFromBuf(&temp, &tempLen, (uint8_t *)(version), sizeof(uint32_t)) != RESULT_SUCCESS) { in GetVersion()
|
H A D | pin_db_ops_base.c | 28 ResultCode GetDataFromBuf(uint8_t **src, uint32_t *srcLen, uint8_t *dest, uint32_t destLen) in GetDataFromBuf() function
|
/drivers/peripheral/pin_auth/hdi_service/database/inc/ |
H A D | pin_db_ops_base.h | 35 ResultCode GetDataFromBuf(uint8_t **src, uint32_t *srcLen, uint8_t *dest, uint32_t destLen);
|
Completed in 3 milliseconds