Home
last modified time | relevance | path

Searched refs:GET_SEC_TIMEOUT (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()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Diam_client.h32 const int8_t GET_SEC_TIMEOUT = 10; variable