Home
last modified time | relevance | path

Searched refs:GetCurrentFunctions (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/usb/test/benchmarktest/
Dusb_benchmark_function_test.cpp64 BENCHMARK_F(UsbBenchmarkFunctionTest, GetCurrentFunctions)(benchmark::State &state) in BENCHMARK_F() argument
70 ret = g_usbInterface->GetCurrentFunctions(funcs); in BENCHMARK_F()
75 BENCHMARK_REGISTER_F(UsbBenchmarkFunctionTest, GetCurrentFunctions)->
/drivers/peripheral/usb/test/unittest/hal/src/
Dusbd_function_test.cpp81 auto ret = g_usbInterface->GetCurrentFunctions(func);
99 ret = g_usbInterface->GetCurrentFunctions(func);
Dusbfn_mtp_test.cpp189 ret = g_usbInterface->GetCurrentFunctions(g_currentFunc); in SetUpTestCase()
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
Dusb_impl_mock.h91 MOCK_METHOD1(GetCurrentFunctions, int32_t(int32_t &funcs));
/drivers/peripheral/usb/hdi_service/include/
Dusb_impl.h84 int32_t GetCurrentFunctions(int32_t &funcs) override;
/drivers/interface/usb/v1_0/
DIUsbInterface.idl370 GetCurrentFunctions([out] int funcs);
/drivers/peripheral/usb/hdi_service/src/
Dusb_impl.cpp1962 int32_t UsbImpl::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions() function in OHOS::HDI::Usb::V1_1::UsbImpl