Home
last modified time | relevance | path

Searched refs:share_mode_info (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/network/cellular/
A Dmodule_cellular.c265 amp_sharemode_info_t *share_mode_info; in native_get_netshare_config() local
268 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 …]
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/cellular/
A Dmodule_cellular.c265 aos_sharemode_info_t *share_mode_info; in native_get_netshare_config() local
268 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 …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/cellular/
A Dmodule_cellular.c241 aos_sharemode_info_t *share_mode_info; in native_get_netshare_config() local
245 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 …]
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_cellular.c38 int aos_get_netshareconfig(aos_sharemode_info_t *share_mode_info) in aos_get_netshareconfig() argument
43 int aos_set_netshareconfig(int ucid, int auth_type, aos_sharemode_info_t *share_mode_info) in aos_set_netshareconfig() argument
/AliOS-Things-master/components/amp_adapter/include/
A Daos_network.h184 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