Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dremote_connect_listener_manager.cpp26 const char *GLOBAL_CONNECTION_NAME = "GLOBAL"; variable
31 (connectionName == other.connectionName || connectionName == GLOBAL_CONNECTION_NAME); in operator ==()
64 return RegisterListener(GLOBAL_CONNECTION_NAME, endPointName, listener); in RegisterListener()
87 return UnregisterListener(GLOBAL_CONNECTION_NAME, endPointName); in UnregisterListener()