Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp135 std::ostringstream sPids; in GetForegroundPids() local
139 sPids << *iter; in GetForegroundPids()
144 sPids << ",..."; in GetForegroundPids()
147 sPids << "," << *iter; in GetForegroundPids()
151 MMI_HILOGI("Foreground pids: {%{public}zu}[%{public}s]", pids.size(), sPids.str().c_str()); in GetForegroundPids()
H A Dkey_shortcut_manager.cpp581 std::ostringstream sPids; in GetForegroundPids() local
584 sPids << *iter; in GetForegroundPids()
586 sPids << "," << *iter; in GetForegroundPids()
589 MMI_HILOGI("Foreground pids: [%{public}s]", sPids.str().c_str()); in GetForegroundPids()

Completed in 3 milliseconds