Home
last modified time | relevance | path

Searched refs:iamCon_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Diam_client.cpp89 iamCon_.wait_for(lock, std::chrono::seconds(GET_SEC_TIMEOUT), [this] { in GetSecureUid()
131 iamCon_.wait_for(lock, std::chrono::seconds(GET_SEC_TIMEOUT), in GetSecUserInfo()
188 iamCon_.notify_one(); in NotifyGetSecUserInfo()
196 iamCon_.notify_one(); in NotifyGetSecureUid()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Diam_client.h105 std::condition_variable iamCon_; variable