Searched refs:share_mode_info (Results 1 – 5 of 5) sorted by relevance
265 amp_sharemode_info_t *share_mode_info; in native_get_netshare_config() local268 if (share_mode_info == NULL) { in native_get_netshare_config()290 aos_free(share_mode_info); in native_get_netshare_config()294 if (share_mode_info) { in native_get_netshare_config()295 aos_free(share_mode_info); in native_get_netshare_config()350 if (share_mode_info == NULL) { in native_set_netshare_config()356 share_mode_info->action = action; in native_set_netshare_config()361 share_mode_info->ip_type = ipType; in native_set_netshare_config()366 aos_free(share_mode_info); in native_set_netshare_config()371 if (share_mode_info) { in native_set_netshare_config()[all …]
265 aos_sharemode_info_t *share_mode_info; in native_get_netshare_config() local268 if (share_mode_info == NULL) { in native_get_netshare_config()290 aos_free(share_mode_info); in native_get_netshare_config()294 if (share_mode_info) { in native_get_netshare_config()295 aos_free(share_mode_info); in native_get_netshare_config()348 if (share_mode_info == NULL) { in native_set_netshare_config()354 share_mode_info->action = action; in native_set_netshare_config()359 share_mode_info->ip_type = ipType; in native_set_netshare_config()364 aos_free(share_mode_info); in native_set_netshare_config()369 if (share_mode_info) { in native_set_netshare_config()[all …]
241 aos_sharemode_info_t *share_mode_info; in native_get_netshare_config() local245 if (share_mode_info == NULL) { in native_get_netshare_config()265 aos_free(share_mode_info); in native_get_netshare_config()269 if (share_mode_info) { in native_get_netshare_config()270 aos_free(share_mode_info); in native_get_netshare_config()299 if (share_mode_info == NULL) { in native_set_netshare_config()305 share_mode_info->action = action; in native_set_netshare_config()310 share_mode_info->ip_type = ipType; in native_set_netshare_config()319 aos_free(share_mode_info); in native_set_netshare_config()324 if (share_mode_info) { in native_set_netshare_config()[all …]
38 int aos_get_netshareconfig(aos_sharemode_info_t *share_mode_info) in aos_get_netshareconfig() argument43 int aos_set_netshareconfig(int ucid, int auth_type, aos_sharemode_info_t *share_mode_info) in aos_set_netshareconfig() argument
184 int aos_get_netshareconfig(aos_sharemode_info_t *share_mode_info);193 int aos_set_netshareconfig(int ucid, int auth_type, aos_sharemode_info_t *share_mode_info);
Completed in 7 milliseconds