Home
last modified time | relevance | path

Searched refs:inHighMemoryPressure (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h270 void NotifyMemoryPressure(bool inHighMemoryPressure = false) override;
H A Dark_native_engine.cpp2142 void ArkNativeEngine::NotifyMemoryPressure(bool inHighMemoryPressure) in NotifyMemoryPressure() argument
2144 DFXJSNApi::NotifyMemoryPressure(vm_, inHighMemoryPressure); in NotifyMemoryPressure()
2261 void ArkNativeEngine::NotifyMemoryPressure([[maybe_unused]] bool inHighMemoryPressure)
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h372 virtual void NotifyMemoryPressure(bool inHighMemoryPressure = false) = 0;