Home
last modified time | relevance | path

Searched refs:hasToken (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp491 bool hasToken = true; variable
492 winPropSrc.SetTokenState(hasToken);
494 ASSERT_EQ(res, hasToken);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp1016 bool hasToken = false; variable
1017 property->SetTokenState(hasToken);
1018 ASSERT_EQ(property->tokenState_, 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() argument
481 tokenState_ = hasToken; in SetTokenState()
/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() argument
464 tokenState_ = hasToken; in SetTokenState()