Home
last modified time | relevance | path

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

12

/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A 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)->
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp167 int32_t UsbDeviceManager::GetCurrentFunctions() in GetCurrentFunctions() function in OHOS::USB::UsbDeviceManager
201 usbd_->GetCurrentFunctions(currentFunctions_); in HandleEvent()
323 ret = usbd_->GetCurrentFunctions(currentFunction); in DumpSetFunc()
338 ret = usbd_->GetCurrentFunctions(currentFunction); in DumpSetFunc()
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_dfx_test.cpp182 UsbSrvClient.GetCurrentFunctions(funcs);
208 UsbSrvClient.GetCurrentFunctions(funcs);
258 UsbSrvClient.GetCurrentFunctions(funcs);
H A Dusb_core_test.cpp83 int32_t ret = instance.GetCurrentFunctions(funcs);
100 int32_t ret = instance.GetCurrentFunctions(funcs);
118 int32_t ret = instance.GetCurrentFunctions(funcs);
136 int32_t ret = instance.GetCurrentFunctions(funcs);
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_device_manager.h46 int32_t GetCurrentFunctions();
H A Dusb_service.h75 int32_t GetCurrentFunctions(int32_t &funcs) override;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_manager.cpp62 int ret = OHOS::USB::UsbSrvClient::GetInstance().GetCurrentFunctions(funcs); in Init()
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp81 auto ret = g_usbInterface->GetCurrentFunctions(func);
99 ret = g_usbInterface->GetCurrentFunctions(func);
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_core_mock_test.cpp96 EXPECT_CALL(*mockUsbImpl_, GetCurrentFunctions(testing::_)).WillRepeatedly(Return(0)); in SetUpTestCase()
133 EXPECT_CALL(*mockUsbImpl_, GetCurrentFunctions(testing::_)).WillRepeatedly(Return(0));
134 auto ret = usbSrv_->GetCurrentFunctions(funcs);
H A Dusb_event_mock_test.cpp123 EXPECT_CALL(*mockUsbImpl_, GetCurrentFunctions(testing::_)).WillRepeatedly(Return(0));
151 EXPECT_CALL(*mockUsbImpl_, GetCurrentFunctions(testing::_)).WillRepeatedly(Return(0));
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A D_o_h_o_s_1_1_u_s_b_1_1_usbd_client.md42 | [GetCurrentFunctions](#getcurrentfunctions) (int32_t &funcs) | 获取从设备支持的功能列表(按位域表示)(从设备)。 |
369 ### GetCurrentFunctions()
372 int32_t UsbdClient::GetCurrentFunctions (int32_t & funcs)
H A Dinterface_i_usb_interface_v10.md46 | [GetCurrentFunctions](#getcurrentfunctions) ([out] int funcs) | 获取USB设备当前的功能(按位域表示)。 |
370 ### GetCurrentFunctions()
373 IUsbInterface::GetCurrentFunctions ([out] int funcs)
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_client.h54 int32_t GetCurrentFunctions(int32_t &funcs);
H A Diusb_srv.h36 virtual int32_t GetCurrentFunctions(int32_t &funcs) = 0;
/ohos5.0/base/usb/usb_manager/test/native/mock/include/
H A Dusb_impl_mock.h93 MOCK_METHOD1(GetCurrentFunctions, int32_t(int32_t &funcs));
/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
H A Dusb_impl_mock.h91 MOCK_METHOD1(GetCurrentFunctions, int32_t(int32_t &funcs));
/ohos5.0/base/usb/usb_manager/test/tool/
H A Dusb_function_test.cpp120 int32_t ret = g_usbClient.GetCurrentFunctions(funcs); in GetCurrentFunctionInfo()
/ohos5.0/base/usb/usb_manager/
H A DREADME_zh.md61 | int32_t GetCurrentFunctions(int32_t &funcs); | 获取从设备支持的功能列表(按位域表示) |
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp163 int32_t UsbSrvClient::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions() function in OHOS::USB::UsbSrvClient
166 int32_t ret = proxy_->GetCurrentFunctions(funcs); in GetCurrentFunctions()
/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h41 int32_t GetCurrentFunctions(int32_t &funcs) override;
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h84 int32_t GetCurrentFunctions(int32_t &funcs) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/cpp_target/usb/v1_0/
H A Dusb_interface_service.h.txt90 int32_t GetCurrentFunctions(int32_t& funcs) override;
H A Dusb_interface_service.cpp.txt165 int32_t UsbInterfaceService::GetCurrentFunctions(int32_t& funcs)
H A Diusb_interface.h.txt165 virtual int32_t GetCurrentFunctions(int32_t& funcs) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/dump_ast_target/
H A Ddump.txt126 [mini, lite, full] GetCurrentFunctions(

12