Home
last modified time | relevance | path

Searched refs:GetDataFromBuf (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_base_test.cpp44 * @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 Dpin_db_ops_v0.c52 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 Dpin_db_ops_v1.c83 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 Dpin_db_ops.c57 if (GetDataFromBuf(&temp, &tempLen, (uint8_t *)(version), sizeof(uint32_t)) != RESULT_SUCCESS) { in GetVersion()
H A Dpin_db_ops_base.c28 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 Dpin_db_ops_base.h35 ResultCode GetDataFromBuf(uint8_t **src, uint32_t *srcLen, uint8_t *dest, uint32_t destLen);

Completed in 3 milliseconds