Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/base/src/
H A Dsystem_ability_listener.cpp26 AddFunc addFunc, RemoveFunc removeFunc) in SystemAbilityListener() argument
27 : name_(name), systemAbilityId_(systemAbilityId), addFunc_(addFunc), removeFunc_(removeFunc) in SystemAbilityListener()
61 AddFunc addFunc, RemoveFunc removeFunc) in Subscribe() argument
68 new (std::nothrow) SystemAbilityListener(name, systemAbilityId, addFunc, removeFunc)); in Subscribe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_full_update_model_impl.cpp55 auto removeFunc = nodeInfo.removeFunc; in CreateNode() local
56 element->SetRemoveFunction(std::move(removeFunc)); in CreateNode()
H A Dview_partial_update_model_impl.cpp65 element->SetRemoveFunction(std::move(nodeInfo.removeFunc)); in CreateNode()
/ohos5.0/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()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dos_account_adapter_mock.c32 OsAccountCallbackFunc removeFunc) in AddOsAccountEventCallback() argument
36 (void)removeFunc; in AddOsAccountEventCallback()
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/common/src/
H A Dos_account_adapter_mock.c32 OsAccountCallbackFunc removeFunc) in AddOsAccountEventCallback() argument
36 (void)removeFunc; in AddOsAccountEventCallback()
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter_mock/
H A Dos_account_adapter_mock.cpp33 OsAccountCallbackFunc removeFunc) in AddOsAccountEventCallback() argument
37 (void)removeFunc; in AddOsAccountEventCallback()
/ohos5.0/base/useriam/user_auth_framework/services/base/inc/
H A Dsystem_ability_listener.h33 AddFunc addFunc, RemoveFunc removeFunc);
39 AddFunc addFunc, RemoveFunc removeFunc);
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp264 OsAccountCallbackFunc removeFunc) in AddOsAccountEventCallback() argument
270 if (unlockFunc == nullptr || removeFunc == nullptr) { in AddOsAccountEventCallback()
281 eventCallback.onOsAccountRemoved = removeFunc; in AddOsAccountEventCallback()
/ohos5.0/foundation/multimodalinput/input/service/libinput_adapter/include/
H A Dhotplug_detector.h34 bool Init(const callback& addFunc, const callback& removeFunc);
/ohos5.0/base/security/device_auth/services/frameworks/inc/os_account_adapter/
H A Dos_account_adapter.h36 OsAccountCallbackFunc removeFunc);
/ohos5.0/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.cpp70 customNode->SetDestroyFunction(std::move(info.removeFunc)); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dnative_view.cpp92 .removeFunc = [weakThis]() { in CreateUI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp232 .removeFunc = std::move(removeFunction), in CreateViewNode()
697 .removeFunc = std::move(removeFunction), in CreateViewNode()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp392 auto removeFunc = [bundleName, remoteObject, runningFormInfo]() { in PostRemoveTaskToHost() local
395 serialQueue_->ScheduleTask(FORM_TASK_DELAY_TIME, removeFunc); in PostRemoveTaskToHost()
/ohos5.0/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()