Home
last modified time | relevance | path

Searched refs:existing_wl_processes (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dweston.py42 def get_new_wayland_processes(self, existing_wl_processes): argument
48 new_wl_processes = [x for x in wl_processes if x not in existing_wl_processes]
65 existing_wl_processes = self.get_processes_of('weston-desktop-shell', 'existing')
70 new_wl_processes, try_cnt = self.get_new_wayland_processes(existing_wl_processes)