Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_device_manager.cpp147 int32_t UsbDeviceManager::GetCurrentFunctions() in GetCurrentFunctions() function in OHOS::USB::UsbDeviceManager
161 usbd_->GetCurrentFunctions(currentFunctions_); in HandleEvent()
253 ret = usbd_->GetCurrentFunctions(currentFunction); in DumpSetFunc()
268 ret = usbd_->GetCurrentFunctions(currentFunction); in DumpSetFunc()
Dusb_service.cpp392 int32_t UsbService::GetCurrentFunctions(int32_t &functions) in GetCurrentFunctions() function in OHOS::USB::UsbService
406 return usbd_->GetCurrentFunctions(functions); in GetCurrentFunctions()
/base/usb/usb_manager/services/native/include/
Dusb_device_manager.h41 int32_t GetCurrentFunctions();
Dusb_service.h73 int32_t GetCurrentFunctions(int32_t &funcs) override;
/base/usb/usb_manager/test/tool/
Dusb_function_port_test.cpp60 int32_t ret = g_usbClient.GetCurrentFunctions(funcs); in GetCurrentFunctionInfo()
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_srv_client.h54 int32_t GetCurrentFunctions(int32_t &funcs);
Diusb_srv.h34 virtual int32_t GetCurrentFunctions(int32_t &funcs) = 0;
/base/usb/usb_manager/test/native/mock/src/
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);
Dusb_event_mock_test.cpp123 EXPECT_CALL(*mockUsbImpl_, GetCurrentFunctions(testing::_)).WillRepeatedly(Return(0));
151 EXPECT_CALL(*mockUsbImpl_, GetCurrentFunctions(testing::_)).WillRepeatedly(Return(0));
/base/usb/usb_manager/services/zidl/include/
Dusb_server_proxy.h40 int32_t GetCurrentFunctions(int32_t &funcs) override;
/base/usb/usb_manager/test/native/mock/include/
Dusb_impl_mock.h93 MOCK_METHOD1(GetCurrentFunctions, int32_t(int32_t &funcs));
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_srv_client.cpp138 int32_t UsbSrvClient::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions() function in OHOS::USB::UsbSrvClient
141 int32_t ret = proxy_->GetCurrentFunctions(funcs); in GetCurrentFunctions()
/base/usb/usb_manager/
DREADME_zh.md61 | int32_t GetCurrentFunctions(int32_t &funcs); | 获取从设备支持的功能列表(按位域表示) |
DREADME.md68 | int32_t GetCurrentFunctions(int32_t &funcs); | Obtains the list of functions (represented by…
/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_core_test.cpp81 int32_t ret = instance.GetCurrentFunctions(funcs);
98 int32_t ret = instance.GetCurrentFunctions(funcs);
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp216 int32_t ret = GetCurrentFunctions(functions); in DoGetCurrentFunctions()
Dusb_srv_proxy.cpp390 int32_t UsbServerProxy::GetCurrentFunctions(int32_t &funcs) in GetCurrentFunctions() function in OHOS::USB::UsbServerProxy
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp698 int32_t ret = g_usbClient.GetCurrentFunctions(cfuncs); in CoreGetCurrentFunctions()