Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscb_system_session_test.cpp259 ASSERT_NE(scbSystemSession, nullptr);
262 scbSystemSession->specificCallback_ = specificCallback1;
263 scbSystemSession->specificCallback_->onUpdateAvoidArea_ = onUpdateAvoidArea;
264 scbSystemSession->specificCallback_->onClearDisplayStatusBarTemporarilyFlags_ =
270 ret = scbSystemSession->NotifyClientToUpdateRect("SCBSystemSessionTest", nullptr);
273 scbSystemSession->specificCallback_->onUpdateAvoidArea_ = nullptr;
274 ret = scbSystemSession->NotifyClientToUpdateRect("SCBSystemSessionTest", nullptr);
277 scbSystemSession->specificCallback_->onClearDisplayStatusBarTemporarilyFlags_ =
279 ret = scbSystemSession->NotifyClientToUpdateRect("SCBSystemSessionTest", nullptr);
282 scbSystemSession->specificCallback_ = nullptr;
[all …]