Home
last modified time | relevance | path

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

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