Searched refs:callerSystemAbilityRecord (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 1877 std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord = caller->GetSaCaller(); in SendResultToCallers() local 1878 if (callerSystemAbilityRecord != nullptr) { in SendResultToCallers() 1880 callerSystemAbilityRecord->SendResultToSystemAbility(caller->GetRequestCode(), in SendResultToCallers() 1881 callerSystemAbilityRecord, abilityInfo_.applicationInfo.uid, in SendResultToCallers() 1945 std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord = caller->GetSaCaller(); in SaveResult() local 1946 if (callerSystemAbilityRecord != nullptr) { in SaveResult() 1949 callerSystemAbilityRecord->SetResultToSystemAbility(callerSystemAbilityRecord, *newWant, in SaveResult() 1956 std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord, in SetResultToSystemAbility() 1960 std::string srcAbilityId = callerSystemAbilityRecord in SetResultToSystemAbility() 1955 SetResultToSystemAbility( std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord, Want &resultWant, int resultCode) SetResultToSystemAbility() argument 1975 SendResultToSystemAbility(int requestCode, const std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord, int32_t callerUid, uint32_t accessToken, bool schedulerdied) SendResultToSystemAbility() argument [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 136 void SetResultToSystemAbility(std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord, 143 const std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord,
|
Completed in 7 milliseconds