Home
last modified time | relevance | path

Searched defs:callRecord (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/call_record_test/
H A Dcall_record_test.cpp80 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F() local
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviceeighth_fuzzer/
H A Dabilitymanagerserviceeighth_fuzzer.cpp60 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI() local
/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() local
245 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F() local
416 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F() local
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagersecond_fuzzer/
H A Dmissionlistmanagersecond_fuzzer.cpp155 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_container.cpp61 void CallContainer::InsertCallRecordMap(sptr<IRemoteObject> object, std::shared_ptr<CallRecord> callRecord) in InsertCallRecordMap() argument
137 std::shared_ptr<CallRecord> callRecord = FindCallRecordMap(object); in OnConnectionDied() local
79 AddCallRecord(const sptr<IAbilityConnection> & connect, const std::shared_ptr<CallRecord>& callRecord) AddCallRecord() argument
154 std::shared_ptr<CallRecord> callRecord = iter.second; CallRequestDone() local
169 auto callRecord = iter.second; Dump() local
180 auto callRecord = iter.second; IsNeedToCallRequest() local
[all...]
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.cpp3084 std::shared_ptr<CallRecord> callRecord = callContainer_->GetCallRecord(callback); in Resolve() local
H A Dability_manager_service.cpp6475 void AbilityManagerService::OnCallConnectDied(std::shared_ptr<CallRecord> callRecord) in OnCallConnectDied() argument
/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() local
135 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F() local
215 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F() local
254 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( in HWTEST_F() local
277 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( HWTEST_F() local
300 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( HWTEST_F() local
358 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord( HWTEST_F() local
[all...]
/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() local
/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
[all...]
/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagera_fuzzer/
H A Duiabilitylifecyclemanagera_fuzzer.cpp86 std::shared_ptr<CallRecord> callRecord; in DoSomethingInterestingWithMyAPI1() local
/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() local
157 std::shared_ptr<CallRecord> callRecord = in HWTEST_F() local
197 std::shared_ptr<CallRecord> callRecord = in HWTEST_F() local
268 std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallback, nullptr); in HWTEST_F() local
314 std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallback, nullptr); HWTEST_F() local
433 std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallback, nullptr); HWTEST_F() local
468 std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallback, nullptr); HWTEST_F() local
505 std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallback, nullptr); HWTEST_F() local
571 std::shared_ptr<CallRecord> callRecord = std::make_shared<CallRecord>(0, abilityRecord, connCallback, nullptr); HWTEST_F() local
720 std::shared_ptr<CallRecord> callRecord = HWTEST_F() local
[all...]
/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() local
/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() argument
/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() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp2778 auto callRecord = GetAppRunningRecordByAbilityToken(callerToken); in AttachPidToParent() local

Completed in 60 milliseconds