/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/receiveevent_fuzzer/ |
H A D | receiveevent_fuzzer.cpp | 44 CommonEventData receive; in ReceiveEventFuzzTest() local
|
/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/ |
H A D | remove_auth_info_client.c | 56 int32_t receive_remove_response(const struct hichain *hichain, const struct message *receive) in receive_remove_response() argument 123 int32_t parse_remove_response_data(struct remove_auth_info_client *auth_info_client, remove_response_data *receive) in parse_remove_response_data() argument
|
H A D | remove_auth_info.c | 32 int32_t send_remove_response(const struct hichain *hichain, struct message *receive, struct message *send) in send_remove_response() argument 70 static int32_t parse_remove_request_data(const struct hichain *hichain, remove_request_data *receive, in parse_remove_request_data() argument
|
H A D | exchange_auth_info_client.c | 68 int32_t receive_exchange_response(const struct hichain *hichain, const struct message *receive) in receive_exchange_response() argument 87 parse_exchange_response_data(const struct hichain *hichain, const exchange_request_data *receive, struct auth_info_cache *cache) parse_exchange_response_data() argument
|
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | distribution.c | 117 check_message_support(struct hichain *hichain, const struct header_analysis *nav, const struct message *receive) check_message_support() argument 151 proc_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, struct message *send) proc_message() argument 220 get_operation_code(const struct header_analysis *nav, const struct message *receive) get_operation_code() argument 264 proc_pake_response_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, struct message *send) proc_pake_response_message() argument 289 proc_exchange_response_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, struct message *send) proc_exchange_response_message() argument 307 proc_sts_response_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, struct message *send) proc_sts_response_message() argument 331 proc_remove_request_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, struct message *send) proc_remove_request_message() argument 346 proc_remove_response_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, struct message *send) proc_remove_response_message() argument 366 proc_inform_message(struct hichain *handle, struct header_analysis *nav, struct message *receive, struct message *send) proc_inform_message() argument [all...] |
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | pake_client.c | 102 int32_t send_pake_end_request(struct pake_client *pake_client, const struct message *receive, struct message *send) in send_pake_end_request() argument 132 int32_t receive_pake_end_response(struct pake_client *pake_client, struct message *receive) in receive_pake_end_response() argument 168 static int32_t gen_esk_prime_len(struct pake_client *pake_client, struct pake_start_response_data *receive, in gen_esk_prime_len() argument 188 struct pake_start_response_data *receive = (struct pake_start_response_data *)data; parse_start_response_data() local 283 struct pake_end_response_data *receive = (struct pake_end_response_data *)data; parse_end_response_data() local [all...] |
H A D | sts_client.c | 114 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 send_sts_end_request(struct sts_client *sts_client, const struct message *receive, struct message *send) send_sts_end_request() argument 481 receive_sts_end_response(struct sts_client *sts_client, struct message *receive) receive_sts_end_response() argument [all...] |
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_watch.cpp | 163 bool IsValidReceive(const napi_env env, const napi_value receive, int& errCode)
in IsValidReceive() argument
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_enable_notification.cpp | 596 void ModalExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive() argument
|
H A D | napi_open_settings.cpp | 328 void SettingsModalExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive() argument
|
/base/security/access_token/frameworks/js/napi/accesstoken/src/ |
H A D | napi_request_permission_on_setting.cpp | 273 void PermissonOnSettingUICallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive() argument
|
H A D | napi_request_global_switch_on_setting.cpp | 249 void SwitchOnSettingUICallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive() argument
|
H A D | napi_request_permission.cpp | 505 void UIExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive() argument
|
/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 152 struct message receive = { 0, 0, 0 }; in receive_data() local 625 deserialize_message(const struct uint8_buff *data, struct message *receive) deserialize_message() argument [all...] |
/base/security/access_token/interfaces/kits/cj/accesstoken/src/ |
H A D | at_manager_impl.cpp | 523 void UIExtensionCallback::OnReceive(const AAFwk::WantParams& receive) in OnReceive() argument
|