Home
last modified time | relevance | path

Searched refs:SetScreenState (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/
H A Dscreen_status_listener.cpp36 ScreenStatus::SetScreenState(ScreenStatus::ScreenState::SCREEN_ON); in OnReceiveEvent()
39 ScreenStatus::SetScreenState(ScreenStatus::ScreenState::SCREEN_OFF); in OnReceiveEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_mock.cpp162 void SetScreenState(SoftBusScreenState state) in SetScreenState() function
164 return HeartBeatFSMInterfaceInstance()->SetScreenState(state); in SetScreenState()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_fsm_mock.h61 virtual void SetScreenState(SoftBusScreenState state) = 0;
94 MOCK_METHOD1(SetScreenState, void(SoftBusScreenState));
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dscreen_status.h32 static void SetScreenState(ScreenState screenState);
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dscreen_status.cpp38 void ScreenStatus::SetScreenState(ScreenState screenState) in SetScreenState() function in OHOS::FileManagement::CloudSync::ScreenStatus
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_ctrl.h28 void SetScreenState(SoftBusScreenState state);
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp281 stateValue_.SetScreenState(static_cast<int32_t>(ScreenState::SCREEN_STATE_BEGIN_OFF)); in OnScreenOff()
283 stateValue_.SetScreenState(static_cast<int32_t>(ScreenState::SCREEN_STATE_END_OFF)); in OnScreenOff()
293 stateValue_.SetScreenState(static_cast<int32_t>(ScreenState::SCREEN_STATE_BEGIN_ON)); in OnScreenOn()
295 stateValue_.SetScreenState(static_cast<int32_t>(ScreenState::SCREEN_STATE_END_ON)); in OnScreenOn()
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/include/
H A Dfingerprint_event_processor.h42 void SetScreenState(struct libinput_event* event);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_publish_common_event.h52 void SetScreenState(const int32_t screenState);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/
H A Dmock_wifi_config_center.h101 virtual void SetScreenState(const int &state) = 0;
211 MOCK_METHOD1(SetScreenState, void(const int &state));
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h57 void SetScreenState(int32_t screenState) in SetScreenState() function
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_publish_common_event.cpp175 void DmPublishEventSubscriber::SetScreenState(const int32_t screenState) in SetScreenState() function in OHOS::DistributedHardware::DmPublishEventSubscriber
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_manager.cpp128 WifiConfigCenter::GetInstance().SetScreenState( in Init()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp166 publishSubScriber->SetScreenState(DM_SCREEN_OFF); in QueryDependsSwitchState()
169 publishSubScriber->SetScreenState(DM_SCREEN_ON); in QueryDependsSwitchState()
171 publishSubScriber->SetScreenState(DM_SCREEN_OFF); in QueryDependsSwitchState()
175 publishSubScriber->SetScreenState(DM_SCREEN_ON); in QueryDependsSwitchState()
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp115 void FingerprintEventProcessor::SetScreenState(struct libinput_event* event) in SetScreenState() function in OHOS::MMI::FingerprintEventProcessor
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.h256 void SetScreenState(const int &state);
H A Dwifi_config_center.cpp945 void WifiConfigCenter::SetScreenState(const int &state) in SetScreenState() function in OHOS::Wifi::WifiConfigCenter
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp540 FingerprintEventHdr->SetScreenState(event); in HandleTouchEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c134 void SetScreenState(SoftBusScreenState state) in SetScreenState() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.cpp622 WifiConfigCenter::GetInstance().SetScreenState(screenStateNew); in OnReceiveScreenEvent()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1110 EXPECT_CALL(WifiConfigCenter::GetInstance(), SetScreenState(TWO)); in SetStaCurrentTimeSuccess()