Home
last modified time | relevance | path

Searched refs:N_COOPERATE_STATES (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/dfx/include/
H A Dcooperate_hisysevent.h53 N_COOPERATE_STATES, enumerator
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dstate_machine.h102 std::array<std::shared_ptr<ICooperateState>, N_COOPERATE_STATES> states_;
H A Dcooperate_events.h35 N_COOPERATE_STATES, enumerator
/ohos5.0/foundation/multimodalinput/input/intention/dfx/src/
H A Dcooperate_hisysevent.cpp152 if (curState == CooperateState::N_COOPERATE_STATES) { in WriteCooperateState()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dstate_machine.h104 std::array<std::shared_ptr<ICooperateState>, N_COOPERATE_STATES> states_;
H A Dcooperate_events.h35 N_COOPERATE_STATES, enumerator
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dstate_machine.cpp188 (state < N_COOPERATE_STATES) && in TransiteTo()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp190 (state < N_COOPERATE_STATES) && in TransiteTo()