Home
last modified time | relevance | path

Searched defs:DEFAULT_PORT (Results 1 – 2 of 2) sorted by relevance

/developtools/integration_verification/DeployDevice/src/util/
Dconfig.py103 DEFAULT_PORT = int(global_config_param.get('DEFAULT_PORT')) variable
201 DEFAULT_PORT = int(linux_config_param.get('DEFAULT_PORT')) variable
212 DEFAULT_PORT = int(windows_config_param.get('DEFAULT_PORT')) variable
/developtools/hdc/src/common/
Ddefine.h27 constexpr uint16_t DEFAULT_PORT = 8710; variable