Home
last modified time | relevance | path

Searched refs:GetAttributeDataBase (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/common/src/
H A Dcommon_impl.c28 Attribute *data = GetAttributeDataBase(scheduleId, REMOTE_PIN_MSG_NONE); in GetAuthFwkExtraInfo()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dexecutor_func_common.h76 Attribute *GetAttributeDataBase(uint64_t scheduleId, RemotePinMsgId msgId);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dcollector_func.c186 …Attribute *attribute = GetAttributeDataBase(g_collectorSchedule->scheduleId, REMOTE_PIN_COLLECTOR_… in DoCollect()
397 attribute = GetAttributeDataBase(scheduleId, REMOTE_PIN_COLLECTOR_ACK); in DoSetDataToCollector()
H A Dverifier_func.c225 …Attribute *attribute = GetAttributeDataBase(g_verifierSchedule->scheduleId, REMOTE_PIN_VERIFIER_AC… in GetVerifyAckData()
247 … Attribute *attribute = GetAttributeDataBase(g_verifierSchedule->scheduleId, REMOTE_PIN_MSG_NONE); in GetResultTlv()
H A Dall_in_one_func.c28 Attribute *attribute = GetAttributeDataBase(scheduleId, REMOTE_PIN_MSG_NONE); in GenerateResultTlv()
H A Dexecutor_func_common.c76 Attribute *GetAttributeDataBase(uint64_t scheduleId, RemotePinMsgId msgId) in GetAttributeDataBase() function