Searched refs:sNodeCfg (Results 1 – 2 of 2) sorted by relevance
338 string &sNodeCfg = ctxPoint->localArgs[1]; in DetechForwardType() local350 sNodeCfg = harmonyReservedSocketPrefix + sNodeCfg; in DetechForwardType()353 sNodeCfg = filesystemSocketPrefix + sNodeCfg; in DetechForwardType()367 string &sNodeCfg = ctxPoint->localArgs[1]; in SetupTCPPoint() local368 int port = atoi(sNodeCfg.c_str()); in SetupTCPPoint()376 ctxPoint->lastError = "TCP Port listen failed at " + sNodeCfg; in SetupTCPPoint()395 string &sNodeCfg = ctxPoint->localArgs[1]; in SetupDevicePoint() local396 string resolvedPath = Base::CanonicalizeSpecPath(sNodeCfg); in SetupDevicePoint()420 bool HdcForwardBase::LocalAbstractConnect(uv_pipe_t *pipe, string &sNodeCfg) in LocalAbstractConnect() argument432 int addrLen = sNodeCfg.size() + offsetof(struct sockaddr_un, sun_path) + 1; in LocalAbstractConnect()[all …]
102 bool LocalAbstractConnect(uv_pipe_t *pipe, string &sNodeCfg);