Searched refs:sNodeCfg (Results 1 – 2 of 2) sorted by relevance
325 string &sNodeCfg = ctxPoint->localArgs[1]; in DetechForwardType() local337 sNodeCfg = harmonyReservedSocketPrefix + sNodeCfg; in DetechForwardType()340 sNodeCfg = filesystemSocketPrefix + sNodeCfg; in DetechForwardType()352 string &sNodeCfg = ctxPoint->localArgs[1]; in SetupTCPPoint() local353 int port = atoi(sNodeCfg.c_str()); in SetupTCPPoint()361 ctxPoint->lastError = "TCP Port listen failed at " + sNodeCfg; in SetupTCPPoint()380 string &sNodeCfg = ctxPoint->localArgs[1]; in SetupDevicePoint() local381 string resolvedPath = Base::CanonicalizeSpecPath(sNodeCfg); in SetupDevicePoint()405 bool HdcForwardBase::LocalAbstractConnect(uv_pipe_t *pipe, string &sNodeCfg) in LocalAbstractConnect() argument417 int addrLen = sNodeCfg.size() + offsetof(struct sockaddr_un, sun_path) + 1; in LocalAbstractConnect()[all …]
96 bool LocalAbstractConnect(uv_pipe_t *pipe, string &sNodeCfg);