Home
last modified time | relevance | path

Searched refs:OnClosed (Results 1 – 3 of 3) sorted by relevance

/system/core/libappfuse/include/libappfuse/
DFuseBridgeLoop.h35 virtual void OnClosed(int mount_id) = 0;
/system/core/libappfuse/
DFuseBridgeLoop.cc358 callback->OnClosed(mount_id); in ProcessEventLocked()
378 callback->OnClosed(it->second->mount_id()); in Start()
/system/core/libappfuse/tests/
DFuseBridgeLoopTest.cc40 void OnClosed(int /* mount_id */) override { closed = true; } in OnClosed() function in android::fuse::__anon36125ebe0111::Callback