Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Ddistribution.c118 const struct message *receive) in check_message_support()
152 struct message *receive, struct message *send) in proc_message()
220 static int32_t get_operation_code(const struct header_analysis *nav, const struct message *receive) in get_operation_code()
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()
366 …t proc_inform_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, in proc_inform_message()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Ddatabase.rs76 let mut receive = remote_obj in new() localVariable
117 let mut receive = remote_obj in generate_ids() localVariable
157 let mut receive = remote_obj in insert() localVariable
204 let mut receive = remote_obj in update() localVariable
247 let mut receive = remote_obj in delete() localVariable
298 let mut receive = remote_obj in query_values() localVariable
325 let mut receive = remote_obj in lock() localVariable
352 let mut receive = remote_obj in unlock() localVariable
376 let mut receive = remote_obj in heartbeat() localVariable
H A Dasset.rs193 let mut receive = remote_obj in new() localVariable
232 let mut receive = remote_obj in download() localVariable
284 let mut receive = remote_obj in upload() localVariable
H A Dconnect.rs707 let mut receive = remote_obj in subscribe() localVariable
739 let mut receive = remote_obj in unsubscribe() localVariable
791 let mut receive = remote_obj in get_app_brief_info() localVariable
824 let mut receive = remote_obj in get_service_info() localVariable
856 let mut receive = remote_obj in get_app_schema() localVariable
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c102 int32_t send_pake_end_request(struct pake_client *pake_client, const struct message *receive, struc… in send_pake_end_request()
132 int32_t receive_pake_end_response(struct pake_client *pake_client, struct message *receive) in receive_pake_end_response()
168 …nt32_t gen_esk_prime_len(struct pake_client *pake_client, struct pake_start_response_data *receive, in gen_esk_prime_len()
188 struct pake_start_response_data *receive = (struct pake_start_response_data *)data; in parse_start_response_data() local
283 struct pake_end_response_data *receive = (struct pake_end_response_data *)data; in parse_end_response_data() local
H A Dsts_client.c114 struct sts_start_response_data *receive = (struct sts_start_response_data *)data; in parse_start_response_data() local
391 struct sts_end_response_data *receive = (struct sts_end_response_data *)data; in parse_end_response_data() local
451 int32_t send_sts_end_request(struct sts_client *sts_client, const struct message *receive, struct m… in send_sts_end_request()
481 int32_t receive_sts_end_response(struct sts_client *sts_client, struct message *receive) in receive_sts_end_response()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dremove_auth_info_client.c56 int32_t receive_remove_response(const struct hichain *hichain, const struct message *receive) 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()
H A Dremove_auth_info.c32 int32_t send_remove_response(const struct hichain *hichain, struct message *receive, struct message… 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()
H A Dexchange_auth_info_client.c68 int32_t receive_exchange_response(const struct hichain *hichain, const struct message *receive) in receive_exchange_response()
88 const exchange_request_data *receive, struct auth_info_cache *cache) in parse_exchange_response_data()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetwork_sharing.h22 int64_t receive = 0; member
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/receiveevent_fuzzer/
H A Dreceiveevent_fuzzer.cpp44 CommonEventData receive; in ReceiveEventFuzzTest() local
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/spp/
H A Dspp_test.cpp105 uint8_t receive[512]; variable
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h38 int32_t (*receive)(struct NetDeviceImpl *netDevice, NetBuf *buff, ReceiveFlag flag); member
/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
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c152 struct message receive = { 0, 0, 0 }; in receive_data() local
625 static int32_t deserialize_message(const struct uint8_buff *data, struct message *receive) in deserialize_message()
/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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_open_settings.cpp328 void SettingsModalExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
H A Dnapi_enable_notification.cpp596 void ModalExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp163 bool IsValidReceive(const napi_env env, const napi_value receive, int& errCode) in IsValidReceive()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp412 int64_t receive = in GetNetworkSharingTraffic() local
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_request_global_switch_on_setting.cpp249 void SwitchOnSettingUICallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
H A Dnapi_request_permission_on_setting.cpp273 void PermissonOnSettingUICallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
H A Dnapi_request_permission.cpp510 void UIExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp106 auto receive = static_cast<uint32_t>(*iter); in GetGroups() local
/ohos5.0/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp523 void UIExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()