Home
last modified time | relevance | path

Searched refs:callerList (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_record_manager.cpp495 std::list<sptr<IRemoteObject>> callerList; in GetRootCallerTokenLocked() local
496 GetCallerTokenList(abilityRecord, callerList); in GetRootCallerTokenLocked()
498 if (callerList.empty()) { in GetRootCallerTokenLocked()
499 TAG_LOGE(AAFwkTag::ABILITYMGR, "callerList empty"); in GetRootCallerTokenLocked()
503 rootCallerToken = callerList.front(); in GetRootCallerTokenLocked()
693 const std::shared_ptr<AAFwk::AbilityRecord> &abilityRecord, std::list<sptr<IRemoteObject>> &callerList) in GetCallerTokenList()
699 callerList.clear(); in GetCallerTokenList()
707 callerList.clear(); in GetCallerTokenList()
718 callerList.push_front(callerToken); in GetCallerTokenList()
725 callerList in GetCallerTokenList()
692 GetCallerTokenList( const std::shared_ptr<AAFwk::AbilityRecord> &abilityRecord, std::list<sptr<IRemoteObject>> &callerList) GetCallerTokenList() argument
758 std::list<sptr<IRemoteObject>> callerList; IsFocused() local
[all...]
H A Dability_connect_manager.cpp1427 auto callerList = abilityRecord->GetCallerRecordList(); in LoadAbility() local
1428 if (!callerList.empty() && callerList.back()) { in LoadAbility()
1429 auto caller = callerList.back()->GetCaller(); in LoadAbility()
2938 std::list<sptr<IRemoteObject>> &callerList) in GetUIExtensionCallerTokenList()
2941 uiExtensionAbilityRecordMgr_->GetCallerTokenList(abilityRecord, callerList); in GetUIExtensionCallerTokenList()
2937 GetUIExtensionCallerTokenList(const std::shared_ptr<AbilityRecord> &abilityRecord, std::list<sptr<IRemoteObject>> &callerList) GetUIExtensionCallerTokenList() argument
H A Dability_manager_service.cpp9596 std::list<sptr<IRemoteObject>> callerList; in CheckUIExtensionCallerPidByHostWindowId() local
9597 connectManager->GetUIExtensionCallerTokenList(callerAbility, callerList); in CheckUIExtensionCallerPidByHostWindowId()
9598 for (auto &item : callerList) { in CheckUIExtensionCallerPidByHostWindowId()
/foundation/ability/ability_runtime/test/fuzztest/extensionrecordmanager_fuzzer/
H A Dextensionrecordmanager_fuzzer.cpp109 std::list<sptr<IRemoteObject>> callerList; in DoSomethingInterestingWithMyAPI() local
110 mgr->GetCallerTokenList(int32Param, callerList); in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h60 SecCompUiRegister(std::vector<uintptr_t>& callerList, ISecCompProbe* probe) {}; in SecCompUiRegister() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list.cpp236 auto callerList = mission->GetAbilityRecord()->GetCallerRecordList(); in GetAbilityRecordByCaller() local
237 if (callerList.empty()) { in GetAbilityRecordByCaller()
241 for (auto callerAbility : callerList) { in GetAbilityRecordByCaller()
H A Dmission_list_manager.cpp758 auto callerList = callerMission->GetMissionList(); in GetTargetMissionListByDefault() local
759 CHECK_POINTER_AND_RETURN(callerList, nullptr); in GetTargetMissionListByDefault()
762 if (callerList != defaultStandardList_ && callerList != defaultSingleList_) { in GetTargetMissionListByDefault()
764 return callerList; in GetTargetMissionListByDefault()
770 callerList->RemoveMission(callerMission); in GetTargetMissionListByDefault()
/foundation/ability/ability_runtime/test/fuzztest/extensionrecordmanagera_fuzzer/
H A Dextensionrecordmanagera_fuzzer.cpp149 std::list<sptr<IRemoteObject>> callerList; in FuzztestExtensionRecordManagerFunc2() local
150 mgr->GetCallerTokenList(abilityRecord, callerList); in FuzztestExtensionRecordManagerFunc2()
/foundation/ability/ability_runtime/test/unittest/ui_extension/extension_record_manager_test/
H A Dextension_record_manager_test.cpp123 std::list<sptr<IRemoteObject>> callerList; in HWTEST_F() local
124 extRecordMgr->GetCallerTokenList(abilityRecord, callerList); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_record_manager.h125 std::list<sptr<IRemoteObject>> &callerList);
H A Dability_connect_manager.h324 std::list<sptr<IRemoteObject>> &callerList);

Completed in 37 milliseconds