Home
last modified time | relevance | path

Searched refs:SystemAbilityCallerRecord (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h100 * @class SystemAbilityCallerRecord
103 class SystemAbilityCallerRecord { class
105 SystemAbilityCallerRecord(std::string &srcAbilityId, const sptr<IRemoteObject> &callerToken) in SystemAbilityCallerRecord() function in OHOS::AAFwk::SystemAbilityCallerRecord
108 virtual ~SystemAbilityCallerRecord() in ~SystemAbilityCallerRecord()
136 void SetResultToSystemAbility(std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord,
143 const std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord,
175 CallerRecord(int requestCode, std::shared_ptr<SystemAbilityCallerRecord> saCaller) : requestCode_(requestCode), in CallerRecord()
189 std::shared_ptr<SystemAbilityCallerRecord> GetSaCaller() in GetSaCaller()
221 std::shared_ptr<SystemAbilityCallerRecord> saCaller_ = nullptr;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1877 std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord = caller->GetSaCaller(); in SendResultToCallers()
1945 std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord = caller->GetSaCaller(); in SaveResult()
1955 void SystemAbilityCallerRecord::SetResultToSystemAbility( in SetResultToSystemAbility()
1956 std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord, in SetResultToSystemAbility()
1975 void SystemAbilityCallerRecord::SendResultToSystemAbility(int requestCode, in SendResultToSystemAbility()
1976 const std::shared_ptr<SystemAbilityCallerRecord> callerSystemAbilityRecord, in SendResultToSystemAbility()
2150 std::shared_ptr<SystemAbilityCallerRecord> systemAbilityRecord = in AddSystemAbilityCallerRecord()
2151 std::make_shared<SystemAbilityCallerRecord>(srcAbilityId, callerToken); in AddSystemAbilityCallerRecord()
2153 std::shared_ptr<SystemAbilityCallerRecord> saCaller = callerRecord->GetSaCaller(); in AddSystemAbilityCallerRecord()
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp1734 caller->saCaller_ = std::make_shared<SystemAbilityCallerRecord>(srcAbilityId, abilityRecord->GetToken()); in HWTEST_F()
1833 caller->saCaller_ = std::make_shared<SystemAbilityCallerRecord>(srcAbilityId, abilityRecord->GetToken()); in HWTEST_F()
1843 * CaseDescription: Verify SystemAbilityCallerRecord SetResultToSystemAbility
1850 std::shared_ptr<SystemAbilityCallerRecord> systemAbilityRecord = in HWTEST_F()
1851 std::make_shared<SystemAbilityCallerRecord>(srcAbilityId, abilityRecord->GetToken()); in HWTEST_F()
1863 * CaseDescription: Verify SystemAbilityCallerRecord SendResultToSystemAbility
1869 std::shared_ptr<SystemAbilityCallerRecord> systemAbilityRecord = in HWTEST_F()
1870 std::make_shared<SystemAbilityCallerRecord>(srcAbilityId, abilityRecord->GetToken()); in HWTEST_F()
1956 std::shared_ptr<SystemAbilityCallerRecord> saCaller = in HWTEST_F()
1957 std::make_shared<SystemAbilityCallerRecord>(srcAbilityI in HWTEST_F()
[all...]

Completed in 12 milliseconds