Home
last modified time | relevance | path

Searched defs:foregroundPids (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp145 std::set<int32_t> foregroundPids = GetForegroundPids(); in TriggerHandlers() local
168 std::set<int32_t> foregroundPids = GetForegroundPids(); in NotifyHandlers() local
223 std::set<int32_t> foregroundPids = GetForegroundPids(); in RunPendingHandlers() local
H A Dkey_subscriber_handler.cpp550 std::set<int32_t> foregroundPids) in IsMatchForegroundPid()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp463 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids(); variable
585 std::set<int32_t> foregroundPids = myKeyGesture->GetForegroundPids(); variable
H A Dkey_subscriber_handler_test.cpp333 std::set<int32_t> foregroundPids = {1, 2, 3}; variable
1369 std::set<int32_t> foregroundPids; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7984 std::vector<pid_t> foregroundPids; in NotifyAppFaultBySA() local