Home
last modified time | relevance | path

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

/ohos5.0/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_test_common.h77 return taskCalled_.load(); in TaskCalledGet()
86 taskCalled_.store(called); in TaskCalledSet()
141 static std::atomic<bool> taskCalled_; variable
H A Devent_handler_test_common.cpp21 std::atomic<bool> CommonUtils::taskCalled_ {false};