Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dwindow_info_helper_test.cpp104 ASSERT_FALSE(WindowInfoHelper::CheckOtherWindowCoverComp(0, compRect));
128 ASSERT_FALSE(WindowInfoHelper::CheckOtherWindowCoverComp(0, compRect));
152 ASSERT_FALSE(WindowInfoHelper::CheckOtherWindowCoverComp(0, compRect));
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dwindow_info_helper.h27 static bool CheckOtherWindowCoverComp(int32_t compWinId, const SecCompRect& secRect);
H A Dwindow_info_helper.cpp64 bool WindowInfoHelper::CheckOtherWindowCoverComp(int32_t compWinId, const SecCompRect& secRect) in CheckOtherWindowCoverComp() function in OHOS::Security::SecurityComponent::WindowInfoHelper
H A Dsec_comp_entity.cpp102 if (!WindowInfoHelper::CheckOtherWindowCoverComp(componentInfo_->windowId_, in CheckClickInfo()