Home
last modified time | relevance | path

Searched refs:CallRecord (Results 1 - 22 of 22) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_record.cpp23 int64_t CallRecord::callRecordId = 0;
25 CallRecord::CallRecord(const int32_t callerUid, const std::shared_ptr<AbilityRecord> &targetService, in CallRecord() function in OHOS::AAFwk::CallRecord
37 CallRecord::~CallRecord() in ~CallRecord()
44 std::shared_ptr<CallRecord> CallRecord::CreateCallRecord(const int32_t callerUid, in CreateCallRecord()
48 auto callRecord = std::make_shared<CallRecord>(callerUid, targetService, connCallback, callToken); in CreateCallRecord()
54 void CallRecord::SetCallStub(const sptr<IRemoteObject> &call) in SetCallStub()
66 std::weak_ptr<CallRecord> callRecor in SetCallStub()
[all...]
H A Dcall_container.cpp39 std::shared_ptr<CallRecord> CallContainer::FindCallRecordMap(sptr<IRemoteObject> object) const in FindCallRecordMap()
49 std::shared_ptr<CallRecord> CallContainer::RemoveCallRecordMap(sptr<IRemoteObject> object) in RemoveCallRecordMap()
51 std::shared_ptr<CallRecord> result; in RemoveCallRecordMap()
61 void CallContainer::InsertCallRecordMap(sptr<IRemoteObject> object, std::shared_ptr<CallRecord> callRecord) in InsertCallRecordMap()
80 const std::shared_ptr<CallRecord>& callRecord) in AddCallRecord()
99 std::shared_ptr<CallRecord> CallContainer::GetCallRecord(const sptr<IAbilityConnection> & connect) const in GetCallRecord()
137 std::shared_ptr<CallRecord> callRecord = FindCallRecordMap(object); in OnConnectionDied()
154 std::shared_ptr<CallRecord> callRecord = iter.second; in CallRequestDone()
H A Dability_record.cpp3084 std::shared_ptr<CallRecord> callRecord = callContainer_->GetCallRecord(callback); in Resolve()
3086 callRecord = CallRecord::CreateCallRecord( in Resolve()
H A Dability_manager_service.cpp6475 void AbilityManagerService::OnCallConnectDied(std::shared_ptr<CallRecord> callRecord) in OnCallConnectDied()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dcall_container.h31 class CallRecord;
38 using CallMapType = std::map<sptr<IRemoteObject>, std::shared_ptr<CallRecord>>;
44 void AddCallRecord(const sptr<IAbilityConnection> &connect, const std::shared_ptr<CallRecord> &callRecord);
45 std::shared_ptr<CallRecord> GetCallRecord(const sptr<IAbilityConnection> &connect) const;
47 std::shared_ptr<CallRecord> FindCallRecordMap(sptr<IRemoteObject> object) const;
48 std::shared_ptr<CallRecord> RemoveCallRecordMap(sptr<IRemoteObject> object);
49 void InsertCallRecordMap(sptr<IRemoteObject> object, std::shared_ptr<CallRecord> callRecord);
H A Dcall_record.h53 * @class CallRecord
54 * CallRecord,This class is used to record information about a connection of calling ability.
56 class CallRecord : public std::enable_shared_from_this<CallRecord> { class
58 CallRecord(const int32_t callerUid, const std::shared_ptr<AbilityRecord> &targetService,
60 virtual ~CallRecord();
62 static std::shared_ptr<CallRecord> CreateCallRecord(const int32_t callerUid,
95 DISALLOW_COPY_AND_MOVE(CallRecord);
H A Dability_manager_service.h998 void OnCallConnectDied(std::shared_ptr<CallRecord> callRecord);
/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp79 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F()
84 std::shared_ptr<CallRecord> getCallRecord = callContainer->GetCallRecord(abilityRequest.connect); in HWTEST_F()
100 std::shared_ptr<CallRecord> getCallRecord = callContainer->GetCallRecord(connect); in HWTEST_F()
135 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F()
215 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F()
254 std::shared_ptr<CallRecord> callRecord = CallRecord in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_ut_test/
H A Dmission_list_manager_ut_test.cpp117 std::shared_ptr<CallRecord> callRecord = in HWTEST_F()
118 std::make_shared<CallRecord>(callerUid, abilityRecord, connCallback, callToken); in HWTEST_F()
157 std::shared_ptr<CallRecord> callRecord = in HWTEST_F()
158 std::make_shared<CallRecord>(callerUid, abilityRecord, connCallback, callToken); in HWTEST_F()
197 std::shared_ptr<CallRecord> callRecord = in HWTEST_F()
198 std::make_shared<CallRecord>(1, abilityRecord, connCallback, callToken); in HWTEST_F()
199 std::shared_ptr<CallRecord> callRecord1 = in HWTEST_F()
200 std::make_shared<CallRecord>(2, abilityRecord, connCallback1, callToken); in HWTEST_F()
268 std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>( in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test_call.cpp177 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F()
245 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F()
416 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/call_record_test/
H A Dcall_record_test.cpp66 * @tc.desc: CallRecord to process SchedulerConnectDone success.
80 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviceeighth_fuzzer/
H A Dabilitymanagerserviceeighth_fuzzer.cpp60 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp158 // fuzz for CallRecord in DoSomethingInterestingWithMyAPI()
159 auto callRecord = std::make_shared<CallRecord>(int32Param, targetService, connect, token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagera_fuzzer/
H A Duiabilitylifecyclemanagera_fuzzer.cpp86 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI1()
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagersecond_fuzzer/
H A Dmissionlistmanagersecond_fuzzer.cpp155 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_list_manager_interface.h71 virtual void OnCallConnectDied(const std::shared_ptr<CallRecord> &callRecord) = 0;
H A Dmission_list_manager.h236 void OnCallConnectDied(const std::shared_ptr<CallRecord> &callRecord) override;
/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/
H A Dui_ability_lifecycle_manager.h263 void OnCallConnectDied(const std::shared_ptr<CallRecord> &callRecord);
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagerfirst_fuzzer/
H A Dmissionlistmanagerfirst_fuzzer.cpp265 auto callRecord = std::make_shared<CallRecord>(int32Param, abilityRecord, nullptr, abilityRecord->GetToken()); in DoSomethingTestWithMyAPI4()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1975 void UIAbilityLifecycleManager::OnCallConnectDied(const std::shared_ptr<CallRecord> &callRecord) in OnCallConnectDied()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp3542 void MissionListManager::OnCallConnectDied(const std::shared_ptr<CallRecord> &callRecord) in OnCallConnectDied()
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp2819 std::shared_ptr<CallRecord> callRecord = nullptr; in HWTEST_F()

Completed in 52 milliseconds