Home
last modified time | relevance | path

Searched defs:stateName (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dstate_collection_factory.cpp27 std::shared_ptr<IStateCollection> StateCollectionFactory::Create(std::string &stateName) in Create()
H A Dextend_state_collection.cpp29 ExtendStateCollection::ExtendStateCollection(const std::string& stateName) in ExtendStateCollection()
H A Dstate_machine.cpp52 void StateMachine::UpdateState(std::string stateName, std::string stateValue) in UpdateState()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dstate_machine.h27 explicit State(std::string stateName) : stateName_(std::move(stateName)) {} in State()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dstate_machine.h27 explicit State(std::string stateName) : stateName_(std::move(stateName)) {} in State()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_state_machine.cpp51 const std::string stateName; member
73 PlayerStatus StateConvert2Enum(const std::string stateName) in StateConvert2Enum()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/
H A Dhi_fsm.h39 char stateName[MAX_STATE_NAME_LEN]; member
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_fsm.cpp96 std::string stateName(state.stateName); in FsmFindState() local
193 std::string stateName(state->stateName); in HI_FSM_AddState() local
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp468 char stateName[UDC_NAME_MAX_LEN] = {0}; in UsbdWaitToNone() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp266 … AvrcCtStateMachineManager::IsControlSpecifiedState(const std::string &addr, std::string stateName) in IsControlSpecifiedState()
286 …l AvrcCtStateMachineManager::IsBrowseSpecifiedState(const std::string &addr, std::string stateName) in IsBrowseSpecifiedState()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp256 … AvrcTgStateMachineManager::IsControlSpecifiedState(const std::string &addr, std::string stateName) in IsControlSpecifiedState()