/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_container_test/ |
H A D | call_container_test.cpp | 79 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 D | call_container.cpp | 61 …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 D | call_record.cpp | 48 … 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 D | ability_record.cpp | 3112 std::shared_ptr<CallRecord> callRecord = callContainer_->GetCallRecord(callback); in Resolve() local
|
H A D | mission_list_manager.cpp | 3510 void MissionListManager::OnCallConnectDied(const std::shared_ptr<CallRecord> &callRecord) in OnCallConnectDied()
|
H A D | ability_manager_service.cpp | 6476 void AbilityManagerService::OnCallConnectDied(std::shared_ptr<CallRecord> callRecord) in OnCallConnectDied()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test_call.cpp | 177 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 D | mission_list_manager_ut_test.cpp | 117 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 D | call_record_test.cpp | 80 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( variable
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviceeighth_fuzzer/ |
H A D | abilitymanagerserviceeighth_fuzzer.cpp | 60 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagersecond_fuzzer/ |
H A D | missionlistmanagersecond_fuzzer.cpp | 155 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/ |
H A D | applicationanrlistener_fuzzer.cpp | 159 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 D | uiabilitylifecyclemanagera_fuzzer.cpp | 86 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI1() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 1964 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 D | ui_ability_lifecycle_manager_test.cpp | 2817 std::shared_ptr<CallRecord> callRecord = nullptr; variable
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 2783 auto callRecord = GetAppRunningRecordByAbilityToken(callerToken); in AttachPidToParent() local
|