Searched defs:TestApplicationPreRecord (Results 1 – 2 of 2) sorted by relevance
35 struct TestApplicationPreRecord { struct36 TestApplicationPreRecord( in TestApplicationPreRecord() argument41 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_;
39 struct TestApplicationPreRecord { struct40 TestApplicationPreRecord(const std::shared_ptr<AbilityRunningRecord>& firstAbilityRecord, in TestApplicationPreRecord() function44 virtual ~TestApplicationPreRecord() in ~TestApplicationPreRecord()47 std::shared_ptr<AbilityRunningRecord> firstAbilityRecord_;48 std::shared_ptr<AppRunningRecord> appRecord_;49 sptr<MockAppScheduler> mockAppScheduler_ = nullptr;