Home
last modified time | relevance | path

Searched refs:SetLocalScreenStatus (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Ddistributed_screen_status_manager_branch_test.cpp358 …R_ANS_DISTRIBUTED_OPERATION_FAILED, distributedScreenStatusManager.SetLocalScreenStatus(screenOn));
379 …RR_ANS_DISTRIBUTED_GET_INFO_FAILED, distributedScreenStatusManager.SetLocalScreenStatus(screenOn));
400 …R_ANS_DISTRIBUTED_OPERATION_FAILED, distributedScreenStatusManager.SetLocalScreenStatus(screenOn));
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_screen_status_manager_test.cpp68 …EXPECT_EQ(distributedScreenStatusManager_->SetLocalScreenStatus(screenOn), ERR_ANS_DISTRIBUTED_OPE…
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_screen_status_manager.cpp84 SetLocalScreenStatus(localScreenOn_); in OnDeviceDisconnected()
221 ErrCode DistributedScreenStatusManager::SetLocalScreenStatus(bool screenOn) in SetLocalScreenStatus() function in OHOS::Notification::DistributedScreenStatusManager
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_screen_status_manager.h48 ErrCode SetLocalScreenStatus(bool screenOn);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp641 DistributedScreenStatusManager::GetInstance()->SetLocalScreenStatus(true); in OnScreenOn()
648 DistributedScreenStatusManager::GetInstance()->SetLocalScreenStatus(false); in OnScreenOff()