Home
last modified time | relevance | path

Searched defs:innerCallbackInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback.cpp211 BundleCallbackInfo innerCallbackInfo = { nullptr, nullptr }; in GetCallbackInfoByName() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.cpp465 for (auto& innerCallbackInfo : onSizeChangedInnerCallbacks_) { in FireInnerOnSizeChanged() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_coverage_test_ng.cpp726 auto innerCallbackInfo = eventHub->onAreaChangedInnerCallbacks_[contentNode->GetId()]; variable