Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp246 …std::function<void()> applicationBackgroundedFunc = [appMgrServiceInner = appMgrServiceInner_, rec… in ApplicationBackgrounded() local
249 taskHandler_->SubmitTask(applicationBackgroundedFunc, AAFwk::TaskAttribute{ in ApplicationBackgrounded()