Home
last modified time | relevance | path

Searched defs:IntTypeTest (Results 1 – 4 of 4) sorted by relevance

/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_service_cpp/
Dsample_service.cpp41 int32_t SampleService::IntTypeTest(const int32_t input, int32_t& output) const in IntTypeTest() function in OHOS::HDI::Sample::V1_0::SampleService
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_client_c/unittest/
Disample.h64 int32_t (*IntTypeTest)(struct ISample *self, const int32_t input, int32_t *output); member
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_service_c/
Disample.h60 int32_t (*IntTypeTest)(struct HdfDeviceObject *device, const int32_t input, int32_t *output); member
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_client_cpp/unittest/
Dsample_proxy.cpp87 int32_t SampleProxy::IntTypeTest(const int32_t input, int32_t& output) in IntTypeTest() function in OHOS::HDI::Sample::V1_0::SampleProxy