Home
last modified time | relevance | path

Searched refs:IsSystemCallingOrStartByHdcd (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/utils/test/unittest/
H A Dpermission_test.cpp72 * @tc.name: IsSystemCallingOrStartByHdcd
73 * @tc.desc: test fuction : IsSystemCallingOrStartByHdcd
76 HWTEST_F(PermissionTest, IsSystemCallingOrStartByHdcd, Function | SmallTest | Level2) in HWTEST_F()
78 bool result1 = Permission::IsSystemCallingOrStartByHdcd(false); in HWTEST_F()
80 bool result2 = Permission::IsSystemCallingOrStartByHdcd(true); in HWTEST_F()
/foundation/window/window_manager/previewer/mock/
H A Dpermission.cpp41 bool Permission::IsSystemCallingOrStartByHdcd(bool isLocalSysCalling) in IsSystemCallingOrStartByHdcd() function in OHOS::Rosen::Permission
H A Dpermission.h29 static bool IsSystemCallingOrStartByHdcd(bool isLocalSysCalling = false);
/foundation/window/window_manager/utils/include/
H A Dpermission.h29 static bool IsSystemCallingOrStartByHdcd(bool isLocalSysCalling = false);
/foundation/window/window_manager/utils/src/
H A Dpermission.cpp52 bool Permission::IsSystemCallingOrStartByHdcd(bool isLocalSysCalling) in IsSystemCallingOrStartByHdcd() function in OHOS::Rosen::Permission
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_proxy.cpp2195 if (!Permission::IsSystemCallingOrStartByHdcd(true)) { in MinimizeAllAppWindows()
2205 if (!Permission::IsSystemCallingOrStartByHdcd(true)) { in ToggleShownStateForAllAppWindows()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp1109 WmErrorCode errCode = Permission::IsSystemCallingOrStartByHdcd(true) ? in OnShowWithAnimation()
1248 WmErrorCode errCode = Permission::IsSystemCallingOrStartByHdcd(true) ? in OnHide()
1298 WmErrorCode errCode = Permission::IsSystemCallingOrStartByHdcd(true) ? in OnHideWithAnimation()

Completed in 18 milliseconds