Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_task_executor.h28 MockTaskExecutor(bool delayRun): delayRun_(delayRun) {} in MockTaskExecutor()
34 if (delayRun_) {
61 if (delayRun_) {
69 bool delayRun_ = false; member in OHOS::Ace::MockTaskExecutor
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dmock_task_executor.h28 explicit MockTaskExecutor(bool delayRun) : delayRun_(delayRun) {} in MockTaskExecutor()
34 if (delayRun_) {
68 if (delayRun_) {
76 bool delayRun_ = false; member in OHOS::Ace::MockTaskExecutor
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_add_test_ng.cpp76 explicit TaskExecutorImpl(bool delayRun) : delayRun_(delayRun) {} in TaskExecutorImpl()
82 if (delayRun_) {
108 if (delayRun_) {
116 bool delayRun_ = false; member in OHOS::NWeb::TaskExecutorImpl
H A Dweb_pattern_window_test_ng.cpp96 explicit MockTaskExecutorTest(bool delayRun) : delayRun_(delayRun) {} in MockTaskExecutorTest()
102 if (delayRun_) {
128 if (delayRun_) {
136 bool delayRun_ = false; member in OHOS::NWeb::MockTaskExecutorTest
H A Dweb_pattern_test_handle_ng.cpp369 MockTaskExecutorTest(bool delayRun) : delayRun_(delayRun) {} in MockTaskExecutorTest()
375 if (delayRun_) {
401 if (delayRun_) {
409 bool delayRun_ = false; member in OHOS::OHOS::Ace::OHOS::NWeb::MockTaskExecutorTest

Completed in 7 milliseconds