Home
last modified time | relevance | path

Searched refs:GetServicePort (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/services/profiler_service/src/
Dmain.cpp41 std::string listenUri = DEFAULT_SERVICE_LISTEN_URI + std::to_string(COMMON::GetServicePort()); in main()
/developtools/profiler/device/base/include/
Dcommon.h35 int GetServicePort();
/developtools/profiler/device/cmds/src/
Dmain.cpp88 uint16_t GetServicePort() in GetServicePort() function
90 return COMMON::GetServicePort(); in GetServicePort()
159 std::string serviceUri = GetLoopbackAddress() + ":" + std::to_string(GetServicePort()); in GetProfilerServiceStub()
360 printf("port:%u\n", GetServicePort()); in CheckGrpcMsgSend()
/developtools/profiler/device/base/src/
Dcommon.cpp355 int GetServicePort() in GetServicePort() function
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_test.cpp1368 std::string listenUri = std::string("0.0.0.0:") + std::to_string(COMMON::GetServicePort());