Home
last modified time | relevance | path

Searched refs:scheduleId_ (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dverifier_impl.cpp83 if (!scheduleId_.has_value()) { in IsCurrentSchedule()
87 if (scheduleId_.value() != scheduleId) { in IsCurrentSchedule()
89 (uint16_t)scheduleId, (uint16_t)scheduleId_.value()); in IsCurrentSchedule()
97 if (!scheduleId_.has_value()) { in CancelCurrentAuth()
104 scheduleId_ = std::nullopt; in CancelCurrentAuth()
192 scheduleId_ = id; in Authenticate()
H A Dcollector_impl.cpp82 if (!scheduleId_.has_value()) { in IsCurrentSchedule()
86 if (scheduleId_.value() != scheduleId) { in IsCurrentSchedule()
88 (uint16_t)scheduleId, (uint16_t)scheduleId_.value()); in IsCurrentSchedule()
96 if (!scheduleId_.has_value()) { in CancelCurrentCollect()
103 scheduleId_ = std::nullopt; in CancelCurrentCollect()
226 scheduleId_ = id; in Collect()
/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dcollector_impl.h54 std::optional<uint64_t> scheduleId_; member in OHOS::HDI::PinAuth::CollectorImpl
H A Dverifier_impl.h53 std::optional<uint64_t> scheduleId_; member in OHOS::HDI::PinAuth::VerifierImpl

Completed in 2 milliseconds