Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_capi_skeleton.h48 virtual int ASyncAdd() = 0;
65 int ASyncAdd() override;
106 int ASyncAdd() override;
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp141 int NativeRemoteProxyTest::ASyncAdd() in ASyncAdd() function in OHOS::NativeRemoteProxyTest
517 int ret = isSync ? SyncAdd() : ASyncAdd(); in AddParallel()
532 { NATIVE_TEST_CMD_ASYNC_ADD, [](NativeRemoteStubTest *stub) { return stub->ASyncAdd(); }}, in __anon2b43c6f60402()
619 int NativeRemoteStubTest::ASyncAdd() in ASyncAdd() function in OHOS::NativeRemoteStubTest
H A Dtest_service_client.cpp169 { NATIVE_TEST_CMD_ASYNC_ADD, [&]() { return remoteProxy->ASyncAdd(); }}, in TestNativeIPCSendRequests()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_remote_object_unittest.cpp246 EXPECT_EQ(remoteProxyTest->ASyncAdd(), 0);