Searched refs:CallerRecord (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test.cpp | 832 std::shared_ptr<CallerRecord> caller = std::make_shared<CallerRecord>(0, abilityRecord); in HWTEST_F() 854 std::shared_ptr<CallerRecord> caller = std::make_shared<CallerRecord>(0, nullptr); in HWTEST_F() 1710 std::shared_ptr<CallerRecord> caller = std::make_shared<CallerRecord>(0, callerAbilityRecord); in HWTEST_F() 1730 std::shared_ptr<CallerRecord> caller = std::make_shared<CallerRecord>(0, callerAbilityRecord); in HWTEST_F() 1750 std::shared_ptr<CallerRecord> caller = std::make_shared<CallerRecord>( in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 168 * @class CallerRecord 171 class CallerRecord { class 173 CallerRecord() = default; 174 CallerRecord(int requestCode, std::weak_ptr<AbilityRecord> caller); 175 CallerRecord(int requestCode, std::shared_ptr<SystemAbilityCallerRecord> saCaller) : requestCode_(requestCode), in CallerRecord() function in OHOS::AAFwk::CallerRecord 178 virtual ~CallerRecord() in ~CallerRecord() 797 void SaveResult(int resultCode, const Want *resultWant, std::shared_ptr<CallerRecord> caller); 849 std::list<std::shared_ptr<CallerRecord>> GetCallerRecordList() const; 1278 std::list<std::shared_ptr<CallerRecord>> callerList_ = {};
|
/foundation/ability/ability_runtime/test/unittest/mission_list_test/ |
H A D | mission_list_test.cpp | 753 std::shared_ptr<CallerRecord> callerRecord1 = std::make_shared<CallerRecord>(0, abilityRecord1); in HWTEST_F() 754 std::shared_ptr<CallerRecord> callerRecord2 = std::make_shared<CallerRecord>(1, abilityRecord1); in HWTEST_F() 755 std::shared_ptr<CallerRecord> callerRecord3 = std::make_shared<CallerRecord>(1, nullptr); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 156 CallerRecord::CallerRecord(int requestCode, std::weak_ptr<AbilityRecord> caller) in CallerRecord() function in OHOS::AAFwk::CallerRecord 1931 void AbilityRecord::SaveResult(int resultCode, const Want *resultWant, std::shared_ptr<CallerRecord> caller) in SaveResult() 2094 auto isExist = [&abilityRecord](const std::shared_ptr<CallerRecord> &callerRecord) { in AddCallerRecord() 2099 auto newCallerRecord = std::make_shared<CallerRecord>(requestCode, abilityRecord); in AddCallerRecord() 2152 auto isExist = [&srcAbilityId](const std::shared_ptr<CallerRecord> &callerRecord) { in AddSystemAbilityCallerRecord() 2161 callerList_.emplace_back(std::make_shared<CallerRecord>(requestCode, systemAbilityRecord)); in AddSystemAbilityCallerRecord() 2174 std::list<std::shared_ptr<CallerRecord>> AbilityRecord::GetCallerRecordList() const in GetCallerRecordList()
|
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/ |
H A D | ability_connect_manager_test.cpp | 1810 std::shared_ptr<CallerRecord> caller1 = std::make_shared<CallerRecord>(0, abilityRecord); in HWTEST_F() 1811 std::shared_ptr<CallerRecord> caller2 = std::make_shared<CallerRecord>(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/ |
H A D | ui_ability_lifecycle_manager_test.cpp | 4305 auto newCallerRecord = std::make_shared<CallerRecord>(requestCode, callerAbilityRecord); in HWTEST_F() 4336 auto newCallerRecord = std::make_shared<CallerRecord>(requestCode, abilityRecord); in HWTEST_F() 4367 auto newCallerRecord = std::make_shared<CallerRecord>(requestCode, callerAbilityRecord); in HWTEST_F() 4402 auto newCallerRecord = std::make_shared<CallerRecord>(requestCode, callerAbilityRecord); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/ |
H A D | mission_list_manager_test.cpp | 6513 auto newCallerRecord = std::make_shared<CallerRecord>(requestCode, callerAbilityRecord); in HWTEST_F() 6546 auto newCallerRecord = std::make_shared<CallerRecord>(requestCode, abilityRecord); in HWTEST_F() 6579 auto newCallerRecord = std::make_shared<CallerRecord>(requestCode, callerAbilityRecord); in HWTEST_F() 6616 auto newCallerRecord = std::make_shared<CallerRecord>(requestCode, callerAbilityRecord); in HWTEST_F()
|
Completed in 41 milliseconds