Home
last modified time | relevance | path

Searched refs:GetPinDbV0 (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_v0_test.cpp56 void *result = GetPinDbV0(NULL, dataLen);
59 result = GetPinDbV0(data, 0);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_v0.h50 void *GetPinDbV0(uint8_t *data, uint32_t dataLen);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops.c36 .getDb = GetPinDbV0,
H A Dpin_db_ops_v0.c107 void *GetPinDbV0(uint8_t *data, uint32_t dataLen) in GetPinDbV0() function