Home
last modified time | relevance | path

Searched refs:restartTime_ (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp334 restartTime_ = AbilityUtil::SystemTimeMillis(); in LoadAbility()
380 static_cast<unsigned long long>(restartTime_), in CanRestartResident()
382 if ((AbilityUtil::SystemTimeMillis() - restartTime_) < restartIntervalTime) { in CanRestartResident()
2869 return restartTime_; in GetRestartTime()
2874 restartTime_ = restartTime; in SetRestartTime()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h1242 int64_t restartTime_ = 0; // the time of last trying restart member in OHOS::AAFwk::AbilityRecord
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp2400 abilityRecord_->restartTime_ = AbilityUtil::SystemTimeMillis(); in HWTEST_F()
2401 abilityRecord_->restartTime_ = 0; in HWTEST_F()
2424 EXPECT_EQ(abilityRecord_->restartTime_, 0); in HWTEST_F()

Completed in 22 milliseconds