Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp40 static std::shared_ptr<OHOS::DevAuth::AccountSubscriber> g_accountSubscriber = nullptr;
41 static OHOS::sptr<OHOS::DevAuth::SaSubscriber> g_saSubscriber = nullptr;
47 static OHOS::DevAuth::OsAccountEventNotifier g_accountEventNotifier;
48 static OHOS::DevAuth::SaEventNotifier g_saEventNotifier;
86 …g_accountSubscriber = std::make_shared<OHOS::DevAuth::AccountSubscriber>(subscribeInfo, g_accountE… in SubscribeCommonEvent()
154 g_saSubscriber = new OHOS::DevAuth::SaSubscriber(g_saEventNotifier); in SubscribeSystemAbility()
/ohos5.0/base/security/device_auth/services/frameworks/src/sa_subscriber/
H A Dsa_subscriber.cpp21 namespace DevAuth { namespace
/ohos5.0/base/security/device_auth/services/frameworks/inc/sa_subscriber/
H A Dsa_subscriber.h21 namespace DevAuth {
/ohos5.0/base/security/device_auth/services/frameworks/inc/account_subscriber/
H A Daccount_subscriber.h23 namespace DevAuth {
/ohos5.0/base/security/device_auth/services/frameworks/src/account_subscriber/
H A Daccount_subscriber.cpp23 namespace DevAuth { namespace