Home
last modified time | relevance | path

Searched refs:CreateSnapshot (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/
H A Djs_component_snapshot.cpp349 delegate->CreateSnapshot(builder, helper.CreateCallback(&result), true, param); in JSSnapshotFromBuilder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h239 virtual void CreateSnapshot(std::function<void()>&& customBuilder, in CreateSnapshot() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h221 void CreateSnapshot(std::function<void()>&& customBuilder,
H A Dfrontend_delegate_declarative_ng.cpp1205 void FrontendDelegateDeclarativeNG::CreateSnapshot( in CreateSnapshot() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Djsvm-data-types-interfaces.md640 static void CreateSnapshot() {
659 string src = srcGlobal + "concat(hello(), ', ', 'World from CreateSnapshot!');";
771 CreateSnapshot();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h283 void CreateSnapshot(std::function<void()>&& customBuilder,
H A Dfrontend_delegate_declarative.cpp3384 void FrontendDelegateDeclarative::CreateSnapshot( in CreateSnapshot() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp1060 delegate->CreateSnapshot(builder, callback, true, param); in GetPixelMapByCustom()
1102 delegate->CreateSnapshot(builder, callback, true, param); in GetPixelMapArrayByCustom()
/ohos5.0/docs/en/application-dev/napi/
H A Djsvm-data-types-interfaces.md640 static void CreateSnapshot() {
659 string src = srcGlobal + "concat(hello(), ', ', 'World from CreateSnapshot!');";
771 CreateSnapshot();