Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp421 if (!received) { in MessageProcess()
716 if (!received || !reply) { in FillReply()
724 if (received->packet.ciaddr && received->packet.ciaddr != INADDR_BROADCAST) { in FillReply()
731 if (received->packet.siaddr && received->packet.siaddr != INADDR_BROADCAST) { in FillReply()
736 if (received->packet.giaddr && received->packet.giaddr != INADDR_BROADCAST) { in FillReply()
751 received->packet.chaddr, sizeof(received->packet.chaddr)) != EOK) { in FillReply()
903 if (!received) { in GetBinding()
906 AddressBinding *binding = pool->binding(received->packet.chaddr, &received->options); in GetBinding()
908 binding = pool->newBinding(received->packet.chaddr, &received->options); in GetBinding()
987 if (!received || !reply) { in OnReceivedDiscover()
[all …]
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp198 DhcpMsgInfo received; variable
200 EXPECT_EQ(REPLY_NAK, GetVendorIdentifierOption(&received));
205 PDhcpMsgInfo received; variable
207 EXPECT_EQ(REPLY_NONE, GetHostNameOption(received, nullptr));
220 PDhcpMsgInfo received; variable
222 EXPECT_EQ(REPLY_NONE, ParseDhcpOption(received, nullptr));
227 PDhcpMsgInfo received; variable
235 PDhcpMsgInfo received; variable
242 PDhcpMsgInfo received; variable
244 EXPECT_EQ(REPLY_NONE, GetOnlyIpv6Option(received, nullptr));
[all …]
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h47 int GetVendorIdentifierOption(PDhcpMsgInfo received);
48 int GetHostNameOption(PDhcpMsgInfo received, AddressBinding *bindin);
50 int ParseDhcpOption(PDhcpMsgInfo received, AddressBinding *bindin);
51 int GetUserClassOption(PDhcpMsgInfo received, AddressBinding *bindin);
52 int GetRapidCommitOption(PDhcpMsgInfo received, AddressBinding *bindin);
53 int GetOnlyIpv6Option(PDhcpMsgInfo received, AddressBinding *bindin);
54 int GetPortalUrlOption(PDhcpMsgInfo received, AddressBinding *bindin);
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-abilityMonitor.md29 … created.<br>If this property is not set, the corresponding lifecycle callback cannot be received.|
30 …reground.<br>If this property is not set, the corresponding lifecycle callback cannot be received.|
31 …ckground.<br>If this property is not set, the corresponding lifecycle callback cannot be received.|
32 …estroyed.<br>If this property is not set, the corresponding lifecycle callback cannot be received.|
33 … created.<br>If this property is not set, the corresponding lifecycle callback cannot be received.|
34 …restored.<br>If this property is not set, the corresponding lifecycle callback cannot be received.|
35 …estroyed.<br>If this property is not set, the corresponding lifecycle callback cannot be received.|
H A Djs-apis-bundleManager-skill.md22 | actions | Array\<string> | Yes | No | Actions received by the skill.|
23 | entities | Array\<string> | Yes | No | Entities received by the skill. |
25 | domainVerify | boolean | Yes | No | DomainVerify value received by the skill. This paramete…
42 … | Yes | No | Maximum number of files of a specified type that can be received or opened at a ti…
/ohos5.0/foundation/multimodalinput/input/intention/common/channel/test/
H A Dchannel_test.cpp61 size_t received = receiver.Receive(); variable
62 EXPECT_EQ(received, expected);
93 size_t received = receiver.Receive(); variable
94 ASSERT_EQ(received, expected);
/ohos5.0/base/msdp/device_status/test/unittest/intention/common/src/
H A Dchannel_test.cpp61 size_t received = receiver.Receive(); variable
62 EXPECT_EQ(received, expected);
93 size_t received = receiver.Receive(); variable
94 ASSERT_EQ(received, expected);
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-app-page-data-channel.md23 @State receivedFromHtml: string = 'Display received message send from HTML';
45 console.info(`received string message from html5, string is: ${result}`);
49 … console.info(`received arraybuffer from html5, length is: ${result.byteLength}`);
101 <p class="output">display received message send from ets</p>
115 console.info(`received string message from html5, string is: ${result}`);
119 … console.info(`received arraybuffer from html5, length is: ${result.byteLength}`);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_client.c109 const coap_pdu_t *sent, const coap_pdu_t *received, const coap_mid_t id) in CoapMessageHandler() argument
111 if (received == NULL) { in CoapMessageHandler()
123 if (coap_pdu_get_type(received) == COAP_MESSAGE_RST) { in CoapMessageHandler()
128 if (coap_check_option(received, COAP_OPTION_OBSERVE, &optIter)) { in CoapMessageHandler()
132 blockOpt2 = coap_check_option(received, COAP_OPTION_BLOCK2, &optIter); in CoapMessageHandler()
133 blockOpt1 = coap_check_option(received, COAP_OPTION_BLOCK1, &optIter); in CoapMessageHandler()
139 coap_pdu_code_t rcv_code = coap_pdu_get_code(received); in CoapMessageHandler()
/ohos5.0/docs/en/application-dev/web/
H A Dweb-app-page-data-channel.md23 @State receivedFromHtml: string = 'Display received message send from HTML';
27 // Display the content received from the HTML side.
45 console.info(`received string message from html5, string is: ${result}`);
49 … console.info(`received arraybuffer from html5, length is: ${result.byteLength}`);
101 <p class="output">display received message send from ets</p>
115 console.info(`received string message from html5, string is: ${result}`);
119 … console.info(`received arraybuffer from html5, length is: ${result.byteLength}`);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/foo/bluetooth/hci/v1_0/
H A DIHciCallback.idl31 …* @brief Defines the HCI callback function, including the initialization result and data received
42 …* @brief Defines the HCI callback function, including the initialization result and data received
62 * @param data Indicates the HCI data packets received from the Controller.
63 …* @return Returns <b>0</b> if the data is received successfully; returns a negative value otherwis…
/ohos5.0/drivers/interface/bluetooth/hci/v1_0/
H A DIHciCallback.idl31 …* @brief Defines the HCI callback function, including the initialization result and data received
42 …* @brief Defines the HCI callback function, including the initialization result and data received
62 * @param data Indicates the HCI data packets received from the Controller.
63 …* @return Returns <b>0</b> if the data is received successfully; returns a negative value otherwis…
/ohos5.0/drivers/interface/location/lpfence/cellbatching/v1_0/
H A DICellbatchingInterface.idl22 * You can use the APIs to cache and flush the base station data received.
23 …mine the user's activity area based on the base station trajectory data received by the device, so…
98 …he device caches the base station data received. If the data received is the same as the data prev…
113 …ng on the buffer size of the device and the amount of base station data received by the device. Af…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_cellbatching_v1_0/foo/location/lpfence/cellbatching/v1_0/
H A DICellbatchingInterface.idl22 * You can use the APIs to cache and flush the base station data received.
23 …mine the user's activity area based on the base station trajectory data received by the device, so…
98 …he device caches the base station data received. If the data received is the same as the data prev…
113 …ng on the buffer size of the device and the amount of base station data received by the device. Af…
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp389 double received[totalCases]; in TestNumber() local
395 received[i] = ARKTS_GetValueNumber(jsValues[i]); in TestNumber()
396 EXPECT_EQ(origins[i], received[i]); in TestNumber()
602 uint8_t received[std::size(origin)]; in TestBigint16Bytes() local
606 EXPECT_EQ(origin[i], received[i]); in TestBigint16Bytes()
628 uint8_t received[expectSize]; in TestBigint28Bytes() local
629 ARKTS_BigIntReadBytes(env, value, &isNegative, expectSize, received); in TestBigint28Bytes()
652 uint8_t received[std::size(origin)]; in TestBigint32Bytes() local
656 EXPECT_EQ(origin[i], received[i]); in TestBigint32Bytes()
798 uint8_t received[std::size(origin)]; in TestArrayBuffer() local
[all …]
/ohos5.0/drivers/interface/wlan/v1_0/
H A DIWlanCallback.idl33 * and a Netlink message is received.
53 * or a Netlink message is received.
84 * @brief Called to process the Netlink message received.
86 * @param recvMsg Indicates the Netlink message received.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/
H A DIWlanCallback.idl33 * and a Netlink message is received.
53 * or a Netlink message is received.
84 * @brief Called to process the Netlink message received.
86 * @param recvMsg Indicates the Netlink message received.
/ohos5.0/docs/en/application-dev/basic-services/common-event/
H A Ditc-with-emitter.md22 …ion.| Unsubscribes from the event and subsequent notifications of this event will not be received.|
36 …bscription. Set the events to subscribe to and the callback function after the events are received.
43 …// Use on() to subscribe to the event. After the event whose eventId is 1 is received, the callbac…
51 …// Note that the event is received only once using once(), while the event is received until the s…
/ohos5.0/drivers/interface/wlan/v1_1/
H A DIWlanCallback.idl33 * and a Netlink message is received.
53 * or a Netlink message is received.
84 * @brief Called to process the Netlink message received.
86 * @param recvMsg Indicates the Netlink message received.
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.cpp231 size_t received = 0; in ReceiveWhenReady() local
233 while (received < size) { in ReceiveWhenReady()
235 const ssize_t receivedBytes = recv(client_, bytes, size - received, 0); in ReceiveWhenReady()
244 received += actualReceivedBytes; in ReceiveWhenReady()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/foo/wlan/v1_1/
H A DIWlanCallback.idl33 * and a Netlink message is received.
53 * or a Netlink message is received.
84 * @brief Called to process the Netlink message received.
86 * @param recvMsg Indicates the Netlink message received.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/foo/wlan/v1_1/
H A DIWlanCallback.idl33 * and a Netlink message is received.
53 * or a Netlink message is received.
84 * @brief Called to process the Netlink message received.
86 * @param recvMsg Indicates the Netlink message received.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-net-statistics-sys.md154 "getTrafficStatsByIface bytes of received = " +
162 "getTrafficStatsByIface packets of received = " +
217 "getTrafficStatsByIface bytes of received = " +
225 "getTrafficStatsByIface packets of received = " +
289 "getTrafficStatsByUid bytes of received = " +
297 "getTrafficStatsByUid packets of received = " +
361 console.log("getTrafficStatsByUid bytes of received = " + JSON.stringify(statsInfo.rxBytes));
363 console.log("getTrafficStatsByUid packets of received = " + JSON.stringify(statsInfo.rxPackets));
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_ohos_image_receiver_info.md22 | int32_t width | Default width of the image received by the consumer, in pixels.|
23 | int32_t height | Default height of the image received by the consumer, in pixels.|
/ohos5.0/docs/en/readme/
H A Dliteipc_driver.md18 Memory mapping allocates a memory area for storing messages received by the process' tasks. ioctl …
55 | inMsg | IpcMsg* | Points to a message that has been received. |
56 | buffToFree | void* | Points to IPC memory to be freed (a previously received message which …
69 …. The message is then added to the tail end of the recipient's list of received messages, the rec…
70 …ssages. Returns with error **EFAULT** if buffToFree doesn't point to a received message. Returns…
72received message and removes it from the list of received messages for **MT_REPLY** or **MT_DEATH_…
73received. Sets inMsg to point at the received message, and removes the message from its list of r…
176 // Free the received message

12345678910>>...22