Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp44 SysEventStore::SysEventStore() : hasLoaded_(false) in SysEventStore()
58 hasLoaded_ = true; in OnLoad()
101 if (!hasLoaded_) { in OnEvent()
/base/hiviewdfx/hiview/plugins/crash_validator/
H A Dcrash_validator.cpp34 CrashValidator::CrashValidator() : hasLoaded_(false) in CrashValidator()
49 hasLoaded_ = true; in OnLoad()
59 if (!hasLoaded_ || event == nullptr) { in IsInterestedPipelineEvent()
172 if (!hasLoaded_ || event == nullptr) { in OnEvent()
H A Dcrash_validator.h46 std::atomic<bool> hasLoaded_; member in OHOS::HiviewDFX::CrashValidator
/base/hiviewdfx/hiview/plugins/event_store/include/
H A Dsys_event_store.h40 std::atomic<bool> hasLoaded_ { false };

Completed in 2 milliseconds