Searched refs:legacyErrorToString (Results 1 – 4 of 4) sorted by relevance
263 << legacyErrorToString(legacy_status); in retrieveDynamicIfaceCombination()751 LOG(ERROR) << "Failed to get driver version: " << legacyErrorToString(legacy_status); in requestChipDebugInfoInternal()761 LOG(ERROR) << "Failed to get firmware version: " << legacyErrorToString(legacy_status); in requestChipDebugInfoInternal()777 LOG(ERROR) << "Failed to get driver debug dump: " << legacyErrorToString(legacy_status); in requestDriverDebugDumpInternal()789 LOG(ERROR) << "Failed to get firmware debug dump: " << legacyErrorToString(legacy_status); in requestFirmwareDebugDumpInternal()801 << legacyErrorToString(legacy_status); in createVirtualApInterface()978 << legacyErrorToString(legacy_status); in removeIfaceInstanceFromBridgedApIfaceInternal()1110 << legacyErrorToString(legacy_status); in createStaIfaceInternal()1150 << legacyErrorToString(legacy_status); in removeStaIfaceInternal()1383 << legacyErrorToString(legacy_status); in getSupportedRadioCombinationsInternal()[all …]
30 std::string legacyErrorToString(legacy_hal::wifi_error error);
377 << " error: " << legacyErrorToString(legacy_status); in initializeModeControllerAndLegacyHal()395 << " error: " << legacyErrorToString(legacy_status); in stopLegacyHalAndDeinitializeModeController()
24 std::string legacyErrorToString(legacy_hal::wifi_error error) { in legacyErrorToString() function