Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h781 virtual int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyMemorySizeStateChanged() function in OHOS::AppExecFwk::IAppMgr
H A Dapp_mgr_client.h791 int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient);
H A Dapp_mgr_proxy.h680 virtual int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) override;
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp564 * @tc.desc: Test NotifyMemorySizeStateChanged.
570 auto res = appMgrProxy_->NotifyMemorySizeStateChanged(true); in HWTEST_F()
576 * @tc.desc: Test NotifyMemorySizeStateChanged.
582 auto res = appMgrProxy_->NotifyMemorySizeStateChanged(false); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h722 int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) override;
H A Dapp_mgr_service_inner.h1207 int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1223 int32_t AppMgrClient::NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyMemorySizeStateChanged() function in OHOS::AppExecFwk::AppMgrClient
1230 return service->NotifyMemorySizeStateChanged(isMemorySizeSufficient); in NotifyMemorySizeStateChanged()
H A Dapp_mgr_stub.cpp1542 int result = NotifyMemorySizeStateChanged(isMemorySizeSufficient); in HandleNotifyMemorySizeStateChanged()
H A Dapp_mgr_proxy.cpp1847 int32_t AppMgrProxy::NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyMemorySizeStateChanged() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1527 int32_t AppMgrService::NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyMemorySizeStateChanged() function in OHOS::AppExecFwk::AppMgrService
1534 return appMgrServiceInner_->NotifyMemorySizeStateChanged(isMemorySizeSufficient); in NotifyMemorySizeStateChanged()
H A Dapp_mgr_service_inner.cpp7603 int32_t AppMgrServiceInner::NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1321 * @tc.desc: NotifyMemorySizeStateChanged.
1328 int32_t ret = appMgrClient->NotifyMemorySizeStateChanged(isMemorySizeSufficient); in HWTEST_F()

Completed in 33 milliseconds