Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h101 using NativePointerCallbackFinishNotify = std::function<void(size_t totalBindSize_)>; variable
165 void RegisterFinishNotify(NativePointerCallbackFinishNotify notify) in RegisterFinishNotify()
207 NativePointerCallbackFinishNotify notify_ {nullptr};