Searched refs:stateInt (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_statemachine.h | 123 PanState(const std::string &name, utility::StateMachine &statemachine, int stateInt, in PanState() argument 125 : State(name, statemachine, parent), stateInt_(stateInt), stateMachine_((PanStateMachine &)statemachine) 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()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_statemachine.h | 149 HidHostState(const std::string &name, utility::StateMachine &statemachine, int stateInt, in HidHostState() argument 151 : State(name, statemachine, parent), stateInt_(stateInt), stateMachine_((HidHostStateMachine &)statemachine) in HidHostState() 154 HidHostState(const std::string &name, utility::StateMachine &statemachine, int stateInt) in HidHostState() argument 155 : State(name, statemachine), stateInt_(stateInt), stateMachine_((HidHostStateMachine &)statemachine) in HidHostState()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_statemachine.h | 168 HfpAgSystemEventProcesser &eventDispatch, int stateInt, in HfpAgState() 173 stateInt_(stateInt), in HfpAgState() 178 HfpAgSystemEventProcesser &eventDispatch, int stateInt) in HfpAgState() 182 stateInt_(stateInt), in HfpAgState() 167 HfpAgState(HfpAgSmInfo stu, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch, int stateInt, utility::StateMachine::State &parent) HfpAgState() argument 177 HfpAgState(const std::string &name, utility::StateMachine &statemachine, HfpAgProfile &profile, HfpAgSystemEventProcesser &eventDispatch, int stateInt) HfpAgState() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_statemachine.h | 398 HfpHfState(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt, in HfpHfState() argument 401 stateInt_(stateInt), stateMachine_((HfpHfStateMachine &)statemachine) {} in HfpHfState() 403 HfpHfState(const std::string &name, utility::StateMachine &statemachine, HfpHfProfile &profile, int stateInt) in HfpHfState() argument 405 stateInt_(stateInt), stateMachine_((HfpHfStateMachine &)statemachine) {} in HfpHfState()
|
/foundation/systemabilitymgr/samgr/services/common/src/ |
H A D | parse_util.cpp | 700 int32_t stateInt, profileInt; in CheckLogicRelationship() local 704 if (!StrToInt(state, stateInt)) { in CheckLogicRelationship() 708 return stateInt == profileInt; in CheckLogicRelationship() 710 return stateInt >= profileInt; in CheckLogicRelationship() 712 return stateInt > profileInt; in CheckLogicRelationship() 714 return stateInt <= profileInt; in CheckLogicRelationship() 716 return stateInt < profileInt; in CheckLogicRelationship()
|
Completed in 4 milliseconds