Searched refs:IsNeedTimeoutForTest (Results 1 – 4 of 4) sorted by relevance
76 abilityms->IsNeedTimeoutForTest(stringParam, stringParam); in DoSomethingInterestingWithMyAPI()
728 EXPECT_FALSE(abilityMs_->IsNeedTimeoutForTest("", ""));730 EXPECT_TRUE(abilityMs_->IsNeedTimeoutForTest("abilityName", "state"));
2028 bool IsNeedTimeoutForTest(const std::string &abilityName, const std::string &state) const;
5310 …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