Home
last modified time | relevance | path

Searched refs:removeUIContextFunc (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Dui_context_helper.cpp67 std::function<void(int32_t)> removeUIContextFunc = UIContextHelper::RemoveUIContext; in RegisterRemoveUIContextFunc()
68 EngineHelper::RegisterRemoveUIContextFunc(removeUIContextFunc); in RegisterRemoveUIContextFunc()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dengine_helper.cpp142 void EngineHelper::RegisterRemoveUIContextFunc(const std::function<void(int32_t)>& removeUIContextFunc) in RegisterRemoveUIContextFunc() argument
145 removeUIContextFunc_ = removeUIContextFunc; in RegisterRemoveUIContextFunc()
H A Dengine_helper.h79 static void RegisterRemoveUIContextFunc(const std::function<void(int32_t)>& removeUIContextFunc);

Completed in 1 milliseconds