Home
last modified time | relevance | path

Searched refs:removeFunc (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_full_update_model_impl.cpp50 auto removeFunc = nodeInfo.removeFunc; in CreateNode()
51 element->SetRemoveFunction(std::move(removeFunc)); in CreateNode()
H A Dview_partial_update_model_impl.cpp60 element->SetRemoveFunction(std::move(nodeInfo.removeFunc)); in CreateNode()
/foundation/multimodalinput/input/service/libinput_adapter/src/
H A Dhotplug_detector.cpp55 bool HotplugDetector::Init(const callback& addFunc, const callback& removeFunc) in Init() argument
58 if (!addFunc || !removeFunc) { in Init()
62 removeFunc_ = removeFunc; in Init()
/foundation/multimodalinput/input/service/libinput_adapter/include/
H A Dhotplug_detector.h34 bool Init(const callback& addFunc, const callback& removeFunc);
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_full_update_model.h34 std::function<void()> removeFunc; member
H A Dview_partial_update_model.h37 std::function<void()> removeFunc; member
H A Dview_partial_update_model_ng.cpp65 customNode->SetDestroyFunction(std::move(info.removeFunc)); in CreateNode()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dnative_view.cpp88 .removeFunc = [weakThis]() { in CreateUI()
/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp391 auto removeFunc = [bundleName, remoteObject, runningFormInfo]() { in PostRemoveTaskToHost() local
394 serialQueue_->ScheduleTask(FORM_TASK_DELAY_TIME, removeFunc); in PostRemoveTaskToHost()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp229 .removeFunc = std::move(removeFunction), in CreateViewNode()
694 .removeFunc = std::move(removeFunction), in CreateViewNode()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp601 auto removeFunc = [this, windowId, windowNode, fromAnimation]() { in RemoveWindowNode() local
630 res = RemoteAnimation::NotifyAnimationScreenUnlock(removeFunc, windowNode); in RemoveWindowNode()
635 res = removeFunc(); in RemoveWindowNode()

Completed in 10 milliseconds