Lines Matching refs:result

35      * @return ErrCode - operation result
42 * @return ErrCode - operation result
50 * @return ErrCode - operation result
59 * @return ErrCode - operation result
67 * @return ErrCode - operation result
76 * @return ErrCode - operation result
87 * @return ErrCode - operation result
94 * @return ErrCode - operation result
102 * @return ErrCode - operation result
110 * @return ErrCode - operation result
118 * @param result - the device configuration's network id
120 * @return ErrCode - operation result
122 virtual ErrCode AddDeviceConfig(const WifiDeviceConfig &config, int &result, bool isCandidate) = 0;
128 * @param result - the device configuration's network id after updated
129 * @return ErrCode - operation result
131 virtual ErrCode UpdateDeviceConfig(const WifiDeviceConfig &config, int &result) = 0;
137 * @return ErrCode - operation result
144 * @return ErrCode - operation result
151 * @param result - Get result vector of WifiDeviceConfig
153 * @return ErrCode - operation result
155 virtual ErrCode GetDeviceConfigs(std::vector<WifiDeviceConfig> &result, bool isCandidate) = 0;
162 * @return ErrCode - operation result
170 * @return ErrCode - operation result
184 * @return ErrCode - operation result
192 * @return ErrCode - operation result
200 * @return ErrCode - operation result
208 * @return ErrCode - operation result
216 * @return ErrCode - operation result
224 * @return ErrCode - operation result
233 * @return ErrCode - operation result
241 * @return ErrCode - operation result
249 * @return ErrCode - operation result
265 * @return ErrCode - operation result
273 * @return ErrCode - operation result
282 * @return ErrCode - operation result
291 * @return ErrCode - operation result
299 * @return ErrCode - operation result
307 * @return ErrCode - operation result
315 * @return ErrCode - operation result
323 * @return ErrCode - operation result
330 * @return ErrCode - operation result
337 * @return ErrCode - operation result
344 * @param result - Get device mac String
345 * @return ErrCode - operation result
347 virtual ErrCode GetDeviceMacAddress(std::string &result) = 0;
354 * @return ErrCode - operation result
361 * @param result - get result vector of int
362 * @return ErrCode - operation result
364 virtual ErrCode Get5GHzChannelList(std::vector<int> &result) = 0;
369 * @return ErrCode - operation result
377 * @return bool - operation result
386 * @return ErrCode - operation result
393 * @return ErrCode - operation result
474 * @return ErrCode - operation result
490 * @return ErrCode - operation result
497 * @return ErrCode - hilink connect result
504 * @return ErrCode - operation result
512 * @return ErrCode - operation result
519 * @return ErrCode - operation result
529 * @return ErrCode - operation result
539 * @return ErrCode - operation result
547 * @param config - Get result vector of WifiDeviceConfig
548 * @return ErrCode - operation result