Searched refs:pollIntervalMs_ (Results 1 – 4 of 4) sorted by relevance
64 { return pollIntervalMs_; } in pollIntervalMs()66 { pollIntervalMs_ = interval; } in setPollIntervalMs()107 uint32_t pollIntervalMs_; variable
41 pollIntervalMs_ = 2000; in Configuration()93 pollIntervalMs_ = settings.value( "polling.intervalMs" ).toInt(); in retrieveFromStorage()131 settings.setValue( "polling.intervalMs", pollIntervalMs_ ); in saveToStorage()