Searched refs:called_detect (Results 1 – 2 of 2) sorted by relevance
18 bool called_detect; in dm_test_board() local25 board_get_bool(board, BOOL_CALLED_DETECT, &called_detect); in dm_test_board()26 ut_assert(!called_detect); in dm_test_board()30 board_get_bool(board, BOOL_CALLED_DETECT, &called_detect); in dm_test_board()31 ut_assert(called_detect); in dm_test_board()
14 bool called_detect; member26 priv->called_detect = true; in board_sandbox_detect()39 *val = priv->called_detect; in board_sandbox_get_bool()