Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl49 int GiveMeMyCallingUid(); in GiveMeMyCallingUid() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DTestImpl.java67 public int GiveMeMyCallingUid() { in GiveMeMyCallingUid() method in TestImpl
DJavaClientTest.java158 assertEquals(Process.myUid(), mInterface.GiveMeMyCallingUid()); in testCallingInfo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h69 ::ndk::ScopedAStatus GiveMeMyCallingUid(int32_t* _aidl_return) override { in GiveMeMyCallingUid() function
Dtest_native_aidl_client.cpp202 EXPECT_OK(iface->GiveMeMyCallingUid(&res)); in TEST_P()