Home
last modified time | relevance | path

Searched defs:send (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Ddistribution.c152 struct message *receive, struct message *send) in proc_message()
165 int32_t connect_message(struct hichain *handle, struct header_analysis *nav, struct message *send) in connect_message()
253 #define CUT_EMPTY_FUNC(d_name, handle, nav, receive, send) \ argument
265 struct message *receive, struct message *send) in proc_pake_response_message()
290 struct message *receive, struct message *send) in proc_exchange_response_message()
308 struct message *receive, struct message *send) in proc_sts_response_message()
332 struct message *receive, struct message *send) in proc_remove_request_message()
347 struct message *receive, struct message *send) in proc_remove_response_message()
367 struct message *send) in proc_inform_message()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dremove_auth_info_client.c29 int32_t send_remove_request(const struct hichain *hichain, struct message *send) in send_remove_request()
71 …ld_remove_request_data(struct remove_auth_info_client *auth_info_client, remove_request_data *send) in build_remove_request_data()
147 int32_t send_remove_request(const struct hichain *hichain, struct message *send) in send_remove_request()
H A Dremove_auth_info.c32 … send_remove_response(const struct hichain *hichain, struct message *receive, struct message *send) in send_remove_response()
98 static int32_t build_remove_response_data(const struct hichain *hichain, remove_response_data *send) in build_remove_response_data()
H A Dexchange_auth_info_client.c44 int32_t send_exchange_request(const struct hichain *hichain, struct message *send) in send_exchange_request()
130 static int32_t build_exchange_request(const struct hichain *hichain, exchange_request_data *send) in build_exchange_request()
409 int32_t send_exchange_request(const struct hichain *hichain, struct message *send) in send_exchange_request()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetwork_sharing.h23 int64_t send = 0; member
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/
H A DXMessage.js40 send(msgtype, msgdata) { method in XMessage
H A Dmock.js61 send(type, data) { method in MockMessage
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c76 int32_t send_pake_start_request(struct pake_client *pake_client, struct message *send) in send_pake_start_request()
102 …e_end_request(struct pake_client *pake_client, const struct message *receive, struct message *send) in send_pake_end_request()
251 struct pake_end_request_data *send = (struct pake_end_request_data *)data; in build_end_request_data() local
H A Dsts_client.c342 struct sts_end_request_data *send = (struct sts_end_request_data *)data; in build_end_request_data() local
425 int32_t send_sts_start_request(struct sts_client *sts_client, struct message *send) in send_sts_start_request()
451 …sts_end_request(struct sts_client *sts_client, const struct message *receive, struct message *send) in send_sts_end_request()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-ui-extension-component-sys.md169 ### send subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-ui-extension-component-sys.md173 ### send subsection
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
H A Dextension.js143 function send(type, data) { function
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_frame_info.h26 int64_t send = 0; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c153 struct message send = { INFORM_MESSAGE, 0, 0 }; in receive_data() local
517 static void encap_inform_message(int32_t error_code, struct message *send) in encap_inform_message()
545 struct message send = { in triggered_pake_client() local
587 struct message send = { in triggered_sts_client() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h38 struct SpungePcbRateControlItem send; member
H A Dsysio.h29 …int (*send)(void *arg, FILLP_CONST char *buf, FILLP_SIZE_T size, FILLP_SOCKADDR *dest, FILLP_UINT1… member
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-socket.md132 ### send subsection
182 ### send subsection
1661 ### send subsection
1718 ### send subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-socket.md132 ### send subsection
182 ### send subsection
1661 ### send subsection
1718 ### send subsection
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dmock_wpa_ctrl.cpp121 void MockWpaCallback(struct wpa_ctrl *send, const char *message) in MockWpaCallback()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dmod.rs122 pub fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Ddatagram.rs221 pub fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Dmod.rs183 pub async fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.cpp262 fd_set send = GetFdSet(client_); in GetStatus() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Doneshot.rs165 pub fn send(self, value: T) -> Result<(), T> { in send() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Ddatagram.rs325 pub async fn send(&self, buf: &[u8]) -> Result<usize> { in send() method

12