Home
last modified time | relevance | path

Searched refs:mockAppScheduler1 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp1510 sptr<MockAppScheduler> mockAppScheduler1 = new (std::nothrow) MockAppScheduler(); variable
1524 ChangeAbilityStateAfterAppStart(mockAppScheduler1, pid_1);
1534 EXPECT_CALL(*mockAppScheduler1, ScheduleProcessSecurityExit()).Times(1);
1541 serviceInner_->OnRemoteDied(mockAppScheduler1);
1581 ChangeAbilityStateAfterAppStart(mockAppScheduler1, pid_1);
1685 ChangeAbilityStateAfterAppStart(mockAppScheduler1, pid_1);
1703 EXPECT_CALL(*mockAppScheduler1, ScheduleConfigurationUpdated(_))
1745 ChangeAbilityStateAfterAppStart(mockAppScheduler1, pid_1);
1772 EXPECT_CALL(*mockAppScheduler1, ScheduleConfigurationUpdated(_))
1819 ChangeAbilityStateAfterAppStart(mockAppScheduler1, pid_1);
[all …]