Searched refs:CreateSnapshot (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 238 virtual void CreateSnapshot(std::function<void()>&& customBuilder, in CreateSnapshot() function in OHOS::Ace::Framework::FrontendDelegate
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/ |
H A D | js_component_snapshot.cpp | 342 delegate->CreateSnapshot(builder, helper.CreateCallback(&result), true, param); in JSSnapshotFromBuilder()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 222 void CreateSnapshot(std::function<void()>&& customBuilder,
|
H A D | frontend_delegate_declarative_ng.cpp | 1215 void FrontendDelegateDeclarativeNG::CreateSnapshot( in CreateSnapshot() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 284 void CreateSnapshot(std::function<void()>&& customBuilder,
|
H A D | frontend_delegate_declarative.cpp | 3388 void FrontendDelegateDeclarative::CreateSnapshot( in CreateSnapshot() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 1094 delegate->CreateSnapshot(builder, callback, true, param); in GetPixelMapByCustom() 1137 delegate->CreateSnapshot(builder, callback, true, param); in GetPixelMapArrayByCustom()
|
Completed in 15 milliseconds