Searched refs:restartMax_ (Results 1 – 3 of 3) sorted by relevance
333 EXPECT_TRUE(rootLauncher->restartCount_ < rootLauncher->restartMax_);381 EXPECT_TRUE(rootLauncher->restartCount_ < rootLauncher->restartMax_);416 while (i < rootLauncher->restartMax_) {
1292 int32_t restartMax_ = -1; variable
194 restartMax_ = AmsConfigurationParameter::GetInstance().GetMaxRestartNum(isRootLauncher); in AbilityRecord()198 restartCount_ = restartMax_; in AbilityRecord()2835 restartCount_ = isRestart ? (--restartCount_) : restartMax_; in SetRestarting()2847 restartCount_ = isRestart ? canRestartCount : restartMax_; in SetRestarting()