Home
last modified time | relevance | path

Searched refs:SendScreenLockEvent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_service_test.cpp448 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(UNLOCK_SCREEN_RESULT, SCREEN_SUCC);
463 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(UNLOCK_SCREEN_RESULT, SCREEN_FAIL);
478 … ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(UNLOCK_SCREEN_RESULT, SCREEN_CANCEL);
493 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(LOCK_SCREEN_RESULT, SCREEN_SUCC);
509 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(LOCK_SCREEN_RESULT, SCREEN_FAIL);
525 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(SCREEN_DRAWDONE, SCREEN_SUCC);
526 ScreenLockSystemAbility::GetInstance()->SendScreenLockEvent(LOCK_SCREEN_RESULT, SCREEN_CANCEL);
H A Dscreenlock_client_test.cpp143 int32_t result = ScreenLockAppManager::GetInstance()->SendScreenLockEvent("test", testNum);
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp53 int32_t ScreenLockAppManager::SendScreenLockEvent(const std::string &event, int param) in SendScreenLockEvent() function in OHOS::ScreenLock::ScreenLockAppManager
60 int ret = proxy->SendScreenLockEvent(event, param); in SendScreenLockEvent()
H A Dscreenlock_manager_proxy.cpp217 int32_t ScreenLockManagerProxy::SendScreenLockEvent(const std::string &event, int param) in SendScreenLockEvent() function in OHOS::ScreenLock::ScreenLockManagerProxy
/ohos5.0/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager_interface.h39 virtual int32_t SendScreenLockEvent(const std::string &event, int param) = 0;
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h43 SCREENLOCK_API int32_t SendScreenLockEvent(const std::string &event, int param);
H A Dscreenlock_manager_proxy.h42 int32_t SendScreenLockEvent(const std::string &event, int param) override;
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp101 int32_t ret = ScreenLockAppManager::GetInstance()->SendScreenLockEvent(event, param); in FuzzScreenlockAppManager()
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h154 int32_t SendScreenLockEvent(const std::string &event, int param) override;
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp191 int32_t retCode = SendScreenLockEvent(event, param); in OnSendScreenLockEvent()
H A Dscreenlock_system_ability.cpp500 int32_t ScreenLockSystemAbility::SendScreenLockEvent(const std::string &event, int param) in SendScreenLockEvent() function in OHOS::ScreenLock::ScreenLockSystemAbility
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp499 …int32_t retCode = ScreenLockAppManager::GetInstance()->SendScreenLockEvent(context->eventInfo, con… in NAPI_ScreenLockSendEvent()