Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Ddistribution.c34 struct message *receive, struct message *send);
36 struct message *receive, struct message *send);
38 struct message *receive, struct message *send);
40 struct message *receive, struct message *send);
42 struct message *receive, struct message *send);
47 struct message *receive, struct message *send);
50 struct message *receive, struct message *send);
118 const struct message *receive) in check_message_support() argument
152 struct message *receive, struct message *send) in proc_message() argument
258 (void)(receive); \
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Ddatabase.rs80 let result = receive in new()
121 let error = receive in generate_ids()
127 let ids = receive in generate_ids()
162 let length = receive in insert()
209 let length = receive in update()
252 let length = receive in delete()
302 let error = receive in query_values()
308 let result = receive in query_values()
329 let error = receive in lock()
356 let error = receive in unlock()
[all …]
H A Dasset.rs193 let mut receive = remote_obj in new() localVariable
197 let result = receive in new()
232 let mut receive = remote_obj in download() localVariable
238 let length = receive in download()
242 let error = receive in download()
248 let asset = receive in download()
284 let mut receive = remote_obj in upload() localVariable
290 let length = receive in upload()
294 let error = receive in upload()
300 let asset = receive in upload()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c105 check_ptr_return_val(receive, HC_INPUT_ERROR); in send_pake_end_request()
135 check_ptr_return_val(receive, HC_INPUT_ERROR); in receive_pake_end_response()
141 receive->msg_code = INFORM_MESSAGE; in receive_pake_end_response()
144 receive->msg_code = PAKE_SERVER_CONFIRM_RESPONSE; in receive_pake_end_response()
145 receive->payload = receive_data; in receive_pake_end_response()
171 if (receive->epk.length == HC_BIG_PRIME_MAX_LEN_384) { in gen_esk_prime_len()
173 } else if (receive->epk.length == HC_BIG_PRIME_MAX_LEN_256) { in gen_esk_prime_len()
190 if (!is_peer_support_current_version(&receive->self_version, &receive->self_support_version)) { in parse_start_response_data()
195 pake_client->salt = receive->salt; in parse_start_response_data()
196 pake_client->peer_epk = receive->epk; in parse_start_response_data()
[all …]
H A Dsts_client.c116 sts_client->salt = receive->salt; in parse_start_response_data()
117 sts_client->peer_public_key = receive->epk; in parse_start_response_data()
118 sts_client->peer_challenge = receive->challenge; in parse_start_response_data()
119 sts_client->peer_auth_data = receive->auth_data; in parse_start_response_data()
400 (void)memset_s(auth_ret.val, receive->auth_return.length, 0, receive->auth_return.length); in parse_end_response_data()
401 auth_ret.size = receive->auth_return.length; in parse_end_response_data()
411 receive->auth_return.length, receive->auth_return.length }; in parse_end_response_data()
455 check_ptr_return_val(receive, HC_INPUT_ERROR); in send_sts_end_request()
490 receive->msg_code = INFORM_MESSAGE; in receive_sts_end_response()
493 receive->msg_code = AUTH_ACK_RESPONSE; in receive_sts_end_response()
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A D_input___device_listener.md20 …[deviceAddedCallback](#deviceaddedcallback) | Defines a callback used to receive device insertion …
21 …iceRemovedCallback](#deviceremovedcallback) | Defines a callback used to receive device removal ev…
33 Defines a callback used to receive device insertion events.
42 Defines a callback used to receive device removal events.
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dremove_auth_info.c28 …atic int32_t parse_remove_request_data(const struct hichain *hichain, remove_request_data *receive,
32 int32_t send_remove_response(const struct hichain *hichain, struct message *receive, struct message… in send_remove_response() argument
41 … int32_t ret = parse_remove_request_data(hichain, (remove_request_data *)receive->payload, &cache); in send_remove_response()
70 …atic int32_t parse_remove_request_data(const struct hichain *hichain, remove_request_data *receive, in parse_remove_request_data() argument
79 int32_t ret = decrypt_payload((const struct var_buffer *)session_key, &receive->cipher, in parse_remove_request_data()
H A Dremove_auth_info_client.c55 …ove_response_data(struct remove_auth_info_client *auth_info_client, remove_response_data *receive);
56 int32_t receive_remove_response(const struct hichain *hichain, const struct message *receive) in receive_remove_response() argument
62 …int32_t ret = parse_remove_response_data(&auth_info_client, (remove_response_data *)receive->paylo… in receive_remove_response()
123 …move_response_data(struct remove_auth_info_client *auth_info_client, remove_response_data *receive) in parse_remove_response_data() argument
127 &receive->cipher, "hichain_remove_info_response", &plain); in parse_remove_response_data()
H A Dexchange_auth_info_client.c41 …t parse_exchange_response_data(const struct hichain *hichain, const exchange_request_data *receive,
68 int32_t receive_exchange_response(const struct hichain *hichain, const struct message *receive) in receive_exchange_response() argument
72 …int32_t ret = parse_exchange_response_data(hichain, (exchange_request_data *)receive->payload, &ca… in receive_exchange_response()
88 const exchange_request_data *receive, struct auth_info_cache *cache) in parse_exchange_response_data() argument
100 …int32_t ret = decrypt_payload((struct var_buffer *)key, &receive->cipher, HICHAIN_EXCHANGE_RESPONS… in parse_exchange_response_data()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dtaskpool-communicates-with-mainthread.md7 1. First, implement a method to receive messages sent by the task.
57 3. Finally, use **onReceiveData()** to enable the main thread to receive messages.
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/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp116 int TestService::TestZtraceTransaction(std::string &send, std::string &receive, int len) in TestZtraceTransaction() argument
118 receive = send; in TestZtraceTransaction()
119 transform(receive.begin(), receive.end(), receive.begin(), ::tolower); in TestZtraceTransaction()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/receiveevent_fuzzer/
H A Dreceiveevent_fuzzer.cpp44 CommonEventData receive; in ReceiveEventFuzzTest() local
45 batter.OnReceiveEvent(receive); in ReceiveEventFuzzTest()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-multimedia.md17 Before change: Applications call **OH_AVPlayerOnError** to receive errors through a callback.
19 After change: Applications call **OH_AVPlayerOnErrorCallback** to receive errors through a callback.
85 Before change: Applications call **OH_AVPlayerOnInfo** to receive information through a callback.
87 After change: Applications call **OH_AVPlayerOnInfoCallback** to receive information through a call…
117 …nError**, **AVPlayerCallback**, and **OH_AVPlayer_SetPlayerCallback** to receive information and e…
119 …_AVPlayer_SetOnInfoCallback**, and **OH_AVPlayer_SetOnErrorCallback** to receive information and e…
151 …nError**, **AVPlayerCallback**, and **OH_AVPlayer_SetPlayerCallback** to receive information and e…
153 …_AVPlayer_SetOnInfoCallback**, and **OH_AVPlayer_SetOnErrorCallback** to receive information and e…
/ohos5.0/docs/en/application-dev/reference/apis-multimodalawareness-kit/
H A Djs-apis-stationary.md19 Defines the response interface to receive the device status.
78 …lback<[ActivityResponse](#activityresponse)\> | Yes | Callback used to receive reported data. |
102 …lback<[ActivityResponse](#activityresponse)\> | Yes | Callback used to receive reported data. |
126 | callback | Callback: \<[ActivityResponse](#activityresponse)> | No | Callback used to receive re…
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/
H A Ddistribution.h68 const struct message *receive);
69 int32_t proc_message(struct hichain *handle, struct header_analysis *nav, struct message *receive,
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__declaration_8h.md29 …wing_TextBox](_drawing.md#oh_drawing_textbox) | Defines a struct used to receive the rectangle siz…
30 …](_drawing.md#oh_drawing_positionandaffinity) | Defines a struct used to receive the position and …
31 …_Drawing_Range](_drawing.md#oh_drawing_range) | Defines a struct used to receive the start positio…
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dsts_client.h56 int32_t send_sts_end_request(struct sts_client *sts_client, const struct message *receive, struct m…
57 int32_t receive_sts_end_response(struct sts_client *sts_client, struct message *receive);
H A Dpake_client.h55 int32_t send_pake_end_request(struct pake_client *pake_client, const struct message *receive, struc…
56 int32_t receive_pake_end_response(struct pake_client *pake_client, struct message *receive);
/ohos5.0/docs/zh-cn/application-dev/connectivity/wlan/
H A Dp2p-development-guide.md50 console.info("p2p persistent group change receive event");
92 console.info("p2p connection change receive event: " + JSON.stringify(result));
106 console.info("p2p peer device change receive event: " + JSON.stringify(result));
/ohos5.0/docs/en/contribute/
H A Dcommunication-in-community.md12 4. Enter your email address and click **Subscribe**. You will receive an email asking you to conf…
14 6. At last, you will receive a welcome email from the email list.
31 In this way, all community members in this mail list will receive your email.
/ohos5.0/docs/en/application-dev/network/
H A Dwebsocket-connection.md5receive a callback of the **open** event. Then, the client can communicate with the server using t…
7 If an error occurs in any of the preceding processes, the client will receive a callback of the **e…
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c55 static int32_t deserialize_message(const struct uint8_buff *data, struct message *receive);
152 struct message receive = { 0, 0, 0 }; in receive_data() local
156 int32_t ret = deserialize_message(data, &receive); in receive_data()
160 struct header_analysis nav = navigate_message(receive.msg_code); in receive_data()
161 ret = check_message_support(hichain, &nav, &receive); in receive_data()
169 ret = proc_message(hichain, &nav, &receive, &send); in receive_data()
192 set_result(hichain, receive.msg_code, send.msg_code, ret, errorCode); in receive_data()
194 destroy_receive_data_struct(&receive); in receive_data()
625 static int32_t deserialize_message(const struct uint8_buff *data, struct message *receive) in deserialize_message() argument
644 JSON_STRING_DATA, receive); in deserialize_message()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.cpp263 fd_set receive = GetFdSet(client_); in GetStatus() local
267 if (select(client_ + 1, &receive, &send, nullptr, &timeout) == 0) { in GetStatus()
271 readyToReceive = IsFdSet(client_, receive); in GetStatus()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/mock_http_client/
H A Dhttp_client_task.h100 …static void MockStatus(bool success = true, bool failed = false, bool receive = false, bool cancel…
104 receive_ = receive;
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subScenarioTest/
H A DoppRecvScenarioTest.ets50 console.log("receive success");
52 console.log("receive fail, err: " + JSON.stringify(error));
59 console.log("reject receive success");
61 console.log("reject receive fail, err: " + JSON.stringify(error));

12345678910>>...15