Home
last modified time | relevance | path

Searched refs:onUpdateAvoidArea (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscb_system_session_test.cpp249 UpdateAvoidAreaCallback onUpdateAvoidArea; in HWTEST_F() local
252 scbSystemSession->specificCallback_->onUpdateAvoidArea_ = onUpdateAvoidArea; in HWTEST_F()
H A Dkeyboard_session_test.cpp622 auto onUpdateAvoidArea = specificCb->onUpdateAvoidArea_; in HWTEST_F() local
623 if (onUpdateAvoidArea == nullptr) { in HWTEST_F()
624 onUpdateAvoidArea = [](const int32_t& id){}; in HWTEST_F()
629 specificCb->onUpdateAvoidArea_ = onUpdateAvoidArea; in HWTEST_F()
H A Dscene_session_test4.cpp690 UpdateAvoidAreaCallback onUpdateAvoidArea; in HWTEST_F() local
691 sceneSession->specificCallback_->onUpdateAvoidArea_ = onUpdateAvoidArea; in HWTEST_F()

Completed in 7 milliseconds