Home
last modified time | relevance | path

Searched refs:GetPinDbV1 (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_v1.h48 void *GetPinDbV1(uint8_t *data, uint32_t dataLen);
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_v1_test.cpp45 * @tc.name: GetPinDbV1 test
46 * @tc.desc: verify GetPinDbV1
56 void *result = GetPinDbV1(NULL, dataLen); in HWTEST_F()
59 result = GetPinDbV1(data, 0); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops.c41 .getDb = GetPinDbV1,
H A Dpin_db_ops_v1.c137 void *GetPinDbV1(uint8_t *data, uint32_t dataLen) in GetPinDbV1() function

Completed in 2 milliseconds