Home
last modified time | relevance | path

Searched refs:GetSaCaller (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h190 std::shared_ptr<SystemAbilityCallerRecord> GetSaCaller() in GetSaCaller() function
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1887 … std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord = caller->GetSaCaller(); in SendResultToCallers()
1955 … std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord = caller->GetSaCaller(); in SaveResult()
2164 std::shared_ptr<SystemAbilityCallerRecord> saCaller = callerRecord->GetSaCaller(); in AddSystemAbilityCallerRecord()