Home
last modified time | relevance | path

Searched refs:IsStartByInputMethod (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dpermission_test.cpp88 HWTEST_F(PermissionTest, IsStartByInputMethod, Function | SmallTest | Level2)
90 bool result = Permission::IsStartByInputMethod();
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dpermission.h30 static bool IsStartByInputMethod();
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dpermission.cpp99 bool Permission::IsStartByInputMethod() in IsStartByInputMethod() function in OHOS::Rosen::Permission
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp919 && Permission::IsStartByInputMethod()) { in CheckSystemWindowPermission()
1341 if (!Permission::IsStartByInputMethod()) { in UpdateProperty()