Searched refs:GetIsChipSupportRadarDetect (Results 1 – 4 of 4) sorted by relevance
134 EXPECT_TRUE(GetIsChipSupportRadarDetect(NULL) == WIFI_HAL_FAILED);135 EXPECT_TRUE(GetIsChipSupportRadarDetect(&support) == WIFI_HAL_SUCCESS);
157 WifiErrorNo GetIsChipSupportRadarDetect(int *support);
173 WifiErrorNo GetIsChipSupportRadarDetect(int *support) in GetIsChipSupportRadarDetect() function
364 WifiErrorNo err = GetIsChipSupportRadarDetect(&support); in RpcIsChipSupportRadarDetect()