Home
last modified time | relevance | path

Searched refs:HasCustomerMeasure (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dextension_companion_node.h62 bool HasCustomerMeasure() const override;
H A Dextension_companion_node.cpp205 bool ExtensionCompanionNode::HasCustomerMeasure() const in HasCustomerMeasure() function in OHOS::Ace::NG::ExtensionCompanionNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dextension_handler.h111 virtual bool HasCustomerMeasure() const in HasCustomerMeasure() function
H A Dframe_node.cpp753 … .append(extensionHandler_->HasCustomerMeasure() ? "true" : "false") in DumpExtensionHandlerInfo()