Home
last modified time | relevance | path

Searched defs:memoryLevel (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h87 virtual void TrimMemoryByPressureLevel(int32_t memoryLevel) {}; in TrimMemoryByPressureLevel()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_constant/
H A Dability_constant_module.cpp175 napi_value memoryLevel = InitMemoryLevelObject(env); in AbilityConstantInit() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability_constant/
H A Dability_constant_module.cpp204 napi_value memoryLevel = InitMemoryLevelObject(env); in AbilityConstantInit() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.cpp221 void ArkWebEngineImpl::TrimMemoryByPressureLevel(int32_t memoryLevel) in TrimMemoryByPressureLevel()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp252 void ArkWebEngineWrapper::TrimMemoryByPressureLevel(int32_t memoryLevel) in TrimMemoryByPressureLevel()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp1100 void NWebHelper::TrimMemoryByPressureLevel(int32_t memoryLevel) in TrimMemoryByPressureLevel()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp6492 int32_t memoryLevel; in TrimMemoryByPressureLevel() local