Home
last modified time | relevance | path

Searched defs:jmethod_id (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dcallback.rs111 let jmethod_id = match self.jmethod_id_map.get(&name_signature) { in cached_jni_call() localVariable
114 let jmethod_id = self.env.get_method_id(self.callback_obj.as_obj(), name, sig)?; in cached_jni_call() localVariable