Page MenuHomePhabricator

[native] expose client functions across FFI boundary
ClosedPublic

Authored by varun on Aug 23 2022, 10:46 PM.
Tags
None
Referenced Files
F3363390: D4938.diff
Mon, Nov 25, 2:03 AM
Unknown Object (File)
Sat, Nov 23, 10:05 AM
Unknown Object (File)
Mon, Nov 11, 10:13 AM
Unknown Object (File)
Sun, Nov 10, 10:26 PM
Unknown Object (File)
Sat, Nov 9, 3:20 PM
Unknown Object (File)
Tue, Nov 5, 2:06 AM
Unknown Object (File)
Oct 6 2024, 2:12 AM
Unknown Object (File)
Oct 6 2024, 2:12 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
Lint Not Applicable
Unit
Tests Not Applicable