Searched refs:IsNeedTimeoutForTest (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviced_fuzzer/ |
H A D | abilitymanagerserviced_fuzzer.cpp | 76 abilityms->IsNeedTimeoutForTest(stringParam, stringParam); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/ |
H A D | ability_manager_service_third_test.cpp | 706 * 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 D | ability_manager_service_first_test.cpp | 2154 * @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 D | ability_manager_service.h | 2018 bool IsNeedTimeoutForTest(const std::string &abilityName, const std::string &state) const;
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 5289 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 32 milliseconds