Searched refs:NativeRemoteBase (Results 1 – 2 of 2) sorted by relevance
42 class NativeRemoteBase {44 explicit NativeRemoteBase(const sptr<ITestService> &testService);45 virtual ~NativeRemoteBase() = default;59 class NativeRemoteProxyTest : public NativeRemoteBase {95 class NativeRemoteStubTest : public NativeRemoteBase {
63 NativeRemoteBase::NativeRemoteBase(const sptr<ITestService> &testService) in NativeRemoteBase() function in OHOS::NativeRemoteBase69 : NativeRemoteBase(testService) in NativeRemoteProxyTest()542 : NativeRemoteBase(testService) in NativeRemoteStubTest()