Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_defaultimpl.cpp33 Status UnimplementedMethod(int32_t arg, int32_t* _aidl_return) override { in UnimplementedMethod() function
47 auto status = service->UnimplementedMethod(kExpectedArgValue, &returned_value); in TEST_F()
Daidl_test_service.cpp492 Status UnimplementedMethod(int32_t /* arg */, int32_t* /* _aidl_return */) override { in UnimplementedMethod() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl145 int UnimplementedMethod(int arg); in UnimplementedMethod() method
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java633 public int UnimplementedMethod(int arg) throws RemoteException { in testDefaultImpl()
643 int ret = service.UnimplementedMethod(expectedArg); in testDefaultImpl()