Home
last modified time | relevance | path

Searched refs:GetInspectorId (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp164 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 Djs_should_built_in_recognizer_parallel_with_function.cpp68 JSClass<JSEventTargetInfo>::CustomMethod("getId", &JSEventTargetInfo::GetInspectorId); in JSBind()
77 JSClass<JSScrollableTargetInfo>::CustomMethod("getId", &JSEventTargetInfo::GetInspectorId); in JSBind()
H A Djs_should_built_in_recognizer_parallel_with_function.h47 void GetInspectorId(const JSCallbackInfo& args) in GetInspectorId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp109 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 Dfolder_stack_group_node.cpp50 if (std::count(itemId.begin(), itemId.end(), child->GetInspectorId())) { in AddChildToGroup()
H A Dfolder_stack_layout_algorithm.cpp260 if (std::count(itemId.begin(), itemId.end(), childNode->GetInspectorId())) { in AdjustNodeTree()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stack/
H A Dstack_new_test_ng.cpp85 EXPECT_EQ(second->GetInspectorId(), "top");
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp338 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 Dobserver_handler.cpp73 std::string id = host->GetInspectorId().value_or(""); in NotifyScrollEventStateChange()
192 std::string id = nav->GetInspectorId().value_or(""); in GetScrollEventState()
H A Dframe_node.cpp1450 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 Dgeometry_transition.cpp130 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 Dnavigation_manager.cpp96 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 Dnavrouter_group_node.cpp180 navDestinationPattern->SetNavigationId(navigationNode->GetInspectorId().value_or("")); in AddNavDestinationToNavigation()
H A Dnavdestination_pattern.cpp146 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 Drender_element.cpp89 composeId_ = std::to_string(composedElement->GetInspectorId()); in SetAccessibilityNode()
H A Delement_register.cpp240 … 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 Dpattern.h573 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 Dstylus_detector_mgr.cpp134 touchEvent.y, frameNode->GetTag().c_str(), frameNode->GetInspectorId()->c_str()); in IsNeedInterceptedTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dobserver_test_ng.cpp148 ASSERT_EQ(info->id, frameNode->GetInspectorId().value_or(""));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h62 int32_t GetInspectorId() const in GetInspectorId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.cpp51 if (node->GetInspectorId().has_value()) { in RequestNextFrame()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_element_register.cpp214 … 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 Dnav_bar_pattern.cpp140 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 Dtoggle_button_pattern.cpp171 auto inspectorId = host->GetInspectorId().value_or(""); in OnAfterModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_pattern.cpp206 auto inspectorId = host->GetInspectorId().value_or(""); in OnAfterModifyDone()

12