Home
last modified time | relevance | path

Searched refs:FastPreviewErrorCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Dinspector_client.h29 using FastPreviewErrorCallback = std::function<void(const std::string &jsonStr)>; variable
41 void RegisterFastPreviewErrorCallback(FastPreviewErrorCallback&& callback);
57 FastPreviewErrorCallback onError_;
H A Dinspector_client.cpp41 void InspectorClient::RegisterFastPreviewErrorCallback(FastPreviewErrorCallback&& callback) in RegisterFastPreviewErrorCallback()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_run_args.h31 using FastPreviewErrorCallback = void (*)(const std::string& jsonStr); variable
92 FastPreviewErrorCallback onError = nullptr;