Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/pin_auth/frameworks/client/inc/
H A Dinputer_data_impl.h42 void GetPinData(
/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_data_impl.cpp55 void InputerDataImpl::GetPinData( in GetPinData() function in OHOS::UserIam::PinAuth::InputerDataImpl
144 GetPinData(authSubType, data, setData, errorCode); in OnSetData()
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dinputer_data_impl_test.cpp116 …EXPECT_NO_THROW(inputerDataImpl.GetPinData(param.authSubType, testData, testSetData, testErrorCode…
134 …EXPECT_NO_THROW(inputerDataImpl.GetPinData(testAuthSubType, testData, testSetData, testErrorCode));
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dverifier_func.c422 static Buffer *GetPinData(const Attribute *attribute) in GetPinData() function
507 Buffer *pinData = GetPinData(dataIn); in DoHandleCollectorAck()