Home
last modified time | relevance | path

Searched refs:tForegroundPids (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp574 std::set<int32_t> tForegroundPids; in GetForegroundPids() local
578 tForegroundPids.insert(shortcut.second.session); in GetForegroundPids()
583 if (auto iter = tForegroundPids.cbegin(); iter != tForegroundPids.cend()) { in GetForegroundPids()
585 for (++iter; iter != tForegroundPids.cend(); ++iter) { in GetForegroundPids()
590 return tForegroundPids; in GetForegroundPids()

Completed in 3 milliseconds