Page MenuHomePhabricator

[native] expose client functions across FFI boundary
ClosedPublic

Authored by varun on Aug 23 2022, 10:46 PM.
Tags
None
Referenced Files
F2168943: D4938.id15903.diff
Tue, Jul 2, 10:00 AM
Unknown Object (File)
Mon, Jul 1, 11:50 AM
Unknown Object (File)
Thu, Jun 27, 1:17 AM
Unknown Object (File)
Thu, Jun 27, 1:17 AM
Unknown Object (File)
Thu, Jun 27, 1:15 AM
Unknown Object (File)
Thu, Jun 27, 12:41 AM
Unknown Object (File)
Thu, Jun 20, 11:07 PM
Unknown Object (File)
Sat, Jun 15, 2:31 AM
Subscribers

Details

Summary

This diff adds all the synchronous functions implemented in previous diffs to the ffi module. When we build the project, the C++ header file for our library will expose these functions, making them callable from our native C++ code.

Depends on D4937

Test Plan

linked the library to our android cmake project, successfully called the functions and got a response from the identity service

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage