Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops.h26 PinDbV1 *ReadPinDb(void);
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_test.cpp52 PinDbV1 *result = ReadPinDb();
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops.c142 PinDbV1 *ReadPinDb(void) in ReadPinDb() function
H A Dpin_db.c62 g_pinDbOp = ReadPinDb(); in LoadPinDb()