Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
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) \ 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()
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
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
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()
/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
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()
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()
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()
/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/receiveevent_fuzzer/
Dreceiveevent_fuzzer.cpp36 CommonEventData receive; in ReceiveEventFuzzTest() local
/base/security/device_auth/frameworks/deviceauth_lite/source/
Dhichain.c150 struct message receive = { 0, 0, 0 }; in receive_data() local
620 static int32_t deserialize_message(const struct uint8_buff *data, struct message *receive) in deserialize_message()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_watch.cpp145 bool IsValidReceive(const napi_env env, const napi_value receive) in IsValidReceive()
/base/security/access_token/interfaces/kits/accesstoken/napi/src/
Dnapi_atmanager.cpp1417 void UIExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive()