Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_iam_callback.cpp51 REMOTE_AUTH_INVOKER_CONTEXT_ENDPOINT_NAME, request, msgCallback); in OnResult()
76 REMOTE_AUTH_INVOKER_CONTEXT_ENDPOINT_NAME, request, msgCallback); in OnAcquireInfo()
H A Dremote_auth_invoker_context.cpp102 endPointName_ = REMOTE_AUTH_INVOKER_CONTEXT_ENDPOINT_NAME; in RemoteAuthInvokerContext()
202 endPointName_ = REMOTE_AUTH_INVOKER_CONTEXT_ENDPOINT_NAME; in OnStart()
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dremote_message.h53 const inline char *REMOTE_AUTH_INVOKER_CONTEXT_ENDPOINT_NAME = "RemoteAuthInvokerContext"; variable