Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp49 constexpr int32_t UNOBSERVED { -1 }; variable
372 NapProcess::GetInstance()->GetNapClientPid() != UNOBSERVED) { in HandleEvent()
540 NapProcess::GetInstance()->GetNapClientPid() != UNOBSERVED) { in Monitor()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp101 constexpr int32_t UNOBSERVED { -1 }; variable
1337 if (NapProcess::GetInstance()->GetNapClientPid() != UNOBSERVED) { in AddInputHandler()
1381 if (NapProcess::GetInstance()->GetNapClientPid() != UNOBSERVED) { in RemoveInputHandler()
1619 if (NapProcess::GetInstance()->GetNapClientPid() != UNOBSERVED) { in SubscribeKeyEvent()
1652 if (NapProcess::GetInstance()->GetNapClientPid() != UNOBSERVED) { in UnsubscribeKeyEvent()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp51 constexpr int32_t UNOBSERVED { -1 }; variable
823 if (state == REMOVE_OBSERVER || state == UNOBSERVED) { in SubscriberNotifyNap()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp50 constexpr int32_t UNOBSERVED { -1 }; variable
2489 napProcess.napClientPid_ = UNOBSERVED;