Home
last modified time | relevance | path

Searched refs:onMemoryLevel_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_element_callback.h52 onMemoryLevel_ = true; in OnMemoryLevel()
56 bool onMemoryLevel_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp43 onInactive_(onInactiveCallBack), onMemoryLevel_(onMemoryLevelCallBack), in PluginFrontendDelegate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h328 OnMemoryLevelCallBack onMemoryLevel_; variable
H A Dplugin_frontend_delegate.cpp106 onInactive_(onInactiveCallBack), onMemoryLevel_(onMemoryLevelCallBack), in PluginFrontendDelegate()
518 [onMemoryLevel = onMemoryLevel_, level]() { in OnMemoryLevel()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/
H A Dohos_application_test.cpp820 EXPECT_FALSE(callback1->onMemoryLevel_);
823 EXPECT_TRUE(callback1->onMemoryLevel_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h484 OnMemoryLevelCallBack onMemoryLevel_; variable
H A Dfrontend_delegate_declarative.cpp143onMemoryLevel_(onMemoryLevelCallBack), onStartContinuationCallBack_(onStartContinuationCallBack), in FrontendDelegateDeclarative()
604 [onMemoryLevel = onMemoryLevel_, level]() { in OnMemoryLevel()