| /third_party/skia/third_party/externals/microhttpd/doc/examples/ |
| H A D | sessions.c | 303 struct MHD_Response *response; in serve_simple_form() local 266 add_session_cookie(struct Session *session, struct MHD_Response *response) add_session_cookie() argument 338 struct MHD_Response *response; fill_v1_form() local 380 struct MHD_Response *response; fill_v1_v2_form() local 421 struct MHD_Response *response; not_found_page() local 563 struct MHD_Response *response; create_response() local [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | demo.c | 198 mark_as_html (struct MHD_Response *response) in mark_as_html() argument 213 update_cached_response (struct MHD_Response *response) in update_cached_response() argument 306 struct MHD_Response *response; update_directory() local 419 struct MHD_Response *response; global() member 681 struct MHD_Response *response; generate_page() local [all...] |
| H A D | demo_https.c | 199 mark_as_html (struct MHD_Response *response) in mark_as_html() argument 214 update_cached_response (struct MHD_Response *response) in update_cached_response() argument 307 struct MHD_Response *response; update_directory() local 420 struct MHD_Response *response; global() member 682 struct MHD_Response *response; generate_page() local [all...] |
| H A D | post_example.c | 281 struct MHD_Response *response; in serve_simple_form() local 244 add_session_cookie(struct Session *session, struct MHD_Response *response) add_session_cookie() argument 317 struct MHD_Response *response; fill_v1_form() local 360 struct MHD_Response *response; fill_v1_v2_form() local 403 struct MHD_Response *response; not_found_page() local 546 struct MHD_Response *response; create_response() local [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | digestauth.c | 575 char response[MAX_AUTH_RESPONSE_LENGTH]; in MHD_digest_auth_check() local 145 digest_calc_response(const char *ha1, const char *nonce, const char *noncecount, const char *cnonce, const char *qop, const char *method, const char *uri, const char *hentity, char *response) digest_calc_response() argument 800 MHD_queue_auth_fail_response(struct MHD_Connection *connection, const char *realm, const char *opaque, struct MHD_Response *response, int signal_stale) MHD_queue_auth_fail_response() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| H A D | applicationlayer.c | 398 struct SPDY_Response *response = NULL; in SPDY_build_response() local 35 spdy_callback_response_done(void *cls, struct SPDY_Response *response, struct SPDY_Request *request, enum SPDY_RESPONSE_RESULT status, bool streamopened) spdy_callback_response_done() argument 488 struct SPDY_Response *response; SPDY_build_response_with_callback() local 525 SPDY_queue_response(struct SPDY_Request * request, struct SPDY_Response *response, bool closestream, bool consider_priority, SPDY_ResponseResultCallback rrcb, void * rrcb_cls) SPDY_queue_response() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
| H A D | test_post.c | 128 struct MHD_Response *response; in ahc_echo() local 461 struct MHD_Response *response; in ahc_cancel() local [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | mls.c | 667 sepol_mls_contains(sepol_handle_t * handle, const sepol_policydb_t * policydb, const char *mls1, const char *mls2, int *response) sepol_mls_contains() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | ms_funcs.c | 145 challenge_response(const u8 *challenge, const u8 *password_hash, u8 *response) challenge_response() argument 171 generate_nt_response(const u8 *auth_challenge, const u8 *peer_challenge, const u8 *username, size_t username_len, const u8 *password, size_t password_len, u8 *response) generate_nt_response() argument 198 generate_nt_response_pwhash(const u8 *auth_challenge, const u8 *peer_challenge, const u8 *username, size_t username_len, const u8 *password_hash, u8 *response) generate_nt_response_pwhash() argument 227 generate_authenticator_response_pwhash( const u8 *password_hash, const u8 *peer_challenge, const u8 *auth_challenge, const u8 *username, size_t username_len, const u8 *nt_response, u8 *response) generate_authenticator_response_pwhash() argument 283 generate_authenticator_response(const u8 *password, size_t password_len, const u8 *peer_challenge, const u8 *auth_challenge, const u8 *username, size_t username_len, const u8 *nt_response, u8 *response) generate_authenticator_response() argument 306 nt_challenge_response(const u8 *challenge, const u8 *password, size_t password_len, u8 *response) nt_challenge_response() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | gas_server.c | 60 struct gas_server_response *response = eloop_ctx; in gas_server_response_timeout() local 77 gas_server_free_response(struct gas_server_response *response) gas_server_free_response() argument 89 gas_server_send_resp(struct gas_server *gas, struct gas_server_handler *handler, struct gas_server_response *response, const u8 *da, int freq, u8 dialog_token, struct wpabuf *query_resp, u16 comeback_delay) gas_server_send_resp() argument 173 struct gas_server_response *response; gas_server_rx_initial_req() local 256 gas_server_handle_rx_comeback_req(struct gas_server_response *response) gas_server_handle_rx_comeback_req() argument 338 struct gas_server_response *response; gas_server_rx_comeback_req() local 405 gas_server_handle_tx_status(struct gas_server_response *response, int ack) gas_server_handle_tx_status() argument 441 struct gas_server_response *response; gas_server_tx_status() local 474 struct gas_server_response *tmp, *response = NULL; gas_server_set_resp() local 529 struct gas_server_response *response, *tmp_r; gas_server_deinit() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | ms_funcs.c | 145 challenge_response(const u8 *challenge, const u8 *password_hash, u8 *response) challenge_response() argument 171 generate_nt_response(const u8 *auth_challenge, const u8 *peer_challenge, const u8 *username, size_t username_len, const u8 *password, size_t password_len, u8 *response) generate_nt_response() argument 198 generate_nt_response_pwhash(const u8 *auth_challenge, const u8 *peer_challenge, const u8 *username, size_t username_len, const u8 *password_hash, u8 *response) generate_nt_response_pwhash() argument 227 generate_authenticator_response_pwhash( const u8 *password_hash, const u8 *peer_challenge, const u8 *auth_challenge, const u8 *username, size_t username_len, const u8 *nt_response, u8 *response) generate_authenticator_response_pwhash() argument 283 generate_authenticator_response(const u8 *password, size_t password_len, const u8 *peer_challenge, const u8 *auth_challenge, const u8 *username, size_t username_len, const u8 *nt_response, u8 *response) generate_authenticator_response() argument 306 nt_challenge_response(const u8 *challenge, const u8 *password, size_t password_len, u8 *response) nt_challenge_response() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | gas_server.c | 57 struct gas_server_response *response = eloop_ctx; in gas_server_response_timeout() local 73 gas_server_free_response(struct gas_server_response *response) gas_server_free_response() argument 94 struct gas_server_response *response; gas_server_send_resp() local 238 gas_server_handle_rx_comeback_req(struct gas_server_response *response) gas_server_handle_rx_comeback_req() argument 292 struct gas_server_response *response; gas_server_rx_comeback_req() local 359 gas_server_handle_tx_status(struct gas_server_response *response, int ack) gas_server_handle_tx_status() argument 388 struct gas_server_response *response; gas_server_tx_status() local 440 struct gas_server_response *response, *tmp_r; gas_server_deinit() local [all...] |
| /base/powermgr/display_manager/state_manager/frameworks/napi/ |
| H A D | brightness.cpp | 386 void Brightness::CallFunction(napi_ref& callbackRef, size_t argc, napi_value* response)
in CallFunction() argument
|
| /base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
| H A D | zero_branch7_test.cpp | 595 CallModeReportInfo response; in HWTEST_F() local
|
| H A D | zero_branch5_test.cpp | 290 GetImsConfigResponse response; in HWTEST_F() local
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| H A D | zero_branch_test_core_service.cpp | 242 SimAuthenticationResponse response = { 0 }; in HWTEST_F() local
|
| H A D | sim_test_util.cpp | 194 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; in SetLockStateTestFunc() local 206 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; in SetLockStateTestFunc1() local 217 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; in SetFDNStateTestFunc() local 229 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; in SetFDNStateTestFunc1() local 271 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; in UnlockPinTestFunc() local 280 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; UnlockPinTestFunc1() local 289 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; UnlockPukTestFunc() local 299 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; UnlockPukTestFunc1() local 308 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; AlterPinTestFunc() local 318 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; AlterPinTestFunc1() local 326 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; UnlockPin2TestFunc() local 335 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; UnlockPin2TestFunc1() local 344 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; UnlockPuk2TestFunc() local 354 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; UnlockPuk2TestFunc1() local 363 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; AlterPin2TestFunc() local 373 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; AlterPin2TestFunc1() local 430 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; UnlockSimLockTestFunc() local 441 LockStatusResponse response = { UNLOCK_FAIL, TELEPHONY_ERROR }; UnlockSimLockTestFunc1() local 448 SimAuthenticationResponse response = { 0 }; SimAuthenticationTestFunc() local 458 SimAuthenticationResponse response = { 0 }; SimAuthenticationTestFunc1() local 468 SimAuthenticationResponse response = { 0 }; SimAuthenticationTestFunc2() local 477 SimAuthenticationResponse response = { 0 }; SimAuthenticationTestFunc3() local [all...] |
| /base/telephony/core_service/services/tel_ril/src/ |
| H A D | tel_ril_sms.cpp | 45 int32_t TelRilSms::SendGsmSms(std::string &smsPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendGsmSms() argument 51 int32_t TelRilSms::SendCdmaSms(std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendCdmaSms() argument 66 int32_t TelRilSms::DelSimMessage(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response) in DelSimMessage() argument 58 AddSimMessage( int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) AddSimMessage() argument 71 UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) UpdateSimMessage() argument 80 SetSmscAddr(int32_t tosca, std::string address, const AppExecFwk::InnerEvent::Pointer &response) SetSmscAddr() argument 88 GetSmscAddr(const AppExecFwk::InnerEvent::Pointer &response) GetSmscAddr() argument 93 GetCdmaCBConfig(const AppExecFwk::InnerEvent::Pointer &response) GetCdmaCBConfig() argument 98 SendSmsMoreMode( std::string &smscPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) SendSmsMoreMode() argument 105 SendSmsAck(bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response) SendSmsAck() argument 113 SetCBConfig( int32_t mode, std::string idList, std::string dcsList, const AppExecFwk::InnerEvent::Pointer &response) SetCBConfig() argument 123 SetCdmaCBConfig( const CdmaCBConfigInfoList &cdmaCBConfigInfoList, const AppExecFwk::InnerEvent::Pointer &response) SetCdmaCBConfig() argument 138 GetCBConfig(const AppExecFwk::InnerEvent::Pointer &response) GetCBConfig() argument 143 AddCdmaSimMessage(int32_t status, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) AddCdmaSimMessage() argument 151 DelCdmaSimMessage(int32_t cdmaIndex, const AppExecFwk::InnerEvent::Pointer &response) DelCdmaSimMessage() argument 156 UpdateCdmaSimMessage( int32_t cdmaIndex, int32_t state, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) UpdateCdmaSimMessage() argument [all...] |
| /base/telephony/ril_adapter/services/vendor/src/ |
| H A D | at_sms.c | 30 int32_t ProcessCellBroadcast(char *pBuff, HRilCBConfigReportInfo *response) in ProcessCellBroadcast() argument 77 static void HandlerSmsResult(HRilSmsResponse *response, struct ReportInfo *reportInfo, const ReqDataInfo *requestInfo, in HandlerSmsResult() argument 98 static void HandleResult(int32_t *err, char *result, const ResponseInfo *responseInfo, HRilSmsResponse *response) in HandleResult() argument 131 HRilSmsResponse response = {0}; ReqSendGsmSms() local 195 HRilSmsResponse response = {0}; ReqSendCdmaSms() local 488 HRilServiceCenterAddress response; ReqGetSmscAddr() local [all...] |
| H A D | at_data.c | 220 BuildDataInfoList( int32_t *validCount, int32_t dataNum, ResponseInfo *response, HRilDataCallResponse **ppDcr) BuildDataInfoList() argument
|
| /base/telephony/ril_adapter/interfaces/innerkits/include/ |
| H A D | hril_vendor_sim_defs.h | 109 char *response; member 135 char *response; member
|
| /base/telephony/cellular_call/test/unittest/imstest/ |
| H A D | zero_branch_test.cpp | 382 RadioResponseInfo response; in HWTEST_F() local
|
| /base/web/webview/interfaces/native/ |
| H A D | arkweb_scheme_handler.cpp | 553 void OH_ArkWeb_CreateResponse(ArkWeb_Response** response) in OH_ArkWeb_CreateResponse() argument 570 void OH_ArkWeb_DestroyResponse(ArkWeb_Response* response) in OH_ArkWeb_DestroyResponse() argument 580 int32_t OH_ArkWebResponse_SetUrl(ArkWeb_Response* response, const char* url) in OH_ArkWebResponse_SetUrl() argument 590 void OH_ArkWebResponse_GetUrl(const ArkWeb_Response* response, char** url) in OH_ArkWebResponse_GetUrl() argument 600 int32_t OH_ArkWebResponse_SetError(ArkWeb_Response* response, ArkWeb_NetError errorCode) in OH_ArkWebResponse_SetError() argument 610 OH_ArkWebResponse_GetError(const ArkWeb_Response* response) OH_ArkWebResponse_GetError() argument 620 OH_ArkWebResponse_SetStatus(ArkWeb_Response* response, int status) OH_ArkWebResponse_SetStatus() argument 630 OH_ArkWebResponse_GetStatus(const ArkWeb_Response* response) OH_ArkWebResponse_GetStatus() argument 640 OH_ArkWebResponse_SetStatusText(ArkWeb_Response* response, const char* statusText) OH_ArkWebResponse_SetStatusText() argument 650 OH_ArkWebResponse_GetStatusText(const ArkWeb_Response* response, char** statusText) OH_ArkWebResponse_GetStatusText() argument 660 OH_ArkWebResponse_SetMimeType(ArkWeb_Response* response, const char* mimeType) OH_ArkWebResponse_SetMimeType() argument 670 OH_ArkWebResponse_GetMimeType(const ArkWeb_Response* response, char** mimeType) OH_ArkWebResponse_GetMimeType() argument 680 OH_ArkWebResponse_SetCharset(ArkWeb_Response* response, const char* charset) OH_ArkWebResponse_SetCharset() argument 690 OH_ArkWebResponse_GetCharset(const ArkWeb_Response* response, char** charset) OH_ArkWebResponse_GetCharset() argument 700 OH_ArkWebResponse_SetHeaderByName( ArkWeb_Response* response, const char* name, const char* value, bool overwrite) OH_ArkWebResponse_SetHeaderByName() argument 711 OH_ArkWebResponse_GetHeaderByName(const ArkWeb_Response* response, const char* name, char** value) OH_ArkWebResponse_GetHeaderByName() argument 731 OH_ArkWebResourceHandler_DidReceiveResponse( const ArkWeb_ResourceHandler* resourceHandler, const ArkWeb_Response* response) OH_ArkWebResourceHandler_DidReceiveResponse() argument [all...] |
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | napi_web_scheme_handler_request.cpp | 443 WebSchemeHandlerResponse *response = new WebSchemeHandlerResponse(env); in JS_Constructor() local 462 WebSchemeHandlerResponse *response = nullptr; in JS_GetUrl() local 490 WebSchemeHandlerResponse *response = nullptr; JS_SetUrl() local 513 WebSchemeHandlerResponse *response = nullptr; JS_GetStatus() local 535 WebSchemeHandlerResponse *response = nullptr; JS_SetStatus() local 559 WebSchemeHandlerResponse *response = nullptr; JS_GetStatusText() local 587 WebSchemeHandlerResponse *response = nullptr; JS_SetStatusText() local 610 WebSchemeHandlerResponse *response = nullptr; JS_GetMimeType() local 637 WebSchemeHandlerResponse *response = nullptr; JS_SetMimeType() local 660 WebSchemeHandlerResponse *response = nullptr; JS_GetEncoding() local 688 WebSchemeHandlerResponse *response = nullptr; JS_SetEncoding() local 711 WebSchemeHandlerResponse *response = nullptr; JS_GetHeaderByName() local 744 WebSchemeHandlerResponse *response = nullptr; JS_SetHeaderByName() local 788 WebSchemeHandlerResponse *response = nullptr; JS_GetNetErrorCode() local 809 WebSchemeHandlerResponse *response = nullptr; JS_SetNetErrorCode() local 1008 WebSchemeHandlerResponse* response = nullptr; JS_DidReceiveResponse() local [all...] |
| H A D | web_scheme_handler_request.cpp | 567 int32_t WebResourceHandler::DidReceiveResponse(const ArkWeb_Response* response) in DidReceiveResponse() argument 178 WebSchemeHandlerResponse(napi_env env, ArkWeb_Response* response) WebSchemeHandlerResponse() argument
|