Home
last modified time | relevance | path

Searched defs:TestApplicationPreRecord (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/
H A Dams_workflow_test.cpp35 struct TestApplicationPreRecord { struct
36 TestApplicationPreRecord( in TestApplicationPreRecord() argument
41 std::shared_ptr<AbilityRunningRecord> GetAbility(const sptr<IRemoteObject>& token) const in GetAbility()
46 virtual ~TestApplicationPreRecord() in ~TestApplicationPreRecord()
49 std::shared_ptr<AppRunningRecord> appRecord_;
50 sptr<MockAppScheduler> mockAppScheduler_;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp41 struct TestApplicationPreRecord { struct
42 TestApplicationPreRecord(const std::shared_ptr<AbilityRunningRecord>& firstAbilityRecord, in TestApplicationPreRecord() argument
46 virtual ~TestApplicationPreRecord() in ~TestApplicationPreRecord()
49 std::shared_ptr<AbilityRunningRecord> firstAbilityRecord_;
50 std::shared_ptr<AppRunningRecord> appRecord_;
51 sptr<MockAppScheduler> mockAppScheduler_ = nullptr;