Home
last modified time | relevance | path

Searched refs:SoftBusScreenState (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_fsm_mock.h60 virtual SoftBusScreenState GetScreenState(void) = 0;
61 virtual void SetScreenState(SoftBusScreenState state) = 0;
93 MOCK_METHOD0(GetScreenState, SoftBusScreenState(void));
94 MOCK_METHOD1(SetScreenState, void(SoftBusScreenState));
H A Dhb_fsm_strategy_mock.h39 virtual SoftBusScreenState GetScreenState(void) = 0;
81 MOCK_METHOD0(GetScreenState, SoftBusScreenState(void));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_ctrl.h27 SoftBusScreenState GetScreenState(void);
28 void SetScreenState(SoftBusScreenState state);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_mock.cpp157 SoftBusScreenState GetScreenState(void) in GetScreenState()
162 void SetScreenState(SoftBusScreenState state) in SetScreenState()
H A Dhb_fsm_strategy_mock.cpp53 SoftBusScreenState GetScreenState(void) in GetScreenState()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp58 SoftBusScreenState screenState = SOFTBUS_SCREEN_UNKNOWN; in OnReceiveEvent()
120 SoftBusScreenState screenState = isScreenOn ? SOFTBUS_SCREEN_ON : SOFTBUS_SCREEN_OFF; in LnnQueryLocalScreenStatusOnce()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h87 } SoftBusScreenState; typedef
261 void LnnNotifyScreenStateChangeEvent(SoftBusScreenState state);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c61 SoftBusScreenState screenState;
129 SoftBusScreenState GetScreenState(void) in GetScreenState()
134 void SetScreenState(SoftBusScreenState state) in SetScreenState()
490 static void HbChangeMediumParamByState(SoftBusScreenState state) in HbChangeMediumParamByState()
587 if ((SoftBusScreenState)event->status == SOFTBUS_SCREEN_UNKNOWN) { in HbScreenStateChangeEventHandler()
591 SoftBusScreenState oldstate = g_hbConditionState.screenState; in HbScreenStateChangeEventHandler()
592 g_hbConditionState.screenState = (SoftBusScreenState)event->status; in HbScreenStateChangeEventHandler()
H A Dlnn_heartbeat_ctrl_virtual.c89 SoftBusScreenState GetScreenState(void) in GetScreenState()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c528 void LnnNotifyScreenStateChangeEvent(SoftBusScreenState state) in LnnNotifyScreenStateChangeEvent()