Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp1145 * @tc.name: HandleActionUpdateSetBrightness
1146 * @tc.desc: HandleActionUpdateSetBrightness function01
1149 HWTEST_F(SceneSessionTest5, HandleActionUpdateSetBrightness, Function | SmallTest | Level2) in HWTEST_F()
1152 info.abilityName_ = "HandleActionUpdateSetBrightness"; in HWTEST_F()
1153 info.bundleName_ = "HandleActionUpdateSetBrightness"; in HWTEST_F()
1161 auto res = session->HandleActionUpdateSetBrightness(property, action); in HWTEST_F()
1166 res = session1->HandleActionUpdateSetBrightness(property, action); in HWTEST_F()
1172 res = session2->HandleActionUpdateSetBrightness(property, action); in HWTEST_F()
1181 res = session3->HandleActionUpdateSetBrightness(property, action); in HWTEST_F()
1190 res = session4->HandleActionUpdateSetBrightness(propert in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h590 WMError HandleActionUpdateSetBrightness(const sptr<WindowSessionProperty>& property,
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3568 return HandleActionUpdateSetBrightness(property, action); in ProcessUpdatePropertyByAction()
3673 WMError SceneSession::HandleActionUpdateSetBrightness(const sptr<WindowSessionProperty>& property, in HandleActionUpdateSetBrightness() function in SceneSession

Completed in 12 milliseconds