Searched refs:GetChildAppRecordMap (Results 1 – 3 of 3) sorted by relevance
722 std::map<pid_t, std::weak_ptr<AppRunningRecord>> GetChildAppRecordMap() const;
2119 std::map<pid_t, std::weak_ptr<AppRunningRecord>> AppRunningRecord::GetChildAppRecordMap() const in GetChildAppRecordMap() function in OHOS::AppExecFwk::AppRunningRecord
7147 auto childAppRecordMap = front->GetChildAppRecordMap(); in NotifyAppFaultBySA()