Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_v0_test.cpp45 * @tc.name: GetPinDbV0 test
46 * @tc.desc: verify GetPinDbV0
56 void *result = GetPinDbV0(NULL, dataLen); in HWTEST_F()
59 result = GetPinDbV0(data, 0); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_v0.h50 void *GetPinDbV0(uint8_t *data, uint32_t dataLen);
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops_v0.c107 void *GetPinDbV0(uint8_t *data, uint32_t dataLen) in GetPinDbV0() function
H A Dpin_db_ops.c36 .getDb = GetPinDbV0,

Completed in 1 milliseconds