Searched refs:COOPERATE_STATE_IN (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/intention/dfx/include/ |
H A D | cooperate_hisysevent.h | 52 COOPERATE_STATE_IN, enumerator
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 210 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; in OnThreeStates() 1547 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; 1594 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; 1673 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; 1785 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; 2924 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; 2947 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; 2970 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; 2997 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; 3035 g_stateMachine->current_ = CooperateState::COOPERATE_STATE_IN; [all …]
|
/ohos5.0/foundation/multimodalinput/input/intention/dfx/src/ |
H A D | cooperate_hisysevent.cpp | 29 { CooperateState::COOPERATE_STATE_IN, "STATE_IN" },
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 34 COOPERATE_STATE_IN, enumerator
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 34 COOPERATE_STATE_IN, enumerator
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | cooperate_free.cpp | 190 TransiteTo(context, CooperateState::COOPERATE_STATE_IN); in OnRemoteStart()
|
H A D | cooperate_out.cpp | 216 TransiteTo(context, CooperateState::COOPERATE_STATE_IN); in OnRemoteStart()
|
H A D | state_machine.cpp | 70 states_[COOPERATE_STATE_IN] = std::make_shared<CooperateIn>(*this, env); in StateMachine()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | cooperate_free.cpp | 191 TransiteTo(context, CooperateState::COOPERATE_STATE_IN); in OnRemoteStart()
|
H A D | cooperate_out.cpp | 217 TransiteTo(context, CooperateState::COOPERATE_STATE_IN); in OnRemoteStart()
|
H A D | state_machine.cpp | 69 states_[COOPERATE_STATE_IN] = std::make_shared<CooperateIn>(*this, env); in StateMachine()
|