Lines Matching refs:int
67 child_timeout = int(child.get(wpan.WPAN_THREAD_CHILD_TIMEOUT), 0) * 1000
68 default_poll_interval = int(child.get(wpan.WPAN_POLL_INTERVAL), 0)
77 poll_count_before = int(child.get(wpan.WPAN_NCP_COUNTER_TX_PKT_DATA_POLL), 0)
80 verify(int(child.get(wpan.WPAN_POLL_INTERVAL), 0) == poll_interval)
83 poll_count_after = int(child.get(wpan.WPAN_NCP_COUNTER_TX_PKT_DATA_POLL), 0)
90 verify(actual_polls >= int(expected_polls))
103 poll_count_before = int(child.get(wpan.WPAN_NCP_COUNTER_TX_PKT_DATA_POLL), 0)
106 poll_count_after = int(child.get(wpan.WPAN_NCP_COUNTER_TX_PKT_DATA_POLL), 0)
113 verify(int(child.get(wpan.WPAN_POLL_INTERVAL), 0) == default_poll_interval)
118 new_default_interval = int(child.get(wpan.WPAN_POLL_INTERVAL), 0)
122 verify(int(child.get(wpan.WPAN_POLL_INTERVAL), 0) == default_poll_interval)