Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp385 RemoveSelf(); in HandlePatchDeleted()
394 RemoveSelf(); in PostDeployQuickFixTask()
434 RemoveSelf(); in PostSwitchQuickFixTask()
473 RemoveSelf(); in PostDeleteQuickFixTask()
653 RemoveSelf(); in PostNotifyLoadRepairPatchTask()
691 RemoveSelf(); in PostNotifyUnloadRepairPatchTask()
729 RemoveSelf(); in PostNotifyHotReloadPageTask()
767 RemoveSelf(); in RegAppStateObserver()
779 RemoveSelf(); in RegAppStateObserver()
876 RemoveSelf(); in PostRevokeQuickFixNotifyUnloadPatchTask()
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_apply_task.h52 void RemoveSelf();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp131 focusNode->RemoveSelf(); in DeactivateChild()
143 focusNode->RemoveSelf(); in DetachChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.h127 void RemoveSelf();
H A Dfocus_node.cpp348 void FocusNode::RemoveSelf() in RemoveSelf() function in OHOS::Ace::FocusNode
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/
H A Dquick_fix_manager_apply_task_test.cpp628 applyTask->RemoveSelf();
644 applyTask->RemoveSelf();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h527 void RemoveSelf(BlurReason reason = BlurReason::FRAME_DESTROY);
829 RemoveSelf(BlurReason::FOCUS_SWITCH); in SetFocusType()
H A Dfocus_hub.cpp449 void FocusHub::RemoveSelf(BlurReason reason) in RemoveSelf() function in OHOS::Ace::NG::FocusHub
496 RemoveSelf(reason); in RemoveChild()
563 RemoveSelf(BlurReason::FOCUS_SWITCH); in SetFocusable()
621 RemoveSelf(BlurReason::FOCUS_SWITCH); in SetEnabled()
644 RemoveSelf(BlurReason::FOCUS_SWITCH); in SetShow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp449 focusNode->RemoveSelf(); in ReleaseRecycledListItem()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp193 focusHub->RemoveSelf();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp1392 focusHub->RemoveSelf(); in OnDetachFromMainTree()