Searched refs:PIN_SIX (Results 1 – 14 of 14) sorted by relevance
37 return PIN_SIX; in GetPinSubType()
32 PIN_SIX = 10000, enumerator
49 PinSubType pinType {PIN_SIX};
44 PinSubType pinType {PIN_SIX};
81 credPara.pinType = para.pinType.value_or(PIN_SIX); in AddCredential()110 credPara.pinType = para.pinType.value_or(PIN_SIX); in UpdateCredential()
94 PinSubType subType = PIN_SIX;
104 PinSubType subType = PIN_SIX;
107 PinSubType testSubType = PIN_SIX;
166 testCredPara.pinType = PIN_SIX;202 testCredPara.pinType = PIN_SIX;
198 testPara.pinType = PIN_SIX;
293 testCredPara.pinType = PIN_SIX;305 testCredPara.pinType = PIN_SIX;339 testCredPara.pinType = PIN_SIX;423 testCredPara.pinType = PIN_SIX;449 testCredPara.pinType = PIN_SIX;
256 testCredPara.pinType = PIN_SIX;313 testCredPara.pinType = PIN_SIX;
543 builder->SetPinSubType(PIN_SIX);
54 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(PinSubType::PIN_SIX), &pinSix)); in AuthSubTypeConstructor()