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_;
41 struct TestApplicationPreRecord { struct42 TestApplicationPreRecord(const std::shared_ptr<AbilityRunningRecord>& firstAbilityRecord, in TestApplicationPreRecord() argument46 virtual ~TestApplicationPreRecord() in ~TestApplicationPreRecord()49 std::shared_ptr<AbilityRunningRecord> firstAbilityRecord_;50 std::shared_ptr<AppRunningRecord> appRecord_;51 sptr<MockAppScheduler> mockAppScheduler_ = nullptr;