Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp2655 connectManager->PrintTimeOutLog(nullptr, msgId);
2673 connectManager->PrintTimeOutLog(abilityRecord, msgId);
2691 connectManager->PrintTimeOutLog(abilityRecord, msgId);
2709 connectManager->PrintTimeOutLog(abilityRecord, msgId);
2727 connectManager->PrintTimeOutLog(abilityRecord, msgId);
2745 connectManager->PrintTimeOutLog(abilityRecord, msgId);
2763 connectManager->PrintTimeOutLog(abilityRecord, msgId);
2781 connectManager->PrintTimeOutLog(abilityRecord, msgId);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp765 uiAbilityLifecycleManager->PrintTimeOutLog(nullptr, msgId);
780 uiAbilityLifecycleManager->PrintTimeOutLog(abilityRecord, msgId);
795 uiAbilityLifecycleManager->PrintTimeOutLog(abilityRecord, msgId);
810 uiAbilityLifecycleManager->PrintTimeOutLog(abilityRecord, msgId);
825 uiAbilityLifecycleManager->PrintTimeOutLog(abilityRecord, msgId);
840 uiAbilityLifecycleManager->PrintTimeOutLog(abilityRecord, msgId);
855 uiAbilityLifecycleManager->PrintTimeOutLog(abilityRecord, msgId);
870 uiAbilityLifecycleManager->PrintTimeOutLog(abilityRecord, msgId);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/
H A Dui_ability_lifecycle_manager.h396 … void PrintTimeOutLog(std::shared_ptr<AbilityRecord> ability, uint32_t msgId, bool isHalf = false);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_connect_manager.h553 …void PrintTimeOutLog(const std::shared_ptr<AbilityRecord> &ability, uint32_t msgId, bool isHalf = …
H A Dmission_list_manager.h430 …void PrintTimeOutLog(const std::shared_ptr<AbilityRecord> &ability, uint32_t msgId, bool isHalf = …
/ohos5.0/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H A Dmission_list_manager_test.cpp3785 missionListManager->PrintTimeOutLog(nullptr, msgId);
3803 missionListManager->PrintTimeOutLog(abilityRecord, msgId);
3821 missionListManager->PrintTimeOutLog(abilityRecord, msgId);
3839 missionListManager->PrintTimeOutLog(abilityRecord, msgId);
3857 missionListManager->PrintTimeOutLog(abilityRecord, msgId);
3875 missionListManager->PrintTimeOutLog(abilityRecord, msgId);
3893 missionListManager->PrintTimeOutLog(abilityRecord, msgId);
3911 missionListManager->PrintTimeOutLog(abilityRecord, msgId);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp860 selfObj->PrintTimeOutLog(abilityRecord, AbilityManagerService::BACKGROUND_TIMEOUT_MSG); in MoveToBackground()
1092 void UIAbilityLifecycleManager::PrintTimeOutLog(std::shared_ptr<AbilityRecord> ability, uint32_t ms… in PrintTimeOutLog() function in OHOS::AAFwk::UIAbilityLifecycleManager
1373 PrintTimeOutLog(abilityRecord, AbilityManagerService::TERMINATE_TIMEOUT_MSG); in DelayCompleteTerminate()
1548 PrintTimeOutLog(abilityRecord, msgId, isHalf); in OnTimeOut()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp1620 PrintTimeOutLog(abilityRecord, AbilityManagerService::TERMINATE_TIMEOUT_MSG); in HandleStopTimeoutTask()
2063 PrintTimeOutLog(abilityRecord, msgId, isHalf); in OnTimeOut()
2668 selfObj->PrintTimeOutLog(abilityRecord, AbilityManagerService::BACKGROUND_TIMEOUT_MSG); in MoveToBackground()
2734 void AbilityConnectManager::PrintTimeOutLog(const std::shared_ptr<AbilityRecord> &ability, uint32_t… in PrintTimeOutLog() function in OHOS::AAFwk::AbilityConnectManager
H A Dmission_list_manager.cpp1828 PrintTimeOutLog(abilityRecord, AbilityManagerService::TERMINATE_TIMEOUT_MSG); in DelayCompleteTerminate()
2143 self->PrintTimeOutLog(abilityRecord, AbilityManagerService::BACKGROUND_TIMEOUT_MSG); in MoveToBackgroundTask()
2186 void MissionListManager::PrintTimeOutLog(const std::shared_ptr<AbilityRecord> &ability, uint32_t ms… in PrintTimeOutLog() function in OHOS::AAFwk::MissionListManager
2305 PrintTimeOutLog(abilityRecord, msgId, isHalf); in OnTimeOut()