Commit Graph
1022 Commits
Author SHA1 Message Date
Francis Tsui 1d6f44e6b5 Internal changes.
PiperOrigin-RevId: 804560917
2025-09-08 13:23:27 -07:00
Edwin Wu 6cd1575a64 [NC Apple coverage] Added unit tests for GNCNWFrameworkServerSocket in WiFiCommon
PiperOrigin-RevId: 803705843
2025-09-05 20:36:01 -07:00
Guogang Li 4e684adac9 Add macOS support to GNCHotspotMedium.
PiperOrigin-RevId: 803641968
2025-09-05 16:22:16 -07:00
Francis Tsui b17a83ae34 Fix IP address in wifi lan upgrade path info.
PiperOrigin-RevId: 803636066
2025-09-05 16:06:41 -07:00
Francis Tsui 822ce6caf9 Add nullability annotations.
PiperOrigin-RevId: 803587404
2025-09-05 13:46:01 -07:00
Francis Tsui 296b135f54 Cleanup AuthenticationManager and AccoutManager interface.
PiperOrigin-RevId: 803516888
2025-09-05 10:36:09 -07:00
Edwin Wu dca5a4b6ec [NC Apple coverage] Added unit tests for GNCNWFrameworkSocket in WiFiCommon
PiperOrigin-RevId: 803485731
2025-09-05 09:10:16 -07:00
Francis Tsui beaab63d4b Cleanup blocking socket flag.
PiperOrigin-RevId: 803211100
2025-09-04 16:06:01 -07:00
Francis Tsui d25872b2e0 Listen to incoming lan connection on all interfaces.
PiperOrigin-RevId: 803177100
2025-09-04 14:31:15 -07:00
Guogang Li 6c80cc39e9 Adjust BLE advertisement length check for macOS.
PiperOrigin-RevId: 803170812
2025-09-04 14:15:55 -07:00
Francis Tsui ec4cc9338c Fix mDNS registration using wrong hostname.
PiperOrigin-RevId: 803100146
2025-09-04 11:13:05 -07:00
Edwin Wu b90f1d3719 [NC Apple coverage] Add unit tests for nearby::apple::AwdlMedium.
PiperOrigin-RevId: 802840092
2025-09-03 21:18:51 -07:00
Edwin Wu f0d164fc40 [NC Apple coverage] Test implementation for Wifi LAN medium.
PiperOrigin-RevId: 802829901
2025-09-03 20:39:01 -07:00
Edwin Wu 6e1fd931b7 [NC Apple coverage] Refactor CBManagerStateString and add tests for BLE
Sockets utilities and Weave packets.

PiperOrigin-RevId: 802825276
2025-09-03 20:23:01 -07:00
Edwin Wu 1b169516cb [NC Apple coverage]add unit tests for Hotspot Medium.
PiperOrigin-RevId: 802798810
2025-09-03 18:55:15 -07:00
Francis Tsui 96040b49aa Migrate NetworkMonitor to use native APIs.
PiperOrigin-RevId: 802185742
2025-09-02 09:59:29 -07:00
hai007 91721c3dbb Automated Code Change
PiperOrigin-RevId: 801577756
2025-08-31 14:38:48 -07:00
hai007 d44997d16d Automated Code Change
PiperOrigin-RevId: 801555798
2025-08-31 12:23:34 -07:00
Edwin Wu eff9d2d50b [NC Apple coverage] Reorganize BLE medium and test files
PiperOrigin-RevId: 800719731
2025-08-28 20:26:08 -07:00
Francis Tsui 000e12da8e Migrate platform to use MacAddress class.
PiperOrigin-RevId: 800631540
2025-08-28 15:14:16 -07:00
Francis Tsui ab94af291f Create compatibility for moving platform API to use MacAddress class.
PiperOrigin-RevId: 800533547
2025-08-28 10:58:22 -07:00
Nick Bourdakos 0bad8b0c98 Ensure parent directories exist before creating output files on Apple
PiperOrigin-RevId: 800443625
2025-08-28 06:40:05 -07:00
Francis Tsui b255a7c63f Remove unnecessary log statements.
PiperOrigin-RevId: 800233284
2025-08-27 17:34:58 -07:00
hai007 fe81c82e88 Automated Code Change
PiperOrigin-RevId: 800196135
2025-08-27 15:32:05 -07:00
Francis Tsui dd2832d8b1 Move to Win32 APIs for network interface enumeration.
PiperOrigin-RevId: 799739002
2025-08-26 15:16:22 -07:00
Edwin Wu da266c0025 [NC Apple coverage] Enable WiFiCommon tests.
PiperOrigin-RevId: 799130702
2025-08-25 08:24:11 -07:00
hai007 5f27145da5 Update WebRTC IceCandidate type usage.
Replaces `webrtc::IceCandidateInterface` with `webrtc::IceCandidate` due to a change in the WebRTC API.

PiperOrigin-RevId: 798263016
2025-08-22 10:39:19 -07:00
Guogang Li 9d06831a9c Enforce out-of-band mode for InjectEndpoint and relax discovery checks for Bluetooth callbacks.
PiperOrigin-RevId: 798228332
2025-08-22 08:58:41 -07:00
Francis Tsui 3f93c0ee87 Remove more unnecessary INFO logs.
PiperOrigin-RevId: 797859361
2025-08-21 12:04:13 -07:00
Francis Tsui 6113d225e9 Move unnecessary INFO logs to VLOG.
PiperOrigin-RevId: 797451961
2025-08-20 13:58:51 -07:00
Guogang Li 9087989a42 [iOS]Serialize API calls and improve error handling in GATT client
PiperOrigin-RevId: 797433462
2025-08-20 13:12:26 -07:00
Francis Tsui 29f37997ec Make BT MacAddress optional in Private certs.
PiperOrigin-RevId: 797357330
2025-08-20 09:59:47 -07:00
hai007 a024248341 Delete test that tests behavior when std::string_view is constructed from nullptr
PiperOrigin-RevId: 797045149
2025-08-19 15:34:35 -07:00
Edwin Wu 09a7dc8eb3 [NC Apple coverage] Add GNCDeviceInfoTest unit test to cover the device info APIs for Nearby.
PiperOrigin-RevId: 794643095
2025-08-13 10:41:05 -07:00
Edwin Wu eed03c7158 [NC Apple coverage] Add more tests for GNCPlatformTest.
PiperOrigin-RevId: 794624452
2025-08-13 09:59:19 -07:00
Edwin Wu a4314b3168 Added a timeout for each operation that block the thread.
PiperOrigin-RevId: 794517029
2025-08-13 04:36:33 -07:00
Nick Bourdakos bff02013c9 Add implementation for log file path
PiperOrigin-RevId: 794256202
2025-08-12 13:52:47 -07:00
Nick Bourdakos 4c5637203b Dispatch FireNow to a background queue to avoid blocking UI
PiperOrigin-RevId: 793875585
2025-08-11 18:28:04 -07:00
Johnson Lu aaa1a35b62 Create iOS MH snippet
PiperOrigin-RevId: 793871634
2025-08-11 18:10:18 -07:00
Francis Tsui 804b481b73 Refactor device path management functions.
PiperOrigin-RevId: 793755146
2025-08-11 12:30:57 -07:00
Edwin Wu 31a15dc938 [NC Apple coverage] Implement iOS preferences in tests.
PiperOrigin-RevId: 792370292
2025-08-07 17:24:00 -07:00
Edwin Wu e95b44cf61 Fixes a potential crash when shutting down a BleMedium.
PiperOrigin-RevId: 792365629
2025-08-07 17:08:04 -07:00
Guogang Li fc37f9b9f0 Internal bug fix
PiperOrigin-RevId: 792253206
2025-08-07 12:01:37 -07:00
Guogang Li ddd4f922b9 Fixed deadlock during stop scanning on iOS
PiperOrigin-RevId: 791998760
2025-08-06 22:47:41 -07:00
Francis Tsui 807bf7172f Set linux credential store path.
PiperOrigin-RevId: 791932855
2025-08-06 18:51:07 -07:00
Francis Tsui 4826e79e0c Cleanup preferences manager.
PiperOrigin-RevId: 791889165
2025-08-06 16:28:43 -07:00
Francis Tsui 38827f2b4b Allow set and get last modified times on files.
PiperOrigin-RevId: 791407269
2025-08-05 16:08:30 -07:00
Guogang Li 0640a9c13c Add cancel support for hotspot connection
PiperOrigin-RevId: 791394599
2025-08-05 15:33:33 -07:00
Francis Tsui e66394d4f7 Use native Window API for file access.
PiperOrigin-RevId: 791371696
2025-08-05 14:32:42 -07:00
Edwin Wu 8990edee33 [NC Apple coverage] Add test for GNCLogger
PiperOrigin-RevId: 791250955
2025-08-05 09:35:54 -07:00