Searched refs:is_ready (Results 1 – 7 of 7) sorted by relevance
35 fn is_ready(&self) -> bool { in is_ready() method
125 self.trace_provider.lock().unwrap().is_ready() in is_provider_ready()144 if provider.lock().unwrap().is_ready() { in start_thread_waiting_for_provider_ready()
33 fn is_ready(&self) -> bool; in is_ready() method
37 fn is_ready(&self) -> bool { in is_ready() method
36 fn is_ready(&self) -> bool { in is_ready() method
246 bool is_ready = false; in doMount() local247 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()248 if (!is_ready) { in doMount()
440 bool is_ready = false; in doMount() local441 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()442 if (!is_ready) { in doMount()