Home
last modified time | relevance | path

Searched refs:OnSystemEvent (Results 1 - 11 of 11) sorted by relevance

/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_manager_interface.h38 virtual int32_t OnSystemEvent(const sptr<ScreenLockSystemAbilityInterface> &listener) = 0;
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_app_manager.cpp144 int32_t ScreenLockAppManager::OnSystemEvent(const sptr<ScreenLockSystemAbilityInterface> &listener) in OnSystemEvent() function in OHOS::ScreenLock::ScreenLockAppManager
146 SCLOCK_HILOGD("ScreenLockAppManager::OnSystemEvent in"); in OnSystemEvent()
149 SCLOCK_HILOGE("ScreenLockAppManager::OnSystemEvent quit because redoing GetScreenLockManagerProxy failed."); in OnSystemEvent()
159 int32_t status = proxy->OnSystemEvent(listener); in OnSystemEvent()
160 SCLOCK_HILOGD("ScreenLockAppManager::OnSystemEvent out, status=%{public}d", status); in OnSystemEvent()
H A Dscreenlock_manager_proxy.cpp188 int32_t ScreenLockManagerProxy::OnSystemEvent(const sptr<ScreenLockSystemAbilityInterface> &listener) in OnSystemEvent() function in OHOS::ScreenLock::ScreenLockManagerProxy
190 SCLOCK_HILOGD("ScreenLockManagerProxy::OnSystemEvent"); in OnSystemEvent()
209 SCLOCK_HILOGE(" ScreenLockManagerProxy::OnSystemEvent fail, result = %{public}d ", result); in OnSystemEvent()
213 SCLOCK_HILOGD("ScreenLockManagerProxy::OnSystemEvent out status is :%{public}d", status); in OnSystemEvent()
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_client_test.cpp117 * @tc.desc: Test OnSystemEvent.
124 SCLOCK_HILOGD("Test OnSystemEvent"); in HWTEST_F()
128 int32_t result = ScreenLockAppManager::GetInstance()->OnSystemEvent(listener); in HWTEST_F()
149 * @tc.desc: Test OnSystemEvent.
156 SCLOCK_HILOGD("Test OnSystemEvent"); in HWTEST_F()
158 int32_t result = ScreenLockAppManager::GetInstance()->OnSystemEvent(listener); in HWTEST_F()
183 * @tc.desc: Test Lock, UnLock and OnSystemEvent.
190 SCLOCK_HILOGD("Test RequestLock, RequestUnLock and OnSystemEvent."); in HWTEST_F()
193 int32_t result = proxy->OnSystemEvent(listener); in HWTEST_F()
/base/theme/screenlock_mgr/frameworks/native/include/
H A Dscreenlock_app_manager.h42 SCREENLOCK_API int32_t OnSystemEvent(const sptr<ScreenLockSystemAbilityInterface> &listener);
H A Dscreenlock_manager_proxy.h41 int32_t OnSystemEvent(const sptr<ScreenLockSystemAbilityInterface> &listener) override;
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/
H A Dscreenlockmanager_fuzzer.cpp95 int32_t ret = ScreenLockAppManager::GetInstance()->OnSystemEvent(listener_); in FuzzScreenlockAppManager()
/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h153 int32_t OnSystemEvent(const sptr<ScreenLockSystemAbilityInterface> &listener) override;
/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp180 int32_t ret = OnSystemEvent(listener); in OnScreenLockOn()
H A Dscreenlock_system_ability.cpp480 int32_t ScreenLockSystemAbility::OnSystemEvent(const sptr<ScreenLockSystemAbilityInterface> &listener) in OnSystemEvent() function in OHOS::ScreenLock::ScreenLockSystemAbility
496 SCLOCK_HILOGI("ScreenLockSystemAbility::OnSystemEvent end."); in OnSystemEvent()
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dnapi_screenlock_ability.cpp448 int32_t retCode = ScreenLockAppManager::GetInstance()->OnSystemEvent(listener); in NAPI_OnSystemEvent()

Completed in 9 milliseconds