Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_touch_manager.cpp52 …RegisterEnterStateCallback(TouchState::UP_STATE, [this] (TouchState lastState, TouchState newState… in __anon5b5a4c620702()
56 …RegisterExitStateCallback(TouchState::UP_STATE, [this] (TouchState lastState, TouchState newState)… in __anon5b5a4c620802()
98 bool HgmTouchManager::CheckChangeStateValid(TouchState lastState, TouchState newState) in CheckChangeStateValid()
H A Dhgm_frame_rate_manager.cpp161 [this] (TouchState lastState, TouchState newState) { in InitTouchManager()
173 [this] (TouchState lastState, TouchState newState) { in InitTouchManager()
182 [this] (TouchState lastState, TouchState newState) { in InitTouchManager()
187 [this] (TouchState lastState, TouchState newState) { in InitTouchManager()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_service.h53 OperateResState lastState = OperateResState::DISCONNECT_DISCONNECTED; variable
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dstate_machine.cpp26 std::shared_ptr<State> lastState = currState_; in ChangeStateTo() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dstate_machine.cpp26 std::shared_ptr<State> lastState = currState_; in ChangeStateTo() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_display_power_controller.cpp49 DisplayState lastState = displayState_; in SetDisplayState() local
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocation_data_manager.cpp59 int lastState = appInfo[APP_INFO_LASTSTATE_INDEX]; in ReportSwitchState() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_state_machine.h57 virtual bool CheckChangeStateValid(State lastState, State newState) { return true; } in CheckChangeStateValid()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_manager.cpp113 int lastState = WifiConfigCenter::GetInstance().GetPersistWifiState(INSTID_WLAN0); in Init() local
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp667 RunningLockState lastState = lockInner->GetState(); in LockInnerByProxy() local
677 RunningLockState lastState = lockInner->GetState(); in UnlockInnerByProxy() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp1257 auto& lastState = sceneNode.lastState_; in CollectChangedNodes() local