Home
last modified time | relevance | path

Searched refs:PORT_NAME (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
H A Dtls_connect_context.cpp43 constexpr const char *PORT_NAME = "port"; member
232 if (NapiUtils::HasNamedProperty(GetEnv(), netAddress, PORT_NAME)) { in ReadNetAddress()
233 uint16_t port = static_cast<uint16_t>(NapiUtils::GetUint32Property(GetEnv(), netAddress, PORT_NAME)); in ReadNetAddress()
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp35 const std::string PORT_NAME = "port"; member
190 if (jsonUriObject.contains(PORT_NAME) && jsonUriObject.at(PORT_NAME).is_string()) { in LoadReservedUrilItem()
191 std::string portName = jsonUriObject.at(PORT_NAME).get<std::string>(); in LoadReservedUrilItem()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp48 const std::string PORT_NAME = "port"; member
95 jsonUriObject["PORT_NAME"] = PORT_NAME; in DoSomethingInterestingWithMyAPI()

Completed in 4 milliseconds