/ohos5.0/base/theme/screenlock_mgr/test/unittest/ |
H A D | screenlock_service_test.cpp | 448 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 D | screenlock_client_test.cpp | 143 int32_t result = ScreenLockAppManager::GetInstance()->SendScreenLockEvent("test", testNum);
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_app_manager.cpp | 53 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 D | screenlock_manager_proxy.cpp | 217 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 D | screenlock_manager_interface.h | 39 virtual int32_t SendScreenLockEvent(const std::string &event, int param) = 0;
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/include/ |
H A D | screenlock_app_manager.h | 43 SCREENLOCK_API int32_t SendScreenLockEvent(const std::string &event, int param);
|
H A D | screenlock_manager_proxy.h | 42 int32_t SendScreenLockEvent(const std::string &event, int param) override;
|
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
H A D | screenlockmanager_fuzzer.cpp | 101 int32_t ret = ScreenLockAppManager::GetInstance()->SendScreenLockEvent(event, param); in FuzzScreenlockAppManager()
|
/ohos5.0/base/theme/screenlock_mgr/services/include/ |
H A D | screenlock_system_ability.h | 154 int32_t SendScreenLockEvent(const std::string &event, int param) override;
|
/ohos5.0/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_manager_stub.cpp | 191 int32_t retCode = SendScreenLockEvent(event, param); in OnSendScreenLockEvent()
|
H A D | screenlock_system_ability.cpp | 500 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 D | napi_screenlock_ability.cpp | 499 …int32_t retCode = ScreenLockAppManager::GetInstance()->SendScreenLockEvent(context->eventInfo, con… in NAPI_ScreenLockSendEvent()
|