Home
last modified time | relevance | path

Searched refs:unlockConVar_ (Results 1 - 2 of 2) sorted by relevance

/base/security/code_signature/services/key_enable/utils/include/
H A Dunlock_event_helper.h61 std::condition_variable unlockConVar_; member in OHOS::Security::CodeSign::UnlockEventHelper
/base/security/code_signature/services/key_enable/utils/src/
H A Dunlock_event_helper.cpp151 unlockConVar_.wait(lock, [this]() { return this->hasUnLocked_; }); in StartWaitingUnlock()
162 unlockConVar_.notify_one(); in FinishWaiting()

Completed in 1 milliseconds