Searched defs:addrStr (Results 1 – 6 of 6) sorted by relevance
405 bool NetworkShareSubStateMachine::GetBtDestinationAddr(std::string &addrStr) in GetBtDestinationAddr()431 bool NetworkShareSubStateMachine::GetWifiApDestinationAddr(std::string &addrStr) in GetWifiApDestinationAddr()456 bool NetworkShareSubStateMachine::GetUsbDestinationAddr(std::string &addrStr) in GetUsbDestinationAddr()
554 char addrStr[NI_MAXHOST] = COAP_SRV_DEFAULT_ADDR; in CoapServerInitWithIdxEx() local591 char addrStr[NI_MAXHOST] = COAP_SRV_DEFAULT_ADDR; in CoapServerInitEx() local630 char addrStr[NI_MAXHOST] = {0}; in CoapP2pServerInitEx() local674 char addrStr[NI_MAXHOST] = {0}; in CoapUsbServerInitEx() local
232 std::string addrStr; variable247 std::string addrStr; variable
280 std::string addrStr = "192.168.22.33"; variable289 std::string addrStr = "192.168.22.33"; variable298 std::string addrStr = "192.168.22.33"; variable
376 bool WrapperDecoder::InterpreteIFaceAddr(ifaddrmsg *ifAddr, char *addrStr, socklen_t sockLen, in InterpreteIFaceAddr()412 bool WrapperDecoder::SaveAddressMsg(const std::string addrStr, const ifaddrmsg *addrMsg, const std:… in SaveAddressMsg()
259 static int32_t ConvertAddrStr(const char *addrStr, ConnectionAddr *addrInfo) in ConvertAddrStr()