Home
last modified time | relevance | path

Searched refs:OnUserUnlocked (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/security/asset/services/os_dependency/inc/
H A Dsystem_event_wrapper.h26 typedef void (*OnUserUnlocked)(int32_t); typedef
34 OnUserUnlocked onUserUnlocked;
/ohos5.0/base/security/asset/test/unittest/module_test/src/
H A Dsystem_ability_wrapper_test.cpp74 void OnUserUnlocked(int32_t userId) in OnUserUnlocked() function
92 OnUserUnlocked
H A Dsystem_event_wrapper_test.cpp73 void OnUserUnlocked(int32_t userId) in OnUserUnlocked() function
91 OnUserUnlocked
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/sync_rule/
H A Di_user_status_observer.h24 virtual void OnUserUnlocked() = 0;
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/
H A Duser_status_listener.cpp64 observer->OnUserUnlocked(); in NotifyUserUnlocked()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dim_common_event_manager.h63 void OnUserUnlocked(const EventFwk::CommonEventData &data);
H A Dinput_method_system_ability.h123 void OnUserUnlocked(const Message *msg);
H A Dperuser_session.h120 void OnUserUnlocked();
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsession_manager.h57 void OnUserUnlocked() override;
/ohos5.0/base/security/asset/interfaces/inner_kits/rs/src/
H A Dplugin_interface.rs46 OnUserUnlocked, enumerator
/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp242 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 Dinput_method_system_ability.cpp1018 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 Dperuser_session.cpp945 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 Dsession_manager.cpp52 void SessionManager::OnUserUnlocked() in OnUserUnlocked() function in OHOS::FileManagement::CloudSync::SessionManager
/ohos5.0/base/security/asset/services/core_service/src/common_event/
H A Dlistener.rs278 match load.process_event(EventType::OnUserUnlocked, &params) { in on_user_unlocked()