Home
last modified time | relevance | path

Searched refs:GetViewId (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dswitch_tdd_test.cpp182 if (!strcmp(toggleButton->GetViewId(), "switch") && toggleButton->IsVisible() == false) { in ComponentSwitchAttributeSetTest003()
187 EXPECT_TRUE((!strcmp(toggleButton->GetViewId(), "switch")) && (toggleButton->IsVisible() == false)); in ComponentSwitchAttributeSetTest003()
H A Dswiper_tdd_test.cpp467 if (!strcmp(swiperView->GetViewId(), "swiper") && swiperView->IsVisible() == false) { in ComponentSwiperAttributeSetTest019()
472 EXPECT_TRUE((!strcmp(swiperView->GetViewId(), "swiper")) && (swiperView->IsVisible() == false)); in ComponentSwiperAttributeSetTest019()
H A Dinput_tdd_test.cpp340 EXPECT_TRUE((button != nullptr) && (!strcmp(button->GetViewId(), "button1"))); in HWTEST_F()
538 EXPECT_TRUE((checkbox != nullptr) && (!strcmp("checkbox1", checkbox->GetViewId()))); in HWTEST_F()
941 EXPECT_TRUE((radioButton != nullptr) && (!strcmp("radio1", radioButton->GetViewId()))); in HWTEST_F()
H A Dstack_tdd_test.cpp213 EXPECT_STREQ(childView->GetViewId(), "child01"); in ComponentStackTest004()
H A Ddiv_tdd_test.cpp48 if (!strcmp(divView->GetViewId(), "div01")) { in ComponentDivAttributeSetTest015()
53 EXPECT_STREQ(divView->GetViewId(), "div01"); in ComponentDivAttributeSetTest015()
/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp154 const char* id = view.GetViewId(); in ClickZIndexBtn()
175 const char* id = view.GetViewId(); in ClickModifyBtn()
237 clickHint->SetText(view.GetViewId()); in UpdateClickHint()
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp247 cJSON_AddStringToObject(usr, "id", view->GetViewId()); in AddCommonField()
350 if ((view->GetViewId() != nullptr) && !strcmp(view->GetViewId(), id)) { in DumpJsonById()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_event_info.h54 int64_t GetViewId() const;
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dui_test_edit_text.cpp134 printf("onchange viewId:%s, value:%s\n", view.GetViewId(), value); in OnChange()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp297 if ((child->GetViewId() != nullptr) && !strcmp(child->GetViewId(), id)) { in GetChildById()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp31 int64_t AccessibilityMemo::GetViewId() const in GetViewId() function in OHOS::Accessibility::AccessibilityMemo
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h92 std::string GetViewId() in GetViewId() function in OHOS::Ace::V2::InspectorNode
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_event_info_parcel.cpp155 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int64, parcel, GetViewId()); in Marshalling()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp155 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int64, parcel, GetViewId()); in Marshalling()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp442 EXPECT_EQ(imageView_->GetViewId(), nullptr); in HWTEST_F()
H A Dui_view_unit_test.cpp748 EXPECT_EQ(memcmp(view_->GetViewId(), id, strlen(id)), 0); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_event_info_test.cpp256 EXPECT_EQ(eventInfo_->GetViewId(), 1001); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_event_info.cpp256 EXPECT_EQ(eventInfo_->GetViewId(), 1001); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp108 uiNode->SetViewId(parent->GetViewId()); in GetFrameNodeChildren()
162 jsonNode->Put(INSPECTOR_VIEW_ID, parent->GetViewId().c_str()); in GetSpanInspector()
185 jsonNode->Put(INSPECTOR_VIEW_ID, node->GetViewId().c_str()); in PutNodeInfoToJsonNode()
H A Dui_node.h444 std::string GetViewId() const in GetViewId() function in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_power_manager_test.cpp290 EXPECT_EQ(eventInfo_->GetViewId(), 1001); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h1069 const char* GetViewId() const;
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp709 jsonNode->Put(INSPECTOR_VIEW_ID, node->GetViewId().c_str()); in GetInspectorChildren()
758 jsonNode->Put(INSPECTOR_VIEW_ID, parent->GetViewId().c_str()); in GetSpanInspector()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp428 std::string viewId = composedElement->GetViewId(); in GetAttrsAndStylesV2()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation.cpp86 printStr.append(", viewId: ").append(std::to_string(info.GetViewId())); in LogAccessibilityEventInfo()

Completed in 22 milliseconds

12