Home
last modified time | relevance | path

Searched refs:FUNCTION_NONE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_accessory_manager.h65 int32_t curDeviceFunc_ = {UsbSrvSupport::FUNCTION_NONE};
66 int32_t lastDeviceFunc_ = {UsbSrvSupport::FUNCTION_NONE};
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp40 {UsbSrvSupport::FUNCTION_NAME_NONE, UsbSrvSupport::FUNCTION_NONE},
95 return static_cast<uint32_t>(funcs) == UsbSrvSupport::FUNCTION_NONE || in AreSettableFunctions()
102 return UsbSrvSupport::FUNCTION_NONE; in ConvertFromString()
139 if (function <= UsbSrvSupport::FUNCTION_NONE || function > functionSettable_) { in ConvertToString()
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_core_test.cpp82 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE);
99 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE);
117 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE);
135 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE);
339 int32_t isok = instance.SetCurrentFunctions(UsbSrvSupport::FUNCTION_NONE);
500 std::string funcName = instance.UsbFunctionsToString(UsbSrvSupport::FUNCTION_NONE);
H A Dusb_dfx_test.cpp181 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE);
207 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE);
257 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE);
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_support.h51 FUNCTION_NONE = 0, enumerator
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_core_mock_test.cpp132 int32_t funcs = static_cast<int32_t>(UsbSrvSupport::FUNCTION_NONE);
249 int32_t isok = usbSrv_->SetCurrentFunctions(UsbSrvSupport::FUNCTION_NONE);
346 std::string funcName = usbSrv_->UsbFunctionsToString(UsbSrvSupport::FUNCTION_NONE);