Home
last modified time | relevance | path

Searched refs:GetThawReasonByAbilityType (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/res_sched_util_test/
H A Dres_sched_util_test.cpp100 * @tc.number: GetThawReasonByAbilityType
101 * @tc.desc: Test GetThawReasonByAbilityType
104 HWTEST_F(ResSchedUtilTest, GetThawReasonByAbilityType, TestSize.Level0) in HWTEST_F()
106 TAG_LOGI(AAFwkTag::TEST, "GetThawReasonByAbilityType called."); in HWTEST_F()
108 std::string reason = AAFwk::ResSchedUtil::GetInstance().GetThawReasonByAbilityType(abilityInfo); in HWTEST_F()
112 reason = AAFwk::ResSchedUtil::GetInstance().GetThawReasonByAbilityType(abilityInfo); in HWTEST_F()
117 reason = AAFwk::ResSchedUtil::GetInstance().GetThawReasonByAbilityType(abilityInfo); in HWTEST_F()
122 reason = AAFwk::ResSchedUtil::GetInstance().GetThawReasonByAbilityType(abilityInfo); in HWTEST_F()
/foundation/ability/ability_runtime/services/common/include/
H A Dres_sched_util.h51 std::string GetThawReasonByAbilityType(const AbilityInfo &abilityInfo);
/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp86 std::string ResSchedUtil::GetThawReasonByAbilityType(const AbilityInfo &abilityInfo) in GetThawReasonByAbilityType() function in OHOS::AAFwk::ResSchedUtil
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp554 std::string reason = ResSchedUtil::GetInstance().GetThawReasonByAbilityType(abilityInfo); in ReportEventToRSS()
H A Dability_manager_service.cpp2645 std::string reason = ResSchedUtil::GetInstance().GetThawReasonByAbilityType(abilityInfo); in ReportEventToRSS()

Completed in 26 milliseconds