Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl54 int GiveMeMyCallingUidFromOneway(); in GiveMeMyCallingUidFromOneway() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java100 public int GiveMeMyCallingUidFromOneway() { in GiveMeMyCallingUidFromOneway() method in TestImpl
DJavaClientTest.java167 assertEquals(Process.myUid(), mInterface.GiveMeMyCallingUidFromOneway()); in testCallingInfo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h99 ::ndk::ScopedAStatus GiveMeMyCallingUidFromOneway( in GiveMeMyCallingUidFromOneway() function
Dtest_native_aidl_client.cpp213 EXPECT_OK(iface->GiveMeMyCallingUidFromOneway(&res)); in TEST_P()