Home
last modified time | relevance | path

Searched defs:testService (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp143 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
196 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
263 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
298 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
575 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
623 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
675 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
731 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
825 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
859 sptr<IDBinderTestService> testService = iface_cast<IDBinderTestService>(object); variable
[all …]
/ohos5.0/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp134 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
185 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
216 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
253 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
287 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
323 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
388 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
428 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
465 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
495 sptr<ITestService> testService = iface_cast<ITestService>(object); variable
[all …]
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsSocketTest.cpp94 TLSSocket testService; variable
112 TLSSocket testService; variable
129 TLSSocket testService; variable
147 TLSSocket testService; variable
165 TLSSocket testService; variable
185 TLSSocket testService; variable
221 TLSSocket testService; variable
249 TLSSocket testService; variable
269 TLSSocket testService; variable
290 TLSSocket testService; variable
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_main_test.c201 struct TestService *testService = NULL; in HdfTestCaseProcess() local
254 static struct TestService testService; in HdfTestDriverBind() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_hitrace_unittest.cpp171 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
224 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
267 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
306 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
353 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
394 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
H A Dipc_core_unittest.cpp466 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
497 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
702 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
773 sptr<ITestService> testService = iface_cast<ITestService>(service); variable
H A Dipc_capi_remote_object_unittest.cpp244 auto testService = iface_cast<ITestService>(object); variable
/ohos5.0/drivers/hdf_core/framework/test/unittest/uevent/
H A Ddevmgr_uevent_test.c41 static struct IDeviceIoService testService = { in HdfUeventDriverBind() local
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/test/test_helper_driver/src/
H A Dtest_helper_driver.c56 static struct IDeviceIoService testService = { in HdfHelperDriverBind() local
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_test_pnp_notify.c60 static struct IDeviceIoService testService = { in UsbTestPnpNotifyBind() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_driver.cpp39 static struct IDeviceIoService testService = { in HdfSampleDriverBind() local
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusb_pnp_sample.c63 static struct IDeviceIoService testService = { in UsbPnpSampleTestDriverBind() local
H A Dusbhost_loader_test.c51 struct HdfIoService *testService = NULL; in main() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
H A Dsample_driver.c121 static struct IDeviceIoService testService = { in HdfSampleDriverBind() local
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp63 NativeRemoteBase::NativeRemoteBase(const sptr<ITestService> &testService) in NativeRemoteBase()
68 NativeRemoteProxyTest::NativeRemoteProxyTest(const sptr<ITestService> &testService) in NativeRemoteProxyTest()
541 NativeRemoteStubTest::NativeRemoteStubTest(const sptr<ITestService> &testService) in NativeRemoteStubTest()
H A Dtest_service_skeleton.cpp1066 sptr<ITestService> testService = iface_cast<ITestService>(object); in TransferToNextProcess() local
/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Dhdf_ioservice_test.cpp782 struct HdfIoService *testService = HdfIoServiceBind(SAMPLE_SERVICE); in TestServiceStop() local
872 struct HdfIoService *testService = HdfIoServiceBind(SAMPLE_SERVICE); variable
926 struct HdfIoService *testService = HdfIoServiceBind(SAMPLE_SERVICE); variable
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.c226 static struct IDeviceIoService testService = { in HdfSampleDriverBind() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/pm/
H A Dhdf_pm_driver_test.c595 static struct IDeviceIoService testService = { in HdfPmDriverBind() local