Home
last modified time | relevance | path

Searched refs:board_get_items (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c825 static void *board_get_items(addon_module_m module, item_handle_t *handle, const char *name_id) in board_get_items() function
858 if (NULL != board_get_items(module, NULL, name_id)) { in board_add_new_item()
895 item = board_get_items(module, NULL, name_id); in py_board_attach_item()
912 item = board_get_items(module, handle, NULL); in py_board_disattach_item()
927 item = board_get_items(module, handle, NULL); in py_board_check_attach_status()
941 item = board_get_items(module, NULL, name_id); in py_board_get_node_by_name()
955 item = board_get_items(module, handle, NULL); in py_board_get_node_by_handle()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c1443 static void *board_get_items(addon_module_m module, item_handle_t *handle, in board_get_items() function
1481 if (NULL != board_get_items(module, NULL, name_id)) in board_add_new_item()
1524 item = board_get_items(module, NULL, name_id); in board_attach_item()
1542 item = board_get_items(module, handle, NULL); in board_disattach_item()
1559 item = board_get_items(module, handle, NULL); in board_check_attach_status()
1575 item = board_get_items(module, NULL, name_id); in board_get_node_by_name()
1589 item = board_get_items(module, handle, NULL); in board_get_node_by_handle()

Completed in 8 milliseconds