Searched refs:aAuthentication (Results 1 – 5 of 5) sorted by relevance
/external/opencore/protocols/rtsp_client_engine/src/ |
D | pvrtspenginenodeextensioninterface_impl.cpp | 149 OSCL_wString& aAuthentication, in SetAuthenticationParameters() argument 155 …return iContainer->SetAuthenticationParameters(aUserID, aAuthentication, aExpiration, aApplication… in SetAuthenticationParameters()
|
D | pvrtspenginenodeextensioninterface_impl.h | 82 OSCL_wString& aAuthentication,
|
D | pvrtsp_client_engine_node.cpp | 747 OSCL_wString& aAuthentication, in SetAuthenticationParameters() argument 754 if (tmpSize < aAuthentication.get_size()) in SetAuthenticationParameters() 756 tmpSize = aAuthentication.get_size(); in SetAuthenticationParameters() 791 …if (0 == oscl_UnicodeToUTF8(aAuthentication.get_cstr(), aAuthentication.get_size(), (char*)tmpBuf,… in SetAuthenticationParameters()
|
/external/opencore/protocols/rtsp_client_engine/inc/ |
D | pvrtspenginenodeextensioninterface.h | 188 OSCL_wString& aAuthentication,
|
D | pvrtsp_client_engine_node.h | 570 OSCL_wString& aAuthentication,
|