Searched refs:echo (Results 1 - 10 of 10) sorted by relevance
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/ |
H A D | hvigorw.bat | 1 @if "%DEBUG%" == "" @echo off 31 echo. 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 33 echo. 34 echo Please set the NODE_HOME variable in your environment to match the 35 echo location of your NodeJs installation. 44 echo. 45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 46 echo. 47 echo Pleas [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/ |
H A D | hvigorw.bat | 14 @if "%DEBUG%" == "" @echo off 44 echo. 45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 46 echo. 47 echo Please set the NODE_HOME variable in your environment to match the 48 echo location of your NodeJs installation. 57 echo. 58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 59 echo. 60 echo Pleas [all...] |
/foundation/communication/bluetooth_service/test/example/bluetoothtest/ |
H A D | hvigorw.bat | 15 @if "%DEBUG%" == "" @echo off 45 echo. 46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 47 echo. 48 echo Please set the NODE_HOME variable in your environment to match the 49 echo location of your NodeJs installation. 58 echo. 59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 60 echo. 61 echo Pleas [all...] |
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/bats/ |
H A D | dump_event.bat | 14 @echo off
31 echo.
32 echo Error: No device found.
33 echo.
38 @echo off
42 echo.
43 echo Please enter the window ID which is to be dumped.
44 echo.
|
/foundation/communication/wifi/wifi/application/wifi_direct_demo/ |
H A D | gradlew.bat | 16 @if "%DEBUG%" == "" @echo off 44 echo. 45 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 46 echo. 47 echo Please set the JAVA_HOME variable in your environment to match the 48 echo location of your Java installation. 58 echo. 59 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 60 echo. 61 echo Pleas [all...] |
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/ |
H A D | hvigorw.bat | 27 @echo off 58 echo. 59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 60 echo. 61 echo Please set the NODE_HOME variable in your environment to match the 62 echo location of your NodeJs installation.
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap.c | 396 inst->echo.ctx = context; in L2CAP_RegisterEcho() 397 (void)memcpy_s(&(inst->echo.cb), sizeof(L2capEcho), echoCallback, sizeof(L2capEcho)); in L2CAP_RegisterEcho() 413 (void)memset_s(&(inst->echo), sizeof(L2capEcho), 0, sizeof(L2capEcho)); in L2CAP_DeregisterEcho() 562 (void)memset_s(&(inst->echo), sizeof(L2capEcho), 0, sizeof(L2capEcho)); in L2CAP_Initialize() 605 (void)memset_s(&(inst->echo), sizeof(L2capEcho), 0, sizeof(L2capEcho)); in L2CAP_Finalize()
|
H A D | l2cap_inst.h | 173 L2capEchoContext echo; member
|
H A D | l2cap_core.c | 1885 if (inst->echo.cb.recvEchoReq != NULL) { in L2capProcessEchoReq() 1886 inst->echo.cb.recvEchoReq(aclHandle, signal->identifier, data, signal->length, inst->echo.ctx); in L2capProcessEchoReq() 1906 if (inst->echo.cb.recvEchoRsp != NULL) { in L2capProcessEchoRsp() 1907 inst->echo.cb.recvEchoRsp(aclHandle, data, signal->length, inst->echo.ctx); in L2capProcessEchoRsp()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | clatd_packet_converter.cpp | 428 icmp6Header.icmp6_id = icmpHeader->un.echo.id; in ConvertIcmpPacket() 429 icmp6Header.icmp6_seq = icmpHeader->un.echo.sequence; in ConvertIcmpPacket() 517 icmpHeader.un.echo.id = icmp6Header->icmp6_id; in ConvertIcmpv6Packet() 518 icmpHeader.un.echo.sequence = icmp6Header->icmp6_seq; in ConvertIcmpv6Packet()
|
Completed in 7 milliseconds