Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_statemachine.h123 PanState(const std::string &name, utility::StateMachine &statemachine, int stateInt, in PanState() argument
125 …: State(name, statemachine, parent), stateInt_(stateInt), stateMachine_((PanStateMachine &)statema… in PanState()
128 PanState(const std::string &name, utility::StateMachine &statemachine, int stateInt) in PanState() argument
129 … : State(name, statemachine), stateInt_(stateInt), stateMachine_((PanStateMachine &)statemachine) in PanState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_statemachine.h149 HidHostState(const std::string &name, utility::StateMachine &statemachine, int stateInt, in HidHostState() argument
151 …: State(name, statemachine, parent), stateInt_(stateInt), stateMachine_((HidHostStateMachine &)sta… in HidHostState()
154 HidHostState(const std::string &name, utility::StateMachine &statemachine, int stateInt) in HidHostState() argument
155 …: State(name, statemachine), stateInt_(stateInt), stateMachine_((HidHostStateMachine &)statemachin… in HidHostState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.h168 HfpAgSystemEventProcesser &eventDispatch, int stateInt, in HfpAgState() argument
173 stateInt_(stateInt), in HfpAgState()
178 HfpAgSystemEventProcesser &eventDispatch, int stateInt) in HfpAgState() argument
182 stateInt_(stateInt), in HfpAgState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.h398 …(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt, in HfpHfState() argument
401 stateInt_(stateInt), stateMachine_((HfpHfStateMachine &)statemachine) {} in HfpHfState()
403 …(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt) in HfpHfState() argument
405 stateInt_(stateInt), stateMachine_((HfpHfStateMachine &)statemachine) {} in HfpHfState()
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp696 int32_t stateInt, profileInt; in CheckLogicRelationship() local
700 if (!StrToInt(state, stateInt)) { in CheckLogicRelationship()
704 return stateInt == profileInt; in CheckLogicRelationship()
706 return stateInt >= profileInt; in CheckLogicRelationship()
708 return stateInt > profileInt; in CheckLogicRelationship()
710 return stateInt <= profileInt; in CheckLogicRelationship()
712 return stateInt < profileInt; in CheckLogicRelationship()