Home
last modified time | relevance | path

Searched refs:isSystemCalling_ (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_thread_params.h35 bool isSystemCalling_ = false; member
45 isSystemCalling_(isSystemCalling) {} in CaptureParam()
/foundation/window/window_manager/utils/include/
H A Dwindow_transition_info.h78 bool isSystemCalling_ = false; member in OHOS::OHOS::Rosen::WindowTransitionInfo
H A Dwindow_property.h149 bool isSystemCalling_ { false };
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp239 isSystemCalling_ = isSystemCalling; in SetSystemCalling()
344 return isSystemCalling_; in GetSystemCalling()
1039 parcel.WriteBool(isSystemCalling_) && in Marshalling()
1176 isSystemCalling_ = property->isSystemCalling_; in CopyFrom()
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp122 if (property->GetApiCompatibleVersion() < 9 || info->isSystemCalling_) { // 9: api version. in InitializeWindowProperty()
H A Dwindow_manager_service.cpp837 info->isSystemCalling_ = Permission::IsSystemCalling(); in StartingWindow()
959 property->isSystemCalling_ = Permission::IsSystemCalling(); in CreateWindow()
1360 windowProperty->isSystemCalling_ = Permission::IsSystemCalling(); in UpdateProperty()
H A Dwindow_controller.cpp272 node->GetWindowProperty()->GetApiCompatibleVersion() >= 9 && !property->isSystemCalling_) { // 9: API ver. in CreateWindow()
1471 ret = SetWindowFlags(windowId, property->GetWindowFlags(), property->isSystemCalling_); in UpdateProperty()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp553 !RSUniRenderThread::GetCaptureParam().isSystemCalling_); in OnCapture()
707 !RSUniRenderThread::GetCaptureParam().isSystemCalling_; in CaptureSurface()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h285 bool isSystemCalling_ = { false }; member in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp1270 property->isSystemCalling_ = true; in HWTEST_F()
1276 property->isSystemCalling_ = false; in HWTEST_F()
H A Dscene_session_test4.cpp194 windowSessionProperty.isSystemCalling_ = {true}; in HWTEST_F()
197 windowSessionProperty.isSystemCalling_ = {true}; in HWTEST_F()

Completed in 18 milliseconds