Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp47 static OHOS::DevAuth::OsAccountEventNotifier g_accountEventNotifier; variable
80 g_accountEventNotifier.notifyOsAccountUnlocked = NotifyOsAccountUnlocked; in SubscribeCommonEvent()
81 g_accountEventNotifier.notifyOsAccountRemoved = NotifyOsAccountRemoved; in SubscribeCommonEvent()
86 …criber = std::make_shared<OHOS::DevAuth::AccountSubscriber>(subscribeInfo, g_accountEventNotifier); in SubscribeCommonEvent()