Searched refs:CreateSnapshot (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/ |
H A D | js_component_snapshot.cpp | 349 delegate->CreateSnapshot(builder, helper.CreateCallback(&result), true, param); in JSSnapshotFromBuilder()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 239 virtual void CreateSnapshot(std::function<void()>&& customBuilder, in CreateSnapshot() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 221 void CreateSnapshot(std::function<void()>&& customBuilder,
|
H A D | frontend_delegate_declarative_ng.cpp | 1205 void FrontendDelegateDeclarativeNG::CreateSnapshot( in CreateSnapshot() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | jsvm-data-types-interfaces.md | 640 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 D | frontend_delegate_declarative.h | 283 void CreateSnapshot(std::function<void()>&& customBuilder,
|
H A D | frontend_delegate_declarative.cpp | 3384 void FrontendDelegateDeclarative::CreateSnapshot( in CreateSnapshot() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 1060 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 D | jsvm-data-types-interfaces.md | 640 static void CreateSnapshot() { 659 string src = srcGlobal + "concat(hello(), ', ', 'World from CreateSnapshot!');"; 771 CreateSnapshot();
|