Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h729 virtual int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) in NotifyMemorySizeStateChanged()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1313 bool isMemorySizeSufficent = false; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1570 int32_t AppMgrService::NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) in NotifyMemorySizeStateChanged()
H A Dapp_mgr_service_inner.cpp7531 int32_t AppMgrServiceInner::NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1234 int32_t AppMgrClient::NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) in NotifyMemorySizeStateChanged()
H A Dapp_mgr_proxy.cpp1863 int32_t AppMgrProxy::NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) in NotifyMemorySizeStateChanged()
H A Dapp_mgr_stub.cpp1555 bool isMemorySizeSufficent = data.ReadBool(); in HandleNotifyMemorySizeStateChanged() local