Searched refs:GetCurrentFunctions (Results 1 – 7 of 7) sorted by relevance
64 BENCHMARK_F(UsbBenchmarkFunctionTest, GetCurrentFunctions)(benchmark::State &state) in BENCHMARK_F() argument70 ret = g_usbInterface->GetCurrentFunctions(funcs); in BENCHMARK_F()75 BENCHMARK_REGISTER_F(UsbBenchmarkFunctionTest, GetCurrentFunctions)->
81 auto ret = g_usbInterface->GetCurrentFunctions(func);99 ret = g_usbInterface->GetCurrentFunctions(func);
189 ret = g_usbInterface->GetCurrentFunctions(g_currentFunc); in SetUpTestCase()
91 MOCK_METHOD1(GetCurrentFunctions, int32_t(int32_t &funcs));
84 int32_t GetCurrentFunctions(int32_t &funcs) override;
370 GetCurrentFunctions([out] int funcs);
1962 int32_t UsbImpl::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions() function in OHOS::HDI::Usb::V1_1::UsbImpl