Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/common/
H A Dblock_data.h39 isSet_ = true; in SetValue()
46 cv_.wait_for(lock, std::chrono::milliseconds(INTERVAL), [this]() { return isSet_; }); in GetValue()
54 cv_.wait_for(lock, std::chrono::milliseconds(INTERVAL), [this]() { return isSet_; }); in GetValue()
56 return isSet_; in GetValue()
62 isSet_ = false; in Clear()
67 bool isSet_ = false; member in OHOS::MiscServices::BlockData

Completed in 1 milliseconds