Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dblock_object.h30 isSet_ = true; in SetValue()
38 return isSet_; in GetValue()
40 isSet_ = false; in GetValue()
53 bool isSet_ = false; member in OHOS::BlockObject
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dblock_data.h32 isSet_ = true; in SetValue()
40 return isSet_; in GetValue()
50 isSet_ = false; in Clear()
56 bool isSet_ = false; member in OHOS::BlockData
/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dblock_object.h37 isSet_ = true; in SetValue()
44 cv_.wait_for(lock, std::chrono::milliseconds(interval_), [this]() { return isSet_; }); in GetValue()
45 isSet_ = false; in GetValue()
58 bool isSet_ = false; member in OHOS::Storage::DistributedFile::BlockObject
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dslientaccess_test.cpp55 isSet_ = true; in Notify()
62 cv_.wait_for(lock, std::chrono::seconds(INTERVAL), [this]() { return isSet_; }); in Wait()
70 isSet_ = false; in Clear()
75 bool isSet_ = false; member in OHOS::DataShare::ConditionLock
H A Dmediadatashare_unit_test.cpp47 isSet_ = true; in Notify()
54 cv_.wait_for(lock, std::chrono::seconds(INTERVAL), [this]() { return isSet_; }); in Wait()
63 isSet_ = false; in Clear()
68 bool isSet_ = false; member in OHOS::DataShare::ConditionLock

Completed in 6 milliseconds