Home
last modified time | relevance | path

Searched refs:Rebuild (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_container_modifier.cpp22 void Rebuild(int32_t nodeId) in Rebuild() function
44 static const ArkUINodeContainerModifier modifier = { Rebuild, Clean }; in GetNodeContainerModifier()
50 static const CJUINodeContainerModifier modifier = { Rebuild, Clean }; in GetCJUINodeContainerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar.cpp42 Rebuild(); in OnChildNodeRemoved()
45 void DOMToolBar::Rebuild() in Rebuild() function in OHOS::Ace::Framework::DOMToolBar
H A Ddom_tool_bar.h54 void Rebuild();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_node_container_bridge.h24 static ArkUINativeModuleValue Rebuild(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_node_container_bridge.cpp18 ArkUINativeModuleValue NodeContainerBridge::Rebuild(ArkUIRuntimeCallInfo* runtimeCallInfo) in Rebuild() function in OHOS::Ace::NG::NodeContainerBridge
H A Darkts_native_api_impl_bridge.cpp3599 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), NodeContainerBridge::Rebuild)); in RegisterNodeContainerAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp148 void Element::Rebuild() in Rebuild() function in OHOS::Ace::Element
195 child->Rebuild(); in DoUpdateChildWithNewComponent()
279 Rebuild(); in Mount()
H A Delement.h51 void Rebuild();
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/
H A D使用说明文档.md85 - 点击Build > Rebuild 进行编译; Build > Build Hap(s) /App(s) >Build Hap(s) 生成hap文件
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_element.cpp46 groupElement->Rebuild(); in CreateRenderNode()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/
H A D使用说明文档.md85 - 点击Build > Rebuild 进行编译; Build > Build Hap(s) /App(s) >Build Hap(s) 生成hap文件
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-simulator-guide.md89 Choose **Build > Build Project "simulator"**, or right-click the project tree and choose **Rebuild*…
H A Dsubsys-boot-init-seccomp.md186 …le, **setuid**) related to the specified uid in the Seccomp policy file. Rebuild the dynamic polic…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp191 element->Rebuild(); in FlushBuild()