Searched refs:pidApps (Results 1 – 1 of 1) sorted by relevance
71 pid_t pidApps = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIadda() local74 manager->SetAbilityForegroundingFlagToAppRecord(pidApps); in DoSomethingInterestingWithMyAPIadda()95 manager->GetRunningProcessInfoByPid(pidApps, infoByPid); in DoSomethingInterestingWithMyAPIadda()98 manager->GetAppRunningRecordByRenderPid(pidApps); in DoSomethingInterestingWithMyAPIadda()128 pid_t pidApps = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPIaddb() local129 manager->GetAppRunningRecordByChildProcessPid(pidApps); in DoSomethingInterestingWithMyAPIaddb()135 manager->GetAppRunningUniqueIdByPid(pidApps, jsonStr); in DoSomethingInterestingWithMyAPIaddb()137 manager->GetAllUIExtensionRootHostPid(pidApps, hostPids); in DoSomethingInterestingWithMyAPIaddb()144 manager->RemoveUIExtensionLauncherItem(pidApps); in DoSomethingInterestingWithMyAPIaddb()185 pid_t pidApps = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local[all …]