Home
last modified time | relevance | path

Searched refs:NotifyMemorySizeStateChanged (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp570 auto res = appMgrProxy_->NotifyMemorySizeStateChanged(true);
582 auto res = appMgrProxy_->NotifyMemorySizeStateChanged(false);
/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() function
H A Dapp_mgr_client.h772 int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficent);
H A Dapp_mgr_proxy.h639 virtual int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) override;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h563 int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) override;
H A Dapp_mgr_service_inner.h1142 int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficent);
/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() function in OHOS::AppExecFwk::AppMgrClient
1241 return service->NotifyMemorySizeStateChanged(isMemorySizeSufficent); in NotifyMemorySizeStateChanged()
H A Dapp_mgr_stub.cpp1556 int result = NotifyMemorySizeStateChanged(isMemorySizeSufficent); in HandleNotifyMemorySizeStateChanged()
H A Dapp_mgr_proxy.cpp1863 int32_t AppMgrProxy::NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) in NotifyMemorySizeStateChanged() function in OHOS::AppExecFwk::AppMgrProxy
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1570 int32_t AppMgrService::NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) in NotifyMemorySizeStateChanged() function in OHOS::AppExecFwk::AppMgrService
1577 return appMgrServiceInner_->NotifyMemorySizeStateChanged(isMemorySizeSufficent); in NotifyMemorySizeStateChanged()
H A Dapp_mgr_service_inner.cpp7531 int32_t AppMgrServiceInner::NotifyMemorySizeStateChanged(bool isMemorySizeSufficent) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1314 int32_t ret = appMgrClient->NotifyMemorySizeStateChanged(isMemorySizeSufficent);