Searched refs:tempAddress (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 442 std::string tempAddress = pimpl->address_; in Connect() local 443 CHECK_AND_RETURN_LOG_RET(tempAddress.size(), BtStatus::BT_FAILURE, "address size error"); in Connect() 454 .addr = tempAddress, in Connect() 475 GetEncryptAddr(tempAddress), "PID", IPCSkeleton::GetCallingPid(), "UID", IPCSkeleton::GetCallingUid()); in Connect() 476 ReportDataToRss("connect", pimpl->fd_, GetEncryptAddr(tempAddress), IPCSkeleton::GetCallingPid(), in Connect()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/ |
H A D | websocket_exec.cpp | 263 const char *tempAddress = nullptr; in ParseUrl() local 265 (void)lws_parse_uri(uri, &tempProt, &tempAddress, port, &tempPath); in ParseUrl() 274 if (strcpy_s(address, addressLen, tempAddress) < 0) { in ParseUrl() 617 const char *tempAddress = nullptr; in FillContextInfo() local 629 if (lws_parse_uri(tempUri, &tempProtocol, &tempAddress, &tempPort, &tempPath) != 0) { in FillContextInfo() 634 if (!host.empty() && !CommonUtils::IsHostNameExcluded(tempAddress, exclusions, ",")) { in FillContextInfo()
|
/foundation/communication/netstack/frameworks/native/websocket_client/ |
H A D | websocket_client.cpp | 341 const char *tempAddress = nullptr;
in ParseUrl() local 343 (void)lws_parse_uri(uri, &tempPrefix, &tempAddress, port, &tempPath);
in ParseUrl() 348 if (strcpy_s(address, MAX_URI_LENGTH, tempAddress) < 0) {
in ParseUrl()
|
Completed in 6 milliseconds