Searched refs:GetAbilityByTerminateLists (Results 1 – 6 of 6) sorted by relevance
96 …std::shared_ptr<AbilityRunningRecord> GetAbilityByTerminateLists(const sptr<IRemoteObject> &token)…
466 …std::shared_ptr<AbilityRunningRecord> GetAbilityByTerminateLists(const sptr<IRemoteObject> &token)…
92 moduleRecord.GetAbilityByTerminateLists(token); in DoSomethingInterestingWithMyAPI()
142 std::shared_ptr<AbilityRunningRecord> ModuleRunningRecord::GetAbilityByTerminateLists( in GetAbilityByTerminateLists() function in OHOS::AppExecFwk::ModuleRunningRecord309 auto abilityRecord = GetAbilityByTerminateLists(token); in RemoveTerminateAbilityTimeoutTask()
905 if (moduleRecord && moduleRecord->GetAbilityByTerminateLists(token)) { in GetModuleRunningRecordByTerminateLists()923 std::shared_ptr<AbilityRunningRecord> AppRunningRecord::GetAbilityByTerminateLists( in GetAbilityByTerminateLists() function in OHOS::AppExecFwk::AppRunningRecord930 return moduleRecord->GetAbilityByTerminateLists(token); in GetAbilityByTerminateLists()1195 auto abilityRecord = moduleRecord->GetAbilityByTerminateLists(token); in AbilityTerminated()
512 if (appRecord && appRecord->GetAbilityByTerminateLists(abilityToken)) { in GetTerminatingAppRunningRecord()