Home
last modified time | relevance | path

Searched refs:REMOVE_OBSERVER (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/nap_process/test/
H A Dnap_process_test.cpp26 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 Dnap_process.cpp30 constexpr int32_t REMOVE_OBSERVER { -2 }; variable
148 napClientPid_ = REMOVE_OBSERVER; in RemoveInputEventObserver()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dstate_registry_ipc_interface_code.h32 REMOVE_OBSERVER, enumerator
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp48 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 Dkey_command_handler_util.h73 constexpr int32_t REMOVE_OBSERVER = -2; variable
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_events.h42 REMOVE_OBSERVER, enumerator
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_events.h42 REMOVE_OBSERVER, enumerator
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate.cpp67 CooperateEventType::REMOVE_OBSERVER, in RemoveObserver()
H A Dstate_machine.cpp75 …AddHandler(CooperateEventType::REMOVE_OBSERVER, [this](Context &context, const CooperateEvent &eve… in StateMachine()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate.cpp67 CooperateEventType::REMOVE_OBSERVER, in RemoveObserver()
H A Dstate_machine.cpp74 …AddHandler(CooperateEventType::REMOVE_OBSERVER, [this](Context &context, const CooperateEvent &eve… in StateMachine()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_proxy.cpp351 static_cast<uint32_t>(StateNotifyInterfaceCode::REMOVE_OBSERVER), in, out, option); in UnregisterStateChange()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp98 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 Dkey_subscriber_handler.cpp50 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 Dtelephony_state_registry_stub.cpp53 memberFuncMap_[StateNotifyInterfaceCode::REMOVE_OBSERVER] = in TelephonyStateRegistryStub()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp49 constexpr int32_t REMOVE_OBSERVER { -2 }; variable
2487 napProcess.napClientPid_ = REMOVE_OBSERVER;
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp2269 if (state == REMOVE_OBSERVER) { in LaunchAbility()
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp1178 CooperateEventType::REMOVE_OBSERVER,