Searched defs:stateName (Results 1 – 11 of 11) sorted by relevance
27 std::shared_ptr<IStateCollection> StateCollectionFactory::Create(std::string &stateName) in Create()
29 ExtendStateCollection::ExtendStateCollection(const std::string& stateName) in ExtendStateCollection()
52 void StateMachine::UpdateState(std::string stateName, std::string stateValue) in UpdateState()
27 explicit State(std::string stateName) : stateName_(std::move(stateName)) {} in State()
51 const std::string stateName; member73 PlayerStatus StateConvert2Enum(const std::string stateName) in StateConvert2Enum()
39 char stateName[MAX_STATE_NAME_LEN]; member
96 std::string stateName(state.stateName); in FsmFindState() local193 std::string stateName(state->stateName); in HI_FSM_AddState() local
468 char stateName[UDC_NAME_MAX_LEN] = {0}; in UsbdWaitToNone() local
266 … AvrcCtStateMachineManager::IsControlSpecifiedState(const std::string &addr, std::string stateName) in IsControlSpecifiedState()286 …l AvrcCtStateMachineManager::IsBrowseSpecifiedState(const std::string &addr, std::string stateName) in IsBrowseSpecifiedState()
256 … AvrcTgStateMachineManager::IsControlSpecifiedState(const std::string &addr, std::string stateName) in IsControlSpecifiedState()