Home
last modified time | relevance | path

Searched defs:stateInt (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
Dhid_host_statemachine.h149 HidHostState(const std::string &name, utility::StateMachine &statemachine, int stateInt, in HidHostState()
154 HidHostState(const std::string &name, utility::StateMachine &statemachine, int stateInt) in HidHostState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
Dpan_statemachine.h123 PanState(const std::string &name, utility::StateMachine &statemachine, int stateInt, in PanState()
128 PanState(const std::string &name, utility::StateMachine &statemachine, int stateInt) in PanState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_statemachine.h398 …(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt, in HfpHfState()
403 …(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt) in HfpHfState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_statemachine.h168 HfpAgSystemEventProcesser &eventDispatch, int stateInt, in HfpAgState()
178 HfpAgSystemEventProcesser &eventDispatch, int stateInt) in HfpAgState()
/foundation/systemabilitymgr/samgr/services/common/src/
Dparse_util.cpp697 int32_t stateInt, profileInt; in CheckLogicRelationship() local