Home
last modified time | relevance | path

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

/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_service_cpp/
Dsample_service.cpp23 int32_t SampleService::BooleanTypeTest(const bool input, bool& output) const in BooleanTypeTest() function in OHOS::HDI::Sample::V1_0::SampleService
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_client_c/unittest/
Disample.h58 int32_t (*BooleanTypeTest)(struct ISample *self, const bool input, bool *output); member
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_service_c/
Disample.h54 int32_t (*BooleanTypeTest)(struct HdfDeviceObject *device, const bool input, bool *output); member
/drivers/adapter/uhdf2/hdi/test/hdi_sample/sample_client_cpp/unittest/
Dsample_proxy.cpp24 int32_t SampleProxy::BooleanTypeTest(const bool input, bool& output) in BooleanTypeTest() function in OHOS::HDI::Sample::V1_0::SampleProxy