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 D | hgm_touch_manager.cpp | 52 …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 D | hgm_frame_rate_manager.cpp | 161 [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 D | self_cure_service.h | 53 OperateResState lastState = OperateResState::DISCONNECT_DISCONNECTED; variable
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | state_machine.cpp | 26 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 D | state_machine.cpp | 26 std::shared_ptr<State> lastState = currState_; in ChangeStateTo() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | session_display_power_controller.cpp | 49 DisplayState lastState = displayState_; in SetDisplayState() local
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | location_data_manager.cpp | 59 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 D | hgm_state_machine.h | 57 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 D | wifi_manager.cpp | 113 int lastState = WifiConfigCenter::GetInstance().GetPersistWifiState(INSTID_WLAN0); in Init() local
|
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.cpp | 667 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 D | node_system.cpp | 1257 auto& lastState = sceneNode.lastState_; in CollectChangedNodes() local
|