Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/inc/account_subscriber/
H A Daccount_subscriber.h26 std::function<void(int32_t osAccountId)> notifyOsAccountRemoved; member
/ohos5.0/base/security/device_auth/services/frameworks/src/account_subscriber/
H A Daccount_subscriber.cpp39 notifier_.notifyOsAccountRemoved(userId); in OnReceiveEvent()
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp81 g_accountEventNotifier.notifyOsAccountRemoved = NotifyOsAccountRemoved; in SubscribeCommonEvent()