Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp321 … DelayedSingleton<AbilityManagerService>::GetInstance()->NotifySCBToHandleAtomicServiceException( in HandleOnFreeInstallFail()
386 … DelayedSingleton<AbilityManagerService>::GetInstance()->NotifySCBToHandleAtomicServiceException( in StartAbilityByPreInstall()
H A Dability_manager_service.cpp12298 void AbilityManagerService::NotifySCBToHandleAtomicServiceException(const std::string& sessionId, i… in NotifySCBToHandleAtomicServiceException() function in OHOS::AAFwk::AbilityManagerService
12320 return uiAbilityManager->NotifySCBToHandleAtomicServiceException(sessionInfo, errCode, reason); in NotifySCBToHandleAtomicServiceException()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/
H A Dui_ability_lifecycle_manager.h364 void NotifySCBToHandleAtomicServiceException(sptr<SessionInfo> sessionInfo, int32_t errorCode,
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp1235 abilityMs_->NotifySCBToHandleAtomicServiceException(SESSIONID, errCode, reason);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h1796 void NotifySCBToHandleAtomicServiceException(const std::string& sessionId, int errCode,
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1596 void UIAbilityLifecycleManager::NotifySCBToHandleAtomicServiceException(sptr<SessionInfo> sessionIn… in NotifySCBToHandleAtomicServiceException() function in OHOS::AAFwk::UIAbilityLifecycleManager