Home
last modified time | relevance | path

Searched refs:CallerAbilityInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h154 * @struct CallerAbilityInfo
157 struct CallerAbilityInfo { struct
193 std::shared_ptr<CallerAbilityInfo> GetCallerInfo() in GetCallerInfo()
222 std::shared_ptr<CallerAbilityInfo> callerInfo_ = nullptr;
852 std::shared_ptr<CallerAbilityInfo> GetCallerInfo() const;
1351 std::shared_ptr<CallerAbilityInfo> saCallerInfo_ = nullptr;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp161 callerInfo_ = std::make_shared<CallerAbilityInfo>(); in CallerRecord()
2167 saCallerInfo_ = std::make_shared<CallerAbilityInfo>(); in RecordSaCallerInfo()
2190 std::shared_ptr<CallerAbilityInfo> AbilityRecord::GetCallerInfo() const in GetCallerInfo()

Completed in 8 milliseconds