/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | component_snapshot.cpp | 164 imageNode->GetInspectorId().value_or("").c_str()); in CheckImageSuccessfullyLoad() 285 node->GetInspectorId().value_or("").c_str(), enableInspector); in Create() 331 node->GetId(), node->GetTag().c_str(), node->GetInspectorId().value_or("").c_str()); in BuilerTask() 428 node->GetInspectorId().value_or("").c_str()); in CreateSync() 438 node->GetId(), node->GetTag().c_str(), node->GetInspectorId().value_or("").c_str()); in CreateSync() 445 node->GetId(), node->GetTag().c_str(), node->GetInspectorId().value_or("").c_str()); in CreateSync()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_should_built_in_recognizer_parallel_with_function.cpp | 68 JSClass<JSEventTargetInfo>::CustomMethod("getId", &JSEventTargetInfo::GetInspectorId); in JSBind() 77 JSClass<JSScrollableTargetInfo>::CustomMethod("getId", &JSEventTargetInfo::GetInspectorId); in JSBind()
|
H A D | js_should_built_in_recognizer_parallel_with_function.h | 47 void GetInspectorId(const JSCallbackInfo& args) in GetInspectorId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tabs_pattern.cpp | 109 std::string id = tabsNode->GetInspectorId().value_or(""); in FireTabContentStateCallback() 116 std::string oldTabContentId = oldTabContent->GetInspectorId().value_or(""); in FireTabContentStateCallback() 125 std::string nextTabContentId = nextTabContent->GetInspectorId().value_or(""); in FireTabContentStateCallback() 138 auto inspectorId = tabsNode->GetInspectorId().value_or(""); in RecordChangeEvent() 304 auto inspectorId = host->GetInspectorId().value_or(""); in OnAfterModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_group_node.cpp | 50 if (std::count(itemId.begin(), itemId.end(), child->GetInspectorId())) { in AddChildToGroup()
|
H A D | folder_stack_layout_algorithm.cpp | 260 if (std::count(itemId.begin(), itemId.end(), childNode->GetInspectorId())) { in AdjustNodeTree()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stack/ |
H A D | stack_new_test_ng.cpp | 85 EXPECT_EQ(second->GetInspectorId(), "top");
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 338 ArkUI_CharPtr GetInspectorId(ArkUINodeHandle node) in GetInspectorId() function 342 auto inspectorIdProp = currentNode->GetInspectorId(); in GetInspectorId() 609 …GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspect… in GetFrameNodeModifier() 625 …GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspect… in GetCJUIFrameNodeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.cpp | 73 std::string id = host->GetInspectorId().value_or(""); in NotifyScrollEventStateChange() 192 std::string id = nav->GetInspectorId().value_or(""); in GetScrollEventState()
|
H A D | frame_node.cpp | 1450 pipeline->OnLayoutCompleted(GetInspectorId()->c_str()); in SwapDirtyLayoutWrapperOnMainThread() 2024 if (self->GetInspectorId()) { in CreateRenderTask() 2751 SEC_PARAM(childNode->GetInspectorId()->c_str())); in TouchTest() 2785 if (child->GetInspectorId().has_value()) { in TouchTest() 2786 id = child->GetInspectorId().value(); in TouchTest() 3778 if (childFrameNode && childFrameNode->GetInspectorId().value_or("") == nodeName) { in FindChildByName() 4342 if (!config.skipMeasure && !config.skipLayout && GetInspectorId()) { in OnLayoutFinish() 4345 pipeline->OnLayoutCompleted(GetInspectorId()->c_str()); in OnLayoutFinish() 4842 if (!child->GetInspectorId().has_value()) { in CollectTouchInfos() 4845 info.id = child->GetInspectorId().value(); in CollectTouchInfos() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/ |
H A D | geometry_transition.cpp | 130 node->IsRemoving(), node->GetInspectorId().value_or("").c_str()); in Build() 140 std::string id = node->GetInspectorId().value_or(""); in Build() 141 replace = !id.empty() && id == inNode->GetInspectorId().value_or(""); in Build()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/ |
H A D | navigation_manager.cpp | 96 return std::make_shared<NavigationInfo>(navigation->GetInspectorId().value_or(""), stack); in GetNavigationInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navrouter_group_node.cpp | 180 navDestinationPattern->SetNavigationId(navigationNode->GetInspectorId().value_or("")); in AddNavDestinationToNavigation()
|
H A D | navdestination_pattern.cpp | 146 titleBarNode->SetInnerParentId(hostNode->GetInspectorId().value_or("")); in OnModifyDone() 193 if (hostNode->GetInspectorId().has_value()) { in UpdateNameIfNeeded()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_element.cpp | 89 composeId_ = std::to_string(composedElement->GetInspectorId()); in SetAccessibilityNode()
|
H A D | element_register.cpp | 240 … if (uiNode->IsOnMainTree() && uiNode->GetInspectorId().value_or("") == key && depth > depOfNode) { in GetAttachedFrameNodeById()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | pattern.h | 573 auto inspectorId = host->GetInspectorId().value_or(""); in GetLongPressEventRecorder() 696 auto inspectorId = host->GetInspectorId().value_or(""); in InitClickEventRecorder()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_mgr.cpp | 134 touchEvent.y, frameNode->GetTag().c_str(), frameNode->GetInspectorId()->c_str()); in IsNeedInterceptedTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | observer_test_ng.cpp | 148 ASSERT_EQ(info->id, frameNode->GetInspectorId().value_or(""));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 62 int32_t GetInspectorId() const in GetInspectorId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.cpp | 51 if (node->GetInspectorId().has_value()) { in RequestNextFrame()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_element_register.cpp | 214 … if (uiNode->IsOnMainTree() && uiNode->GetInspectorId().value_or("") == key && depth > depOfNode) { in GetAttachedFrameNodeById()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_pattern.cpp | 140 std::string parentId = navigationGroupNode->GetInspectorId().value_or(""); in CreateMenuItems() 444 titleBarNode->SetInnerParentId(parent->GetInspectorId().value_or("")); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_pattern.cpp | 171 auto inspectorId = host->GetInspectorId().value_or(""); in OnAfterModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_pattern.cpp | 206 auto inspectorId = host->GetInspectorId().value_or(""); in OnAfterModifyDone()
|