Home
last modified time | relevance | path

Searched refs:g_isCommonEventSubscribed (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.cpp44 static bool g_isCommonEventSubscribed = false; variable
76 if (g_isCommonEventSubscribed) { in SubscribeCommonEvent()
90 g_isCommonEventSubscribed = true; in SubscribeCommonEvent()
98 if (!g_isCommonEventSubscribed) { in UnSubscribeCommonEvent()
102 g_isCommonEventSubscribed = false; in UnSubscribeCommonEvent()
133 if (g_isCommonEventSubscribed) { in NotifySystemAbilityAdded()