Searched refs:executeInternal (Results 1 – 2 of 2) sorted by relevance
230 auto executeInternal = [&model, &isIgnored, &examples, in execute() local241 executeInternal(dumpFile); in execute()243 executeInternal(""); in execute()
1261 executeInternal((Runnable) msg.obj); in handleMessage()1267 private void executeInternal(Runnable task) { in executeInternal() method in SipService.MyExecutor