Home
last modified time | relevance | path

Searched refs:isMemorySizeSufficient (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h778 * @param isMemorySizeSufficient Indicates the memory size state.
781 virtual int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyMemorySizeStateChanged() argument
H A Dapp_mgr_client.h788 * @param isMemorySizeSufficient Indicates the memory size state.
791 int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient);
H A Dapp_mgr_proxy.h677 * @param isMemorySizeSufficient Indicates the memory size state.
680 virtual int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) override;
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h719 * @param isMemorySizeSufficient Indicates the memory size state.
722 int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) override;
H A Dapp_mgr_service_inner.h1204 * @param isMemorySizeSufficient Indicates the memory size state.
1207 int32_t NotifyMemorySizeStateChanged(bool isMemorySizeSufficient);
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1327 bool isMemorySizeSufficient = false; in HWTEST_F() local
1328 int32_t ret = appMgrClient->NotifyMemorySizeStateChanged(isMemorySizeSufficient); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1541 bool isMemorySizeSufficient = data.ReadBool(); in HandleNotifyMemorySizeStateChanged() local
1542 int result = NotifyMemorySizeStateChanged(isMemorySizeSufficient); in HandleNotifyMemorySizeStateChanged()
H A Dapp_mgr_proxy.cpp1847 int32_t AppMgrProxy::NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyMemorySizeStateChanged() argument
1853 PARCEL_UTIL_WRITE_RET_INT(data, Bool, isMemorySizeSufficient); in NotifyMemorySizeStateChanged()
H A Dapp_mgr_client.cpp1223 int32_t AppMgrClient::NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyMemorySizeStateChanged() argument
1230 return service->NotifyMemorySizeStateChanged(isMemorySizeSufficient); in NotifyMemorySizeStateChanged()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1527 int32_t AppMgrService::NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyMemorySizeStateChanged() argument
1534 return appMgrServiceInner_->NotifyMemorySizeStateChanged(isMemorySizeSufficient); in NotifyMemorySizeStateChanged()
H A Dapp_mgr_service_inner.cpp7603 int32_t AppMgrServiceInner::NotifyMemorySizeStateChanged(bool isMemorySizeSufficient) in NotifyAppFaultBySA() argument
7605 TAG_LOGI(AAFwkTag::APPMGR, "isMemorySizeSufficient: %{public}d", in NotifyAppFaultBySA()
7606 isMemorySizeSufficient); in NotifyAppFaultBySA()
7615 if (!isMemorySizeSufficient) { in NotifyAppFaultBySA()

Completed in 38 milliseconds