Home
last modified time | relevance | path

Searched refs:SetPopupSupported (Results 1 - 6 of 6) sorted by relevance

/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h966 void SetPopupSupported(const bool supportPopup);
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp365 void AccessibilityElementInfo::SetPopupSupported(const bool supportPopup) in SetPopupSupported() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp670 * @tc.name: SetPopupSupported
671 * @tc.desc: Test function SetPopupSupported, IsPopupSupported
676 elementInfo_->SetPopupSupported(true); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp670 * @tc.name: SetPopupSupported
671 * @tc.desc: Test function SetPopupSupported, IsPopupSupported
676 elementInfo_->SetPopupSupported(true); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp240 sourceElementInfo.SetPopupSupported(data[position++] & 0x01); in GenerateAccessibilityElementInfoP3()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1485 nodeInfo.SetPopupSupported(IsPopupSupported(ngPipeline, node->GetId())); in UpdateVirtualNodeChildAccessibilityElementInfo()
1532 nodeInfo.SetPopupSupported(IsPopupSupported(ngPipeline, node->GetId())); in UpdateVirtualNodeAccessibilityElementInfo()
1631 nodeInfo.SetPopupSupported(IsPopupSupported(ngPipeline, node->GetId())); in UpdateAccessibilityElementInfo()
1679 nodeInfo.SetPopupSupported(node->GetIsPopupSupported()); in UpdateWebAccessibilityElementInfo()

Completed in 19 milliseconds