Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/remote_connect/src/
Dsoft_bus_message.cpp95 ret = attributes->SetStringValue(Attributes::ATTR_CONNECTION_NAME, connectioneName_); in CreateMessage()
142 ret = attributes->GetStringValue(Attributes::ATTR_CONNECTION_NAME, connectioneName_); in ParseMessage()
/base/useriam/user_auth_framework/interfaces/inner_api/
Dattributes.h145 ATTR_CONNECTION_NAME = 100057, enumerator
/base/useriam/user_auth_framework/services/core/src/
Dremote_executor_stub.cpp210 bool getConnectionName = attr.GetStringValue(Attributes::ATTR_CONNECTION_NAME, connectionName_); in ProcBeginExecuteRequest()