/ohos5.0/base/security/asset/services/os_dependency/inc/ |
H A D | system_event_wrapper.h | 26 typedef void (*OnUserUnlocked)(int32_t); typedef 34 OnUserUnlocked onUserUnlocked;
|
/ohos5.0/base/security/asset/test/unittest/module_test/src/ |
H A D | system_ability_wrapper_test.cpp | 74 void OnUserUnlocked(int32_t userId) in OnUserUnlocked() function 92 OnUserUnlocked
|
H A D | system_event_wrapper_test.cpp | 73 void OnUserUnlocked(int32_t userId) in OnUserUnlocked() function 91 OnUserUnlocked
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/sync_rule/ |
H A D | i_user_status_observer.h | 24 virtual void OnUserUnlocked() = 0;
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/ |
H A D | user_status_listener.cpp | 64 observer->OnUserUnlocked(); in NotifyUserUnlocked()
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | im_common_event_manager.h | 63 void OnUserUnlocked(const EventFwk::CommonEventData &data);
|
H A D | input_method_system_ability.h | 123 void OnUserUnlocked(const Message *msg);
|
H A D | peruser_session.h | 120 void OnUserUnlocked();
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/ |
H A D | session_manager.h | 57 void OnUserUnlocked() override;
|
/ohos5.0/base/security/asset/interfaces/inner_kits/rs/src/ |
H A D | plugin_interface.rs | 46 OnUserUnlocked, enumerator
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | im_common_event_manager.cpp | 242 return that->OnUserUnlocked(data); in EventSubscriber() 387 void ImCommonEventManager::EventSubscriber::OnUserUnlocked(const EventFwk::CommonEventData &data) in OnUserUnlocked() function in OHOS::MiscServices::ImCommonEventManager::EventSubscriber
|
H A D | input_method_system_ability.cpp | 1018 OnUserUnlocked(msg); in WorkThread() 1160 void InputMethodSystemAbility::OnUserUnlocked(const Message *msg) in OnUserUnlocked() function in OHOS::MiscServices::InputMethodSystemAbility 1184 session->OnUserUnlocked(); in OnUserUnlocked()
|
H A D | peruser_session.cpp | 945 void PerUserSession::OnUserUnlocked() in OnUserUnlocked() function in OHOS::MiscServices::PerUserSession 972 OnUserUnlocked(); in UpdateUserLockState()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/ |
H A D | session_manager.cpp | 52 void SessionManager::OnUserUnlocked() in OnUserUnlocked() function in OHOS::FileManagement::CloudSync::SessionManager
|
/ohos5.0/base/security/asset/services/core_service/src/common_event/ |
H A D | listener.rs | 278 match load.process_event(EventType::OnUserUnlocked, ¶ms) { in on_user_unlocked()
|