Hi, let me help you.
The two highlighted rows are CDPUserSvc, which is the Connected Devices Platform User Service, and WpnUserService, which is the Windows Push Notifications User Service. Both are per-user versions of background services that Windows creates for each signed-in account, which is why you see that "_b359ebb0" suffix tacked onto the name.
CDPUserSvc handles things like Continue on PC, Nearby Sharing, and syncing content between your devices. WpnUserService is what delivers push notifications from apps like Mail, Store apps, and other UWP apps to your Action Center. Both sit under the UnistackSvcGroup, which is a shared service host group Windows uses to bundle several lightweight user services into one process instead of running each separately.