Searched refs:removeFunc (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_full_update_model_impl.cpp | 50 auto removeFunc = nodeInfo.removeFunc; in CreateNode() 51 element->SetRemoveFunction(std::move(removeFunc)); in CreateNode()
|
H A D | view_partial_update_model_impl.cpp | 60 element->SetRemoveFunction(std::move(nodeInfo.removeFunc)); in CreateNode()
|
/foundation/multimodalinput/input/service/libinput_adapter/src/ |
H A D | hotplug_detector.cpp | 55 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 D | hotplug_detector.h | 34 bool Init(const callback& addFunc, const callback& removeFunc);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_full_update_model.h | 34 std::function<void()> removeFunc; member
|
H A D | view_partial_update_model.h | 37 std::function<void()> removeFunc; member
|
H A D | view_partial_update_model_ng.cpp | 65 customNode->SetDestroyFunction(std::move(info.removeFunc)); in CreateNode()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | native_view.cpp | 88 .removeFunc = [weakThis]() { in CreateUI()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_task_mgr.cpp | 391 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 D | js_view.cpp | 229 .removeFunc = std::move(removeFunction), in CreateViewNode() 694 .removeFunc = std::move(removeFunction), in CreateViewNode()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_controller.cpp | 601 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