Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_stub_lifecycle_test.cpp97 property->SetTokenState(true);
H A Dscene_session_manager_stub_test.cpp96 property->SetTokenState(true);
141 property->SetTokenState(true);
186 property->SetTokenState(true);
1084 property->SetTokenState(true);
1127 property->SetTokenState(true);
H A Dwindow_session_property_test.cpp358 HWTEST_F(WindowSessionPropertyTest, SetTokenState, Function | SmallTest | Level2)
1017 property->SetTokenState(hasToken);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h72 void SetTokenState(bool hasToken);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp479 void WindowProperty::SetTokenState(bool hasToken) in SetTokenState() function in OHOS::Rosen::WindowProperty
775 property->SetTokenState(parcel.ReadBool()); in Unmarshalling()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_test.cpp481 property->SetTokenState(false);
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp492 winPropSrc.SetTokenState(hasToken);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h68 void SetTokenState(bool hasToken);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp462 void WindowSessionProperty::SetTokenState(bool hasToken) in SetTokenState() function in OHOS::Rosen::WindowSessionProperty
1092 property->SetTokenState(parcel.ReadBool()); in Unmarshalling()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp324 property_->SetTokenState(true); in CreateAndConnectSpecificSession()
456 property_->SetTokenState(true); in RecoverAndConnectSpecificSession()
H A Dwindow_impl.cpp1375 property_->SetTokenState(true); in Create()
H A Dwindow_session_impl.cpp488 property_->SetTokenState(true); in Connect()