Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.h161 : name_(name), sm_(statemachine) in HfpAgSmInfo()
164 utility::StateMachine& sm_; member
170 : State(stu.name_, stu.sm_, parent), in HfpAgState()
174 stateMachine_(static_cast<HfpAgStateMachine &>(stu.sm_)) in HfpAgState()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate.cpp34 : env_(env), context_(env), sm_(env) in Cooperate()
252 state = sm_.IsCooperateEnable(); in GetCooperateState()
302 sm_.OnEvent(context_, event); in Loop()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate.cpp34 : env_(env), context_(env), sm_(env) in Cooperate()
252 state = sm_.IsCooperateEnable(); in GetCooperateState()
302 sm_.OnEvent(context_, event); in Loop()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dsys_mgr_client.h58 OHOS::sptr<ISystemAbilityManager> sm_;
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate.h65 StateMachine sm_; variable
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate.h65 StateMachine sm_; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h140 StateMachine sm_; variable
H A Dgatt_connection_manager.cpp1121 sm_(*this), in Device()
1139 sm_(*this), in Device()
1228 return sm_; in SM()
1505 device_.sm_.ProcessMessage(utility::Message(MSG_CONNECT)); in Entry()