/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_socket.cpp | 179 size_t sent = 0; in SendWhenReady() local 180 while (sent < size) { in SendWhenReady() 181 const ssize_t sentBytes = send(client_, bytes, size - sent, 0); in SendWhenReady() 187 sent += actualSentBytes; in SendWhenReady()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-statistics-sys.md | 158 "getTrafficStatsByIface bytes of sent = " + 166 "getTrafficStatsByIface packets of sent = " + 221 "getTrafficStatsByIface bytes of sent = " + 229 "getTrafficStatsByIface packets of sent = " + 293 "getTrafficStatsByUid bytes of sent = " + 301 "getTrafficStatsByUid packets of sent = " + 362 console.log("getTrafficStatsByUid bytes of sent = " + JSON.stringify(statsInfo.txBytes)); 364 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets));
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | taskpool-communicates-with-mainthread.md | 7 1. First, implement a method to receive messages sent by the task. 58 In this way, the main thread can receive the data sent by the task through **notice()**. 76 // Use notice to receive messages sent by the task.
|
/ohos5.0/docs/en/application-dev/inputmethod/ |
H A D | use-inputmethod-in-custom-edit-box-ndk.md | 77 1. Implement the response processing function for the request or notification sent by the input met… 83 // Process the request sent by the input method for obtaining the input box configuration. 87 // Process the text insertion request sent by the input method. 91 // Process the text deletion request sent by the input method.
|
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/ |
H A D | errorcode-avsession.md | 35 Parameters are set for or commands are sent to the session that does not exist. 55 A control command or an event is sent to the controller that does not exist. 91 The control command or event sent to the session is not supported. 109 A control command or event is sent to the session that is not activated.
|
/ohos5.0/docs/zh-cn/application-dev/network/ |
H A D | net-statistics.md | 138 "getTrafficStatsByIface bytes of sent = " + 146 "getTrafficStatsByIface packets of sent = " + 161 console.log("getTrafficStatsByUid bytes of sent = " + JSON.stringify(statsInfo.txBytes)); 163 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets));
|
/ohos5.0/docs/en/application-dev/reference/apis-user-authentication-kit/ |
H A D | js-apis-useriam-userauth-sys.md | 131 … Yes | Event type. The vlaue is **command**, which indicates the command sent from the user authe… 167 Unsubscribes from commands sent from the user authentication framework. 177 … Yes | Event type. The value is **command**, which indicates the command sent from the user authe… 263 Provides the callback for returning the commands sent from the user authentication framework to the… 269 Called to return the command sent from the user authentication framework to the user authentication… 279 | cmdData | string | Yes | Command sent from the user authentication framework to the user authent…
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-file-upload.md | 4 …pload requests sent from a frontend page. If this API is not used, the **Web** component provides …
|
H A D | web-app-page-data-channel.md | 66 …e port on the application to send messages to the message port that has been sent to the HTML side. 109 h5Port = event.ports[0]; // 1. Save the port number sent from the application side. 111 // 2. Receive messages sent from the eTS side.
|
H A D | web-cookie-and-data-storage-mgmt.md | 6 A cookie is a segment of data sent from the server to the client to uniquely identify a user during… 8 …is **SameSite=Lax**. The cookie is sent only when the user navigates to the source site of the coo…
|
/ohos5.0/drivers/interface/bluetooth/lp_ble/v1_0/ |
H A D | IBleCallback.idl | 52 * @brief Called to report the message data sent by the controller. 67 * @brief Called to report the device list sent by the controller.
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-ifconfig.md | 39 | -a | Displays data sent and received by the protocol stack.| N/A | 120 | TX packets | Number of packets that have been normally sent or forwarded at the IP layer.| 121 …| TX error | Number of packets that the IP layer fails to send. Packets may fail to be sent b… 124 | TX bytes | Total length of the packets successfully sent or forwarded at the IP layer.|
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/foo/bluetooth/hci/v1_0/ |
H A D | IHciInterface.idl | 65 * @param data Indicates the HCI data packets sent to the Controller. 66 …* @return Returns <b>0</b> if the HCI data packets is sent successfully; returns a negative value …
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-uiservicehostproxy-sys.md | 35 | data | Record\<string, Object> | Yes| No| Data to be sent to the [UIServiceExtensionAbility](js-a… 59 // Define the data to be sent.
|
/ohos5.0/drivers/interface/bluetooth/hci/v1_0/ |
H A D | IHciInterface.idl | 65 * @param data Indicates the HCI data packets sent to the Controller. 66 …* @return Returns <b>0</b> if the HCI data packets is sent successfully; returns a negative value …
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-statistics-sys.md | 158 "getTrafficStatsByIface bytes of sent = " + 166 "getTrafficStatsByIface packets of sent = " + 221 "getTrafficStatsByIface bytes of sent = " + 229 "getTrafficStatsByIface packets of sent = " + 293 "getTrafficStatsByUid bytes of sent = " + 301 "getTrafficStatsByUid packets of sent = " + 362 console.log("getTrafficStatsByUid bytes of sent = " + JSON.stringify(statsInfo.txBytes)); 364 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets));
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | cem-tool.md | 3 …testing capabilities, for example, printing all public event subscribers, sent public events, and … 81 | -a/--all | Information about all common events that have been sent since system startup.|
|
/ohos5.0/drivers/interface/nfc/v1_0/ |
H A D | INfcInterface.idl | 48 …* @param callbackObj Indicates the callback to obtain the data and events that sent to nfc stack b… 60 …* @param callbackObj Indicates the callback to obtain the data and events that sent to nfc stack b… 129 * @param data Indicates the data that sent to HDI.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_0/foo/nfc/v1_0/ |
H A D | INfcInterface.idl | 48 …* @param callbackObj Indicates the callback to obtain the data and events that sent to nfc stack b… 60 …* @param callbackObj Indicates the callback to obtain the data and events that sent to nfc stack b… 129 * @param data Indicates the data that sent to HDI.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/foo/nfc/v1_0/ |
H A D | INfcInterface.idl | 48 …* @param callbackObj Indicates the callback to obtain the data and events that sent to nfc stack b… 60 …* @param callbackObj Indicates the callback to obtain the data and events that sent to nfc stack b… 129 * @param data Indicates the data that sent to HDI.
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | video-encoding-temporal-scalability.md | 236 // The index of the input frame buffer is sent to InIndexQueue. 237 // The input frame data (specified by buffer) is sent to InBufferQueue. 254 // The index of the output frame buffer is sent to outIndexQueue. 255 // The encoded frame data (specified by buffer) is sent to outBufferQueue. 274 // The index of the input frame buffer is sent to InIndexQueue. 275 // The input frame data (specified by avformat) is sent to InFormatQueue. 289 // The index of the output frame buffer is sent to outIndexQueue. 290 // The encoded frame data (specified by buffer) is sent to outBufferQueue.
|
H A D | avcodec-kit-intro.md | 10 … audio streams to the audio decoder for decoding. The decoded data can be sent to audio devices fo… 11 … streams to the video decoder for decoding. The decoded image data can be sent to display devices … 16 … be decoded to the AVBuffer. In this way, data in the AVCodec is directly sent to the decoder, rat… 64 …s stream data from the corresponding codec interface. The AVBuffer can be sent to the decoder for …
|
/ohos5.0/docs/en/readme/ |
H A D | liteipc_driver.md | 31 | timestamp | UINT64 | Timestamp for when the message was sent. Automatically set by the IPC … 44 …D | fd | UINT32 | File descriptor referring to the file description to be sent. | 45 | OBJ_PTR | ptr | BuffPtr | Auxiliary data to be sent (not limited by IPC_MSG_DATA_S… 54 | outMsg | IpcMsg* | Points to a message to be sent. | 67 …Trying to reply to a message sent more than LITEIPC_TIMEOUT_NS nanoseconds ago (currently 5 second… 84 … Messages are sent to the CMS by setting a recipient handle of 0. The argument to the request spe… 95 …th a set IPC task which had access. Death notification messages are only sent once, if there is a…
|
/ohos5.0/base/security/dataclassification/ |
H A D | README.md | 6 …s-device data transmission and obtain the highest risk level of data to be sent to the peer device. 14 …-device data transmission and obtains the highest risk level of data to be sent to the peer device.
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
H A D | coap_client.h | 41 const coap_pdu_t *sent, const coap_pdu_t *received, const coap_mid_t id);
|