Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_observer_manager.cpp89 CHECK_POINTER_LOG(handler, "Fail to get Ability task handler."); in OnInstallFinished()
106 CHECK_POINTER_LOG(handler, "Fail to get Ability task handler."); in OnInstallFinishedByUrl()
H A Dstart_ability_utils.cpp321 CHECK_POINTER_LOG(abilityInfo, "abilityInfo is invalid."); in FindExtensionInfo()
323 CHECK_POINTER_LOG(bms, "bms is invalid."); in FindExtensionInfo()
H A Dmission_list_manager.cpp93 CHECK_POINTER_LOG(token, "token is nullptr."); in __anonbbe990f90202()
1554 CHECK_POINTER_LOG(abilityRecord, "RemoveBackgroundingAbility fail, ability record is null.") in RemoveBackgroundingAbility()
1589CHECK_POINTER_LOG(needTopAbility, "The ability needs back to other mission stack, but needTopAbili… in RemoveBackgroundingAbility()
1603 CHECK_POINTER_LOG(needTopAbility, "NeedTopAbility of launcherRoot is null.") in RemoveBackgroundingAbility()
2591 CHECK_POINTER_LOG(handler, "Get AbilityEventHandler failed."); in OnAbilityDied()
2600 CHECK_POINTER_LOG(taskHandler, "Fail to get AbilityTaskHandler."); in OnAbilityDied()
2733 CHECK_POINTER_LOG(handler, "Fail to get AbilityTaskHandler."); in PostStartWaitingAbility()
2761 CHECK_POINTER_LOG(mission, "Fail to get launcher mission."); in HandleLauncherDied()
2786 CHECK_POINTER_LOG(ability, "ability is null."); in HandleAbilityDiedByDefault()
2794 CHECK_POINTER_LOG(mission, "Fail to get mission."); in HandleAbilityDiedByDefault()
[all …]
H A Dability_record.cpp109 CHECK_POINTER_LOG(token, "token is nullptr"); in __anonc9e6720e0102()
897 CHECK_POINTER_LOG(handler, "Fail to get TaskHandler."); in PostCancelStartingWindowHotTask()
900 CHECK_POINTER_LOG(windowHandler, "PostCancelStartingWindowColdTask, Get WMS handler failed."); in PostCancelStartingWindowHotTask()
925 CHECK_POINTER_LOG(handler, "Fail to get TaskHandler."); in PostCancelStartingWindowColdTask()
928 CHECK_POINTER_LOG(windowHandler, "PostCancelStartingWindowColdTask, Get WMS handler failed."); in PostCancelStartingWindowColdTask()
H A Dability_manager_service.cpp2571 CHECK_POINTER_LOG(callerToken, "associated start caller token is nullptr"); in ReportAbilityAssociatedStartInfoToRSS()
2582 CHECK_POINTER_LOG(taskHandler_, "taskhandler null"); in ReportEventToRSS()
5755 CHECK_POINTER_LOG(missionListManager, "Current mission manager not init."); in DumpMissionInner()
5762 CHECK_POINTER_LOG(connectManager, "Current mission manager not init."); in DumpStateInner()
6159 CHECK_POINTER_LOG(connectManager, "Connect manager not init."); in OnAppStateChanged()
12010 CHECK_POINTER_LOG(connectManager, "can not find user connect manager"); in NotifyFrozenProcessByRSS()
12018 CHECK_POINTER_LOG(appMgr, "get appMgr fail"); in HandleRestartResidentProcessDependedOnWeb()
12442 CHECK_POINTER_LOG(callerAbilityRecord, "callerAbilityRecord is nullptr"); in SetAbilityRequestSessionInfo()
12444 CHECK_POINTER_LOG(callerSessionInfo, "callerSessionInfo is nullptr"); in SetAbilityRequestSessionInfo()
12453 CHECK_POINTER_LOG(sceneSessionManager, "sceneSessionManager is nullptr"); in SetAbilityRequestSessionInfo()
[all …]
H A Dfree_install_manager.cpp565 CHECK_POINTER_LOG(handler, "Fail to get Ability task handler."); in PostUpgradeAtomicServiceTask()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_util.h73 #define CHECK_POINTER_LOG(object, log) \ macro
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp70 CHECK_POINTER_LOG(token, "token is nullptr."); in __anon8eda10ba0202()
967 CHECK_POINTER_LOG(sessionInfo, "sessionInfo is invalid."); in CallUIAbilityBySCB()
968 CHECK_POINTER_LOG(sessionInfo->sessionToken, "sessionToken is nullptr."); in CallUIAbilityBySCB()
983 CHECK_POINTER_LOG(uiAbilityRecord, "UIAbility not exist."); in CallUIAbilityBySCB()
1648 CHECK_POINTER_LOG(handler, "Fail to get AbilityEventHandler."); in OnAbilityDied()
1657 CHECK_POINTER_LOG(taskHandler, "Get AbilityTaskHandler failed."); in OnAbilityDied()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2133 CHECK_POINTER_LOG(abilityRecord, "parameter(abilityRecord) is null"); in HandleLaunchAbility()
2142 CHECK_POINTER_LOG(applicationImpl_, "applicationImpl_ is null"); in HandleLaunchAbility()
2143 CHECK_POINTER_LOG(abilityRecordMgr_, "abilityRecordMgr_ is null"); in HandleLaunchAbility()
2146 CHECK_POINTER_LOG(abilityToken, "abilityRecord->GetToken failed"); in HandleLaunchAbility()