Home
last modified time | relevance | path

Searched refs:IsNeedTimeoutForTest (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviced_fuzzer/
H A Dabilitymanagerserviced_fuzzer.cpp76 abilityms->IsNeedTimeoutForTest(stringParam, stringParam); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp728 EXPECT_FALSE(abilityMs_->IsNeedTimeoutForTest("", ""));
730 EXPECT_TRUE(abilityMs_->IsNeedTimeoutForTest("abilityName", "state"));
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2028 bool IsNeedTimeoutForTest(const std::string &abilityName, const std::string &state) const;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp5310 …if (IsNeedTimeoutForTest(abilityInfo.name, AbilityRecord::ConvertAbilityState(AbilityState::INITIA… in AttachAbilityThread()
5906 if (IsNeedTimeoutForTest(abilityInfo.name, tempState)) { in AbilityTransitionDone()
6055 if (IsNeedTimeoutForTest(abilityRecord->GetAbilityInfo().name, std::string("COMMAND"))) { in ScheduleCommandAbilityDone()
8933 bool AbilityManagerService::IsNeedTimeoutForTest(const std::string &abilityName, const std::string … in IsNeedTimeoutForTest() function in OHOS::AAFwk::AbilityManagerService