Home
last modified time | relevance | path

Searched defs:response (Results 551 - 575 of 1023) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c303 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 Ddemo.c198 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 Ddemo_https.c199 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 Dpost_example.c281 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 Ddigestauth.c575 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 Dapplicationlayer.c398 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 Dtest_post.c128 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 Dmls.c667 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 Dms_funcs.c145 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 Dgas_server.c60 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 Dms_funcs.c145 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 Dgas_server.c57 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 Dbrightness.cpp386 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 Dzero_branch7_test.cpp595 CallModeReportInfo response; in HWTEST_F() local
H A Dzero_branch5_test.cpp290 GetImsConfigResponse response; in HWTEST_F() local
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp242 SimAuthenticationResponse response = { 0 }; in HWTEST_F() local
H A Dsim_test_util.cpp194 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 Dtel_ril_sms.cpp45 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 Dat_sms.c30 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 Dat_data.c220 BuildDataInfoList( int32_t *validCount, int32_t dataNum, ResponseInfo *response, HRilDataCallResponse **ppDcr) BuildDataInfoList() argument
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h109 char *response; member
135 char *response; member
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp382 RadioResponseInfo response; in HWTEST_F() local
/base/web/webview/interfaces/native/
H A Darkweb_scheme_handler.cpp553 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 Dnapi_web_scheme_handler_request.cpp443 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 Dweb_scheme_handler_request.cpp567 int32_t WebResourceHandler::DidReceiveResponse(const ArkWeb_Response* response) in DidReceiveResponse() argument
178 WebSchemeHandlerResponse(napi_env env, ArkWeb_Response* response) WebSchemeHandlerResponse() argument

Completed in 24 milliseconds

1...<<21222324252627282930>>...41