Home
last modified time | relevance | path

Searched defs:callRecord (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp79 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
135 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
215 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
254 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
277 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
300 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
358 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_container.cpp61 …lContainer::InsertCallRecordMap(sptr<IRemoteObject> object, std::shared_ptr<CallRecord> callRecord) in InsertCallRecordMap()
80 const std::shared_ptr<CallRecord>& callRecord) in AddCallRecord()
137 std::shared_ptr<CallRecord> callRecord = FindCallRecordMap(object); in OnConnectionDied() local
154 std::shared_ptr<CallRecord> callRecord = iter.second; in CallRequestDone() local
169 auto callRecord = iter.second; in Dump() local
180 auto callRecord = iter.second; in IsNeedToCallRequest() local
H A Dcall_record.cpp48 … auto callRecord = std::make_shared<CallRecord>(callerUid, targetService, connCallback, callToken); in CreateCallRecord() local
66 std::weak_ptr<CallRecord> callRecord = shared_from_this(); in SetCallStub() local
H A Dability_record.cpp3112 std::shared_ptr<CallRecord> callRecord = callContainer_->GetCallRecord(callback); in Resolve() local
H A Dmission_list_manager.cpp3510 void MissionListManager::OnCallConnectDied(const std::shared_ptr<CallRecord> &callRecord) in OnCallConnectDied()
H A Dability_manager_service.cpp6476 void AbilityManagerService::OnCallConnectDied(std::shared_ptr<CallRecord> callRecord) in OnCallConnectDied()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test_call.cpp177 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
245 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
416 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/mission_list_manager_ut_test/
H A Dmission_list_manager_ut_test.cpp117 std::shared_ptr<CallRecord> callRecord = variable
157 std::shared_ptr<CallRecord> callRecord = variable
197 std::shared_ptr<CallRecord> callRecord = variable
268 …std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallba… variable
314 …std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallba… variable
433 …std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallba… variable
468 …std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallba… variable
505 …std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallba… variable
572 …std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallba… variable
721 std::shared_ptr<CallRecord> callRecord = variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_record_test/
H A Dcall_record_test.cpp80 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviceeighth_fuzzer/
H A Dabilitymanagerserviceeighth_fuzzer.cpp60 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagersecond_fuzzer/
H A Dmissionlistmanagersecond_fuzzer.cpp155 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp159 auto callRecord = std::make_shared<CallRecord>(int32Param, targetService, connect, token); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagera_fuzzer/
H A Duiabilitylifecyclemanagera_fuzzer.cpp86 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI1() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1964 void UIAbilityLifecycleManager::OnCallConnectDied(const std::shared_ptr<CallRecord> &callRecord) in OnCallConnectDied()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp2817 std::shared_ptr<CallRecord> callRecord = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp2783 auto callRecord = GetAppRunningRecordByAbilityToken(callerToken); in AttachPidToParent() local