Searched refs:mount_id (Results 1 – 1 of 1) sorted by relevance
42 void OnMount(int mount_id) override { in OnMount() argument43 mEnv->CallVoidMethod(mSelf, gAppFuseOnMount, mount_id); in OnMount()50 void OnClosed(int mount_id) override { in OnClosed() argument51 mEnv->CallVoidMethod(mSelf, gAppFuseOnClosed, mount_id); in OnClosed()