Home
last modified time | relevance | path

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

/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_checker_test.cpp88 bool deliveryTimeout_ = false; in HWTEST_F() local
89 auto deliveryTimeoutThread = [&deliveryTimeout_]() { in HWTEST_F()
90 deliveryTimeout_ = true; in HWTEST_F()
113 EXPECT_EQ(false, deliveryTimeout_); in HWTEST_F()
140 bool deliveryTimeout_ = false; in HWTEST_F() local
141 auto deliveryTimeoutThread = [&deliveryTimeout_]() { in HWTEST_F()
142 deliveryTimeout_ = true; in HWTEST_F()
165 EXPECT_EQ(true, deliveryTimeout_); in HWTEST_F()
191 bool deliveryTimeout_ = false; in HWTEST_F() local
192 auto deliveryTimeoutThread = [&deliveryTimeout_]() { in HWTEST_F()
[all...]
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_runner.h233 deliveryTimeout_ = deliveryTimeout; in SetDeliveryTimeout()
243 return deliveryTimeout_; in GetDeliveryTimeout()
339 int64_t deliveryTimeout_ = 0; member in OHOS::AppExecFwk::final

Completed in 2 milliseconds