Searched refs:GetServicePort (Results 1 – 5 of 5) sorted by relevance
41 std::string listenUri = DEFAULT_SERVICE_LISTEN_URI + std::to_string(COMMON::GetServicePort()); in main()
35 int GetServicePort();
88 uint16_t GetServicePort() in GetServicePort() function90 return COMMON::GetServicePort(); in GetServicePort()159 std::string serviceUri = GetLoopbackAddress() + ":" + std::to_string(GetServicePort()); in GetProfilerServiceStub()360 printf("port:%u\n", GetServicePort()); in CheckGrpcMsgSend()
355 int GetServicePort() in GetServicePort() function
1368 std::string listenUri = std::string("0.0.0.0:") + std::to_string(COMMON::GetServicePort());