Home
last modified time | relevance | path

Searched refs:NativeRemoteBase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h42 class NativeRemoteBase {
44 explicit NativeRemoteBase(const sptr<ITestService> &testService);
45 virtual ~NativeRemoteBase() = default;
59 class NativeRemoteProxyTest : public NativeRemoteBase {
95 class NativeRemoteStubTest : public NativeRemoteBase {
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp63 NativeRemoteBase::NativeRemoteBase(const sptr<ITestService> &testService) in NativeRemoteBase() function in OHOS::NativeRemoteBase
69 : NativeRemoteBase(testService) in NativeRemoteProxyTest()
542 : NativeRemoteBase(testService) in NativeRemoteStubTest()