Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp67 class RemoteAuthServiceImplConnectionListener : public ConnectionListener { class
69 RemoteAuthServiceImplConnectionListener() = default;
70 ~RemoteAuthServiceImplConnectionListener() override = default;
99 static auto callback = Common::MakeShared<RemoteAuthServiceImplConnectionListener>(); in Start()