/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | distribution.c | 152 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 D | remove_auth_info_client.c | 29 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 D | remove_auth_info.c | 32 … 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 D | exchange_auth_info_client.c | 44 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 D | network_sharing.h | 23 int64_t send = 0; member
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/ |
H A D | XMessage.js | 40 send(msgtype, msgdata) { method in XMessage
|
H A D | mock.js | 61 send(type, data) { method in MockMessage
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | pake_client.c | 76 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 D | sts_client.c | 342 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 D | ts-container-ui-extension-component-sys.md | 169 ### send subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-ui-extension-component-sys.md | 173 ### send subsection
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/ |
H A D | extension.js | 143 function send(type, data) { function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/ |
H A D | dcamera_frame_info.h | 26 int64_t send = 0; member
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 153 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 D | pcb.h | 38 struct SpungePcbRateControlItem send; member
|
H A D | sysio.h | 29 …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 D | js-apis-socket.md | 132 ### send subsection 182 ### send subsection 1661 ### send subsection 1718 ### send subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-socket.md | 132 ### 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 D | mock_wpa_ctrl.cpp | 121 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 D | mod.rs | 122 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 D | datagram.rs | 221 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 D | mod.rs | 183 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 D | rs_profiler_socket.cpp | 262 fd_set send = GetFdSet(client_); in GetStatus() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | oneshot.rs | 165 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 D | datagram.rs | 325 pub async fn send(&self, buf: &[u8]) -> Result<usize> { in send() method
|