Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h86 using NotifyDefaultDensityEnabledFunc = std::function<void(bool isDefaultDensityEnabled)>; variable
263 void RegisterDefaultDensityEnabledCallback(NotifyDefaultDensityEnabledFunc&& callback);
615 NotifyDefaultDensityEnabledFunc onDefaultDensityEnabledFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp476 NotifyDefaultDensityEnabledFunc func = [](bool isLDefaultDensityEnabled) {}; in __anon5c05cf570702()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp806 void SceneSession::RegisterDefaultDensityEnabledCallback(NotifyDefaultDensityEnabledFunc&& callback) in RegisterDefaultDensityEnabledCallback()