Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp2599 appMgrServiceInner->HandleStartSpecifiedAbilityTimeOut(0);
2610 appMgrServiceInner->HandleStartSpecifiedAbilityTimeOut(0);
2613 appMgrServiceInner->HandleStartSpecifiedAbilityTimeOut(0);
2617 appMgrServiceInner->HandleStartSpecifiedAbilityTimeOut(0);
2620 appMgrServiceInner->HandleStartSpecifiedAbilityTimeOut(0);
2623 appMgrServiceInner->HandleStartSpecifiedAbilityTimeOut(0);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1389 void HandleStartSpecifiedAbilityTimeOut(const int64_t eventId);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3765 HandleStartSpecifiedAbilityTimeOut(event.GetParam()); in HandleTimeOut()
4510 void AppMgrServiceInner::HandleStartSpecifiedAbilityTimeOut(const int64_t eventId) in HandleStartSpecifiedAbilityTimeOut() function in OHOS::AppExecFwk::AppMgrServiceInner