Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp274 bool windowClose = false; variable
280 auto windowCloseCallBack = [&windowClose]() { windowClose = true; }; in __anon6640ff530a02()
300 EXPECT_FALSE(windowClose);