Home
last modified time | relevance | path

Searched refs:HDC (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h56 bool GetSurfaceInformation(HDC surface, GlesImplementation::SurfaceInfo& res) const;
60 bool GetInformation(HDC surface, int32_t configId, GlesImplementation::SurfaceInfo& res) const;
61 int ChoosePixelFormat(HDC dc, const BASE_NS::vector<int>& inattributes);
67 HDC display { nullptr };
H A Dwgl_state.cpp151 const HDC dummyhDC = GetDC(dummyhWnd); in DoDummy()
308 auto deviceContext = reinterpret_cast<HDC>(surface); in DestroySurface()
313 bool WGLState::GetInformation(HDC surface, int32_t configId, GlesImplementation::SurfaceInfo& res) … in GetInformation()
363 bool WGLState::GetSurfaceInformation(HDC surface, GlesImplementation::SurfaceInfo& res) const in GetSurfaceInformation()
385 ::SwapBuffers(reinterpret_cast<HDC>(plat.surface)); in SwapBuffers()
397 int WGLState::ChoosePixelFormat(HDC dc, const vector<int>& attributes) in ChoosePixelFormat()
565 auto display = reinterpret_cast<HDC>(plat.surface); in SetContext()
H A Dswapchain_gles.cpp166 HDC surface = (HDC)surfaceHandle; in ExtractInfo()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhdc.md244 | 驱动 | 连接HDC设备后,设备管理器通用串行总线设备存在设备"HDC Device"或"HDC Interface" | 参见[设备无法识别章节](#设备无法识别)。 |
350 服务端通过USB连接到对应的HDC设备后执行以下命令:
1127 - 情况一:查看设备管理是否显示HDC设备。
1131 在`设备管理器`>`通用串行总线设备`中是否显示`HDC Device`(单一端口设备)或`HDC Interface`(复合端口设备)。
1135 在命令行执行`lsusb`,在返回的内容中查看是否有`HDC Device`(单一端口设备)或`HDC Interface`(复合端口设备)。
1147 4. 在随后显示的设备树查看是否有`HDC Device`(单一端口设备)或`HDC Interface`(复合端口设备)。
1151 以上环境如没有显示HDC设备,则说明无法识别设备,可以根据实际场景尝试以下方法:
1161 - 情况二:存在USB设备,但是驱动损坏,显示"HDC Device"⚠警告图标。
1167 1. 打开`设备管理器`,右键点击存在警告图标的`HDC Device`;
1199 2. 查询HDC端口情况。
[all …]
/ohos5.0/base/usb/usb_manager/test/native/js_unittest/
H A DUsbFunctionsJsunitEx.test.js119 var maskCode = usb.HDC
134 var maskCode = usb.ACM | usb.HDC
149 var maskCode = usb.ECM | usb.HDC
222 expect(nMaskCode).assertEqual(usb.HDC);
236 expect(nMaskCode).assertEqual(usb.HDC | usb.ACM);
250 expect(nMaskCode).assertEqual(usb.HDC | usb.ECM);
H A DUsbFunctionsJsunit.test.js169 callSetCurFunction('set_current_functions_test_05 HDC 4', usb.HDC)
184 callSetCurFunction('set_current_functions_test_06 ACM HDC 5', (usb.HDC | usb.ACM))
199 callSetCurFunction('set_current_functions_test_07 ECM HDC 6', (usb.HDC | usb.ECM))
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Derrorcode-usb.md25 ## 14400002 HDC功能被禁用
29 Permission denied. The HDC is disabled by the system.
33 HDC被系统禁用。
H A Djs-apis-usb-deprecated-sys.md103 let funcs : number = usb.FunctionType.HDC;
259 | HDC | 4 | hdc功能。 |
H A Djs-apis-usbManager-sys.md175 | 14400002 | Permission denied. The HDC is disabled by the system. …
187 let funcs: number = usbManager.FunctionType.HDC;
537 | 14400002 | Permission denied. The HDC is disabled by the system. …
550 let funcs: number = usbManager.FunctionType.HDC;
813 | HDC | 4 | hdc功能。 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-restrictions-sys.md3 本模块提供设置通用限制类策略能力,包括禁用或启用设备打印、HDC等能力。
223 指定设备管理应用使设备禁用或启用HDC。使用callback异步回调。
234 | disabled | boolean | 是 | true表示禁止使用HDC,false表示允许使用HDC。 |
271 指定设备管理应用使设备禁用或启用HDC。使用Promise异步回调。
282 | disabled | boolean | 是 | true表示禁止使用HDC,false表示允许使用HDC。 |
288 | Promise\<void> | 无返回结果的Promise对象。当指定设备管理应用禁止或允许使用HDC失败时,抛出错误对象。 |
323 指定设备管理应用查询HDC是否被禁用。使用callback异步回调。
334 | callback | AsyncCallback\<boolean> | 是 | 回调函数,callbac方式返回HDC是否被禁用,true表示HDC被禁用,false表示HDC未被禁用。 |
370 指定设备管理应用查询HDC是否被禁用。使用Promise异步回调。
386 | Promise\<boolean> | Promise对象。promise方式返回HDC是否被禁用,true表示HDC被禁用,false表示HDC未被禁用。 |
H A Djs-apis-enterprise-restrictions.md3 本模块提供设置通用限制类策略能力。可以全局禁用和解除禁用蓝牙、HDC、USB、Wi-Fi等特性。
34 …Time:设备修改系统时间能力,当前仅支持2in1使用。<br/>- printer:设备打印能力,当前仅支持2in1使用。<br/>- hdc:设备HDC能力。<br/>- microphone…
80 …Time:设备修改系统时间能力,当前仅支持2in1使用。<br/>- printer:设备打印能力,当前仅支持2in1使用。<br/>- hdc:设备HDC能力。<br/>- microphone…
/ohos5.0/base/update/updater/
H A Dupdater.md74 …ihope/rk3568/updater下。init.cfg是启动的入口,通过import方式导入其他配置文件。init.rk3568.usb.cfg主要是USB和HDC相关的配置,与产品特性有关。
79 init.usb.cfg:HDC相关的配置
113 Flashd分为客户端和服务端,客户端提供统一的用户界面,服务端提供对应的功能服务,二者之间通过HDC作为数据传输通道。适配Flashd模式,可以提供刷机脚本刷机,工厂模式等功能。
/ohos5.0/base/update/updater/services/flashd/
H A DReadme.md15 Flashd分为客户端和服务端,客户端提供统一的用户界面,服务端提供对应的功能服务,二者之间通过HDC作为数据传输通道。
26 在系统正常开机的情况下,依次执行如下HDC命令:
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Derrorcode-usb.md25 ## 14400002 HDC Disabled
29 Permission denied. The HDC is disabled by the system.
33 This error code is reported if HDC is disabled by the system.
H A Djs-apis-usb-deprecated-sys.md103 let funcs : number = usb.FunctionType.HDC;
259 | HDC | 4 | HDC function. |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-usb.md24 |访问级别有变化|类名:FunctionType;<br>方法or属性:HDC = 4<br>旧版本信息:|类名:FunctionType;<br>方法or属性:HDC = 4<br>新版本信息:s…
51 |访问级别有变化|类名:FunctionType;<br>方法or属性:HDC = 4<br>旧版本信息:|类名:FunctionType;<br>方法or属性:HDC = 4<br>新版本信息:s…
/ohos5.0/docs/zh-cn/device-dev/device-test/
H A Ddeveloper_test.md36 | HDC | 1.2.0a | 支持设备通过HDC连接 …
116 7. 如果设备支持HDC连接,则需要安装HDC工具,安装流程请参考[HDC-OpenHarmony设备连接器](https://gitee.com/openharmony/developtools_…
126 | 检查HDC安装成功 | 命令行窗口执行命令:hdc -v | 版本不小于1.2.0…
1221 <!-- 配置远程映射机器的IP及端口,以支持HDC连接的设备 -->
1257 > 在执行测试用例之前,若使用HDC连接设备,用例仅需配置设备IP和端口号即可,其余信息均默认不修改。
1353 1. HDC Server指令:
1362 2. HDC Client指令:
1377 <!-- 需要配置IP为远程映射机器的IP,端口即为8710,sn号为设备的sn号,以支持HDC连接的设备 -->
/ohos5.0/docs/zh-cn/application-dev/device/driver/
H A Dexternaldevice-guidelines.md21 ### HDC配置
23 HDC(HarmonyOS Device Connector)是为开发人员提供的用于调试的命令行工具,通过该工具可以在Windows/Linux/Mac系统上与真实设备或者模拟器进行交互,详细参考[
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-clock-guide.md256 1. Obtain the HDC client from the following path:
262 …Change the HDC client name to **hdc.exe** and add the path above to the system environment variabl…
294 …Check whether **HDC Device** exists in the universal serial bus device of the device manager. If *…
298 …Run the **hdc kill** or **hdc start -r** command to kill or restart the HDC service, and then run …
/ohos5.0/docs/zh-cn/readme/
H A D测试子系统.md639 <!-- 配置远程映射机器的IP及端口,以支持HDC连接的设备 -->
673 >**说明:** 在执行测试用例之前,若使用HDC连接设备,用例仅需配置设备IP和端口号即可,其余信息均默认不修改。
735 1. HDC Server指令:
742 2. HDC Client指令:
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h33 using HDC = struct HDC__*;
361 HDC display = nullptr;
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h53 const int32_t HDC = 1 << 2; variable
/ohos5.0/docs/en/application-dev/dfx/
H A Dhdc.md194 …| OpenHarmony device connector(HDC) ...<br>---------------------------------global commands:------…
877 | Driver| After the device is connected via hdc, **HDC Device** or **HDC Interface** is displayed i…
1007 …Check whether **HDC Device** (for a single-port device) or **HDC Interface** (for a composite devi…
1011 …Run the **lsusb** command. Check whether **HDC Device** or **HDC Interface** is displayed in the c…
1023 4. Check whether **HDC Device** or **HDC Interface** exists in the device tree.
1037 - Case 2: A USB device exists, but the driver is damaged. **HDC Device** with a warning icon in yel…
1039 …This problem usually occurs in Windows. In **Device Manager/Universal Serial Bus Device**, **HDC D…
1043 1. Open **Device Manager**, and right-click the **HDC Device** with a warning icon.
1138 2. Check whether **HDC Device** exists in **Device Manager**.
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-usb.md15 | ohos.usb | FunctionType | HDC = 4 | 新增 |
/ohos5.0/docs/zh-cn/device-dev/faqs/
H A Dfaqs-system-applications.md189 …在设备管理器中查看是否有hdc设备,在通用串行总线设备中会有“HDC Device”信息。如果没有,hdc无法连接。此时需要断开并重联PC和OpenHarmony设备之间的USB连接,或者烧写最新…

123