Searched refs:GetWindowSessionType (Results 1 – 6 of 6) sorted by relevance
395 HWTEST_F(WindowOptionTest, GetWindowSessionType, Function | SmallTest | Level3)399 option->GetWindowSessionType();400 ASSERT_EQ(WindowSessionType::SCENE_SESSION, option->GetWindowSessionType());
344 WindowSessionType GetWindowSessionType() const;
378 WindowSessionType GetWindowSessionType() const;
219 WindowSessionType WindowOption::GetWindowSessionType() const in GetWindowSessionType() function in OHOS::Rosen::WindowOption
157 WindowSessionType WindowOption::GetWindowSessionType() const in GetWindowSessionType() function in OHOS::Rosen::WindowOption
41 auto sessionType = option->GetWindowSessionType(); in CreateWindowWithSession()