Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_v1_test.cpp56 void *result = GetPinDbV1(NULL, dataLen);
59 result = GetPinDbV1(data, 0);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_v1.h48 void *GetPinDbV1(uint8_t *data, uint32_t dataLen);
/ohos5.0/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