Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c827 board_mgr_t *mgr_handle = board_get_handle(); in board_get_items() local
834 for (i = 0; i < mgr_handle->item_size; ++i) { in board_get_items()
835 item = mgr_handle->item[i]; in board_get_items()
854 board_mgr_t *mgr_handle = board_get_handle(); in board_add_new_item() local
866 … void *addr = aos_realloc(mgr_handle->item, sizeof(board_item_t *) * (mgr_handle->item_size + 1)); in board_add_new_item()
876 mgr_handle->item = addr; in board_add_new_item()
877 mgr_handle->item[mgr_handle->item_size] = new_item; in board_add_new_item()
878 mgr_handle->item_size += 1; in board_add_new_item()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c1446 board_mgr_t *mgr_handle = board_get_handle(); in board_get_items() local
1453 for (i = 0; i < mgr_handle->item_size; ++i) in board_get_items()
1455 item = mgr_handle->item[i]; in board_get_items()
1478 board_mgr_t *mgr_handle = board_get_handle(); in board_add_new_item() local
1491 mgr_handle->item, sizeof(board_item_t *) * (mgr_handle->item_size + 1)); in board_add_new_item()
1502 mgr_handle->item = addr; in board_add_new_item()
1503 mgr_handle->item[mgr_handle->item_size] = new_item; in board_add_new_item()
1504 mgr_handle->item_size += 1; in board_add_new_item()

Completed in 9 milliseconds