Searched refs:customizedProtocol (Results 1 – 1 of 1) sorted by relevance
641 char customizedProtocol[MAX_PROTOCOL_LENGTH] = {0}; in CreatConnectInfo() local656 …if (strcpy_s(customizedProtocol, context->GetProtocol().length() + 1, context->GetProtocol().c_str… in CreatConnectInfo()666 connectInfo.protocol = customizedProtocol; in CreatConnectInfo()