pm: Implement pm:shell and pm:dmnt GetApplicationPid

Returns the process ID of the current application or 0 if no app is running.
This commit is contained in:
Zach Hilman 2019-06-26 19:07:34 -04:00
parent 354c254cde
commit bce4bfffb6
3 changed files with 33 additions and 7 deletions

View file

@ -242,7 +242,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system,
PCTL::InstallInterfaces(*sm);
PCV::InstallInterfaces(*sm);
PlayReport::InstallInterfaces(*sm);
PM::InstallInterfaces(*sm);
PM::InstallInterfaces(system);
PSC::InstallInterfaces(*sm);
PSM::InstallInterfaces(*sm);
Set::InstallInterfaces(*sm);