Searched refs:NotifySCBToHandleAtomicServiceException (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/ |
H A D | ui_ability_lifecycle_manager.h | 367 void NotifySCBToHandleAtomicServiceException(sptr<SessionInfo> sessionInfo, int32_t errorCode,
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 324 DelayedSingleton<AbilityManagerService>::GetInstance()->NotifySCBToHandleAtomicServiceException( in HandleOnFreeInstallFail() 389 DelayedSingleton<AbilityManagerService>::GetInstance()->NotifySCBToHandleAtomicServiceException( in StartAbilityByPreInstall()
|
H A D | ability_manager_service.cpp | 11969 void AbilityManagerService::NotifySCBToHandleAtomicServiceException(const std::string& sessionId, int32_t errCode, in NotifySCBToHandleAtomicServiceException() function in OHOS::AAFwk::AbilityManagerService 11991 return uiAbilityManager->NotifySCBToHandleAtomicServiceException(sessionInfo, errCode, reason); in NotifySCBToHandleAtomicServiceException()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_manager_service.h | 1784 void NotifySCBToHandleAtomicServiceException(const std::string& sessionId, int errCode,
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/ |
H A D | ability_manager_service_third_test.cpp | 2229 * Function: NotifySCBToHandleAtomicServiceException 2230 * FunctionPoints: AbilityManagerService NotifySCBToHandleAtomicServiceException 2239 abilityMs_->NotifySCBToHandleAtomicServiceException(SESSIONID, errCode, reason); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 1601 void UIAbilityLifecycleManager::NotifySCBToHandleAtomicServiceException(sptr<SessionInfo> sessionInfo, in NotifySCBToHandleAtomicServiceException() function in OHOS::AAFwk::UIAbilityLifecycleManager
|
Completed in 35 milliseconds