Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp558 auto res = mockAppMgrService_->HandleNotifyMemorySizeStateChanged(data, reply);
572 auto res = mockAppMgrService_->HandleNotifyMemorySizeStateChanged(data, reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_stub.h150 int32_t HandleNotifyMemorySizeStateChanged(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp319 return HandleNotifyMemorySizeStateChanged(data, reply); in OnRemoteRequestInnerSeventh()
1553 int32_t AppMgrStub::HandleNotifyMemorySizeStateChanged(MessageParcel &data, MessageParcel &reply) in HandleNotifyMemorySizeStateChanged() function in OHOS::AppExecFwk::AppMgrStub