/ohos5.0/foundation/multimodalinput/input/service/nap_process/test/ |
H A D | nap_process_test.cpp | 26 constexpr int32_t REMOVE_OBSERVER = -2; variable 90 napProcess.napMap_[data] = REMOVE_OBSERVER; 195 ASSERT_EQ(napProcess.napClientPid_, REMOVE_OBSERVER);
|
/ohos5.0/foundation/multimodalinput/input/service/nap_process/src/ |
H A D | nap_process.cpp | 30 constexpr int32_t REMOVE_OBSERVER { -2 }; variable 148 napClientPid_ = REMOVE_OBSERVER; in RemoveInputEventObserver()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | state_registry_ipc_interface_code.h | 32 REMOVE_OBSERVER, enumerator
|
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 48 constexpr int32_t REMOVE_OBSERVER { -2 }; variable 371 if (NapProcess::GetInstance()->GetNapClientPid() != REMOVE_OBSERVER && in HandleEvent() 539 if (NapProcess::GetInstance()->GetNapClientPid() != REMOVE_OBSERVER && in Monitor()
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler_util.h | 73 constexpr int32_t REMOVE_OBSERVER = -2; variable
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 42 REMOVE_OBSERVER, enumerator
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 42 REMOVE_OBSERVER, enumerator
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | cooperate.cpp | 67 CooperateEventType::REMOVE_OBSERVER, in RemoveObserver()
|
H A D | state_machine.cpp | 75 …AddHandler(CooperateEventType::REMOVE_OBSERVER, [this](Context &context, const CooperateEvent &eve… in StateMachine()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | cooperate.cpp | 67 CooperateEventType::REMOVE_OBSERVER, in RemoveObserver()
|
H A D | state_machine.cpp | 74 …AddHandler(CooperateEventType::REMOVE_OBSERVER, [this](Context &context, const CooperateEvent &eve… in StateMachine()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | telephony_state_registry_proxy.cpp | 351 static_cast<uint32_t>(StateNotifyInterfaceCode::REMOVE_OBSERVER), in, out, option); in UnregisterStateChange()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 98 constexpr int32_t REMOVE_OBSERVER { -2 }; variable 1326 if (NapProcess::GetInstance()->GetNapClientPid() != REMOVE_OBSERVER) { in AddInputHandler() 1370 if (NapProcess::GetInstance()->GetNapClientPid() != REMOVE_OBSERVER) { in RemoveInputHandler() 1608 if (NapProcess::GetInstance()->GetNapClientPid() != REMOVE_OBSERVER) { in SubscribeKeyEvent() 1641 if (NapProcess::GetInstance()->GetNapClientPid() != REMOVE_OBSERVER) { in UnsubscribeKeyEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 50 constexpr int32_t REMOVE_OBSERVER { -2 }; variable 823 if (state == REMOVE_OBSERVER || state == UNOBSERVED) { in SubscriberNotifyNap()
|
/ohos5.0/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_stub.cpp | 53 memberFuncMap_[StateNotifyInterfaceCode::REMOVE_OBSERVER] = in TelephonyStateRegistryStub()
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_subscriber_handler_test.cpp | 49 constexpr int32_t REMOVE_OBSERVER { -2 }; variable 2487 napProcess.napClientPid_ = REMOVE_OBSERVER;
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 2269 if (state == REMOVE_OBSERVER) { in LaunchAbility()
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 1178 CooperateEventType::REMOVE_OBSERVER,
|