Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviced_fuzzer/
H A Dabilitymanagerserviced_fuzzer.cpp76 abilityms->IsNeedTimeoutForTest(stringParam, stringParam); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp706 * Function: IsNeedTimeoutForTest
708 * FunctionPoints: AbilityManagerService IsNeedTimeoutForTest
714 EXPECT_FALSE(abilityMs_->IsNeedTimeoutForTest("", "")); in HWTEST_F()
716 EXPECT_TRUE(abilityMs_->IsNeedTimeoutForTest("abilityName", "state")); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp2154 * @tc.desc: Test the state of IsNeedTimeoutForTest
2163 bool ret = abilityMs->IsNeedTimeoutForTest(abilityName, state); in HWTEST_F()
2169 ret = abilityMs->IsNeedTimeoutForTest(abilityName, state); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2018 bool IsNeedTimeoutForTest(const std::string &abilityName, const std::string &state) const;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp5289 if (IsNeedTimeoutForTest(abilityInfo.name, AbilityRecord::ConvertAbilityState(AbilityState::INITIAL))) { in AttachAbilityThread()
5889 if (IsNeedTimeoutForTest(abilityInfo.name, tempState)) { in AbilityTransitionDone()
6038 if (IsNeedTimeoutForTest(abilityRecord->GetAbilityInfo().name, std::string("COMMAND"))) { in ScheduleCommandAbilityDone()
8635 bool AbilityManagerService::IsNeedTimeoutForTest(const std::string &abilityName, const std::string &state) const in IsNeedTimeoutForTest() function in OHOS::AAFwk::AbilityManagerService

Completed in 31 milliseconds