Searched refs:onUpdateAvoidAreaByType_ (Results 1 – 4 of 4) sorted by relevance
118 UpdateAvoidAreaByTypeCallback onUpdateAvoidAreaByType_; member
2009 …sceneSession->specificCallback_->onUpdateAvoidAreaByType_ = [](int32_t persistentId, AvoidAreaType… in __anoneb811a820b02()
1612 if (specificCallback_ && specificCallback_->onUpdateAvoidAreaByType_) { in SetIsStatusBarVisibleInner()1613 … specificCallback_->onUpdateAvoidAreaByType_(GetPersistentId(), AvoidAreaType::TYPE_SYSTEM); in SetIsStatusBarVisibleInner()
1424 specificCb->onUpdateAvoidAreaByType_ = [this](int32_t persistentId, AvoidAreaType type) { in CreateSpecificSessionCallback()