Home
last modified time | relevance | path

Searched refs:FocusCheckProcess (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Danomaly_detection_test.cpp292 AnomalyDetection::FocusCheckProcess(0, 1); in FocusNullTest()
302 AnomalyDetection::FocusCheckProcess(0, 1); in IsFocusedTest()
312 HWTEST_F(AnomalyDetectionTest, FocusCheckProcess, Function | SmallTest | Level1)
317 AnomalyDetection::FocusCheckProcess(0, INVALID_SESSION_ID);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Danomaly_detection.h26 static void FocusCheckProcess(int32_t focusedId, int32_t nextId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Danomaly_detection.cpp83 void AnomalyDetection::FocusCheckProcess(int32_t focusedId, int32_t nextId) in FocusCheckProcess() function in OHOS::Rosen::AnomalyDetection