Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.h142 void SetIsComponentPreview(IsComponentPreviewCallback&& callback) in SetIsComponentPreview() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h348 void SetIsComponentPreview(NG::IsComponentPreviewCallback&& callback);
H A Ddeclarative_frontend.cpp632 delegate_->SetIsComponentPreview(isComponentPreviewCallback); in Initialize()
H A Dfrontend_delegate_declarative.cpp808 void FrontendDelegateDeclarative::SetIsComponentPreview(NG::IsComponentPreviewCallback&& callback) in SetIsComponentPreview() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
810 pageRouterManager_->SetIsComponentPreview(std::move(callback)); in SetIsComponentPreview()