Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/ts/device/
H A Dindex.ts130 const fn = this.createMethodWrapper(service.methodsByName.get(key)!);
136 private createMethodWrapper(realMethod: MethodStub) { method in Device