Home
last modified time | relevance | path

Searched defs:response (Results 126 - 150 of 1022) sorted by relevance

12345678910>>...41

/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_termination.c74 struct MHD_Response *response = in connection_handler() local
/third_party/selinux/libsepol/src/
H A Dibendports.c109 sepol_ibendport_count(sepol_handle_t *handle __attribute__ ((unused)), const sepol_policydb_t *p, unsigned int *response) sepol_ibendport_count() argument
126 sepol_ibendport_exists(sepol_handle_t *handle __attribute__ ((unused)), const sepol_policydb_t *p, const sepol_ibendport_key_t *key, int *response) sepol_ibendport_exists() argument
153 sepol_ibendport_query(sepol_handle_t *handle, const sepol_policydb_t *p, const sepol_ibendport_key_t *key, sepol_ibendport_t **response) sepol_ibendport_query() argument
H A Dinterfaces.c109 sepol_iface_exists(sepol_handle_t * handle __attribute__ ((unused)), const sepol_policydb_t * p, const sepol_iface_key_t * key, int *response) sepol_iface_exists() argument
133 sepol_iface_query(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_iface_key_t * key, sepol_iface_t ** response) sepol_iface_query() argument
218 sepol_iface_count(sepol_handle_t * handle __attribute__ ((unused)), const sepol_policydb_t * p, unsigned int *response) sepol_iface_count() argument
H A Dbooleans.c106 sepol_bool_count(sepol_handle_t * handle __attribute__ ((unused)), const sepol_policydb_t * p, unsigned int *response) sepol_bool_count() argument
116 sepol_bool_exists(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_bool_key_t * key, int *response) sepol_bool_exists() argument
139 sepol_bool_query(sepol_handle_t * handle, const sepol_policydb_t * p, const sepol_bool_key_t * key, sepol_bool_t ** response) sepol_bool_query() argument
/third_party/selinux/libselinux/src/
H A Dquery_user_context.c16 char response[10]; /* string to hold the user's response */ in context_menu() local
40 char response[10]; /* The user's response */ in query_user_context() local
108 char response[10]; /* Used to get yes or no answers from user */ manual_user_enter_context() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dtests.cpp105 StoreContentResponse response; in RunStoreContentTests() local
115 StoreContentResponse response; in RunStoreContentTests() local
128 GetContentResponse response; in RunGetContentTests() local
139 GetContentResponse response; RunGetContentTests() local
167 CompileShaderResponse response; RunCompileShaderTests() local
[all...]
H A DvksClient.hpp53 void SendRequest(REQUEST& request, RESPONSE& response) in SendRequest() argument
/base/request/request/frameworks/js/napi/src/upload/
H A Dupload_task_napiV5.cpp107 void UploadTaskNapiV5::OnSystemSuccess(napi_env env, napi_ref ref, Upload::UploadResponse &response) in OnSystemSuccess() argument
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_test.cpp275 (void)response; variable
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_base.h114 inline int32_t TelRilBase::Request(const char *funcName, const AppExecFwk::InnerEvent::Pointer &response, in Request() argument
/base/telephony/core_service/test/unittest/utils_codec_gtest/
H A Dasn1_node_test.cpp52 std::shared_ptr<Asn1Node> Asn1NodeTest::Asn1ParseResponse(std::vector<uint8_t> response, int32_t respLength) in Asn1ParseResponse() argument
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/
H A Dsmsrecvitem_fuzzer.cpp132 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventId, refId); in DoSomethingInterestingWithMyAPI() local
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_callback_stub.cpp82 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventCode, info); in OnSendSmsResponseResponse() local
109 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventCode, info); in OnSendSmsResponseResult() local
153 AppExecFwk::InnerEvent::Pointer response in OnSmsStatusReportNotify() local
183 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventCode, info); OnNewSmsNotify() local
[all...]
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dcore_service_common_test.cpp193 SimAuthenticationResponse response; in HWTEST_F() local
210 SimAuthenticationResponse response; in HWTEST_F() local
228 SimAuthenticationResponse response; in HWTEST_F() local
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_adapter_service_test.cpp54 char **response = nullptr; in HWTEST_F() local
138 char response[] = {"213234343345"} ; in HWTEST_F() local
/base/update/updateservice/services/firmware/check/include/
H A Dfirmware_icheck.h121 int32_t ParseJsonFile(const std::vector<char> &buffer, NetworkResponse &response) in ParseJsonFile() argument
136 ReadDataFromSSL(int32_t engineSocket, NetworkResponse &response) ReadDataFromSSL() argument
[all...]
/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Dresponse.cpp137 void IResponse::Destroy(IResponse *&response) in Destroy() argument
/foundation/ai/ai_engine/test/sample/source/
H A Dsample_plugin_2.cpp91 int SamplePlugin2::SyncProcess(IRequest *request, IResponse *&response) in SyncProcess() argument
105 IResponse *response = IResponse::Create(request); in AsyncProcess() local
H A Dsample_plugin_1.cpp91 int SamplePlugin1::SyncProcess(IRequest *request, IResponse *&response) in SyncProcess() argument
/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dfuture_factory.cpp155 int FutureFactory::ProcessResponse(PluginEvent event, IResponse *response) in ProcessResponse() argument
183 Future *FutureFactory::FetchFuture(Response *response) in FetchFuture() argument
H A Dserver_executor.cpp116 int ServerExecutor::SyncExecute(IRequest *request, IResponse *&response) in SyncExecute() argument
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dclient_listener_handler.cpp45 void AsyncProcessWorker::IpcIoResponse(IResponse *response, IpcIo &io, char *data, int length) in IpcIoResponse() argument
69 IResponse *response = handler_->FetchCallbackRecord(); in OneAction() local
118 IResponse *response = nullptr; FetchCallbackRecord() local
143 AddCallbackRecord(IResponse *response) AddCallbackRecord() argument
[all...]
H A Dsa_async_handler.cpp108 void SaAsyncHandler::PushAsyncResponse(int clientId, IResponse *response) in PushAsyncResponse() argument
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp957 const sptr<IStartSpecifiedAbilityResponse> &response = nullptr; in HWTEST_F() local
981 const sptr<IStartSpecifiedAbilityResponse> &response = nullptr; in HWTEST_F() local
1004 const sptr<IStartSpecifiedAbilityResponse> &response = nullptr; in HWTEST_F() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H A Dcast_local_file_channel_client.cpp181 std::map<std::string, std::string> response; in OnDataReceived() local
158 ProcessServerResponse(const uint8_t *buffer, unsigned int length, std::map<std::string, std::string> &response, size_t &dataOffset) ProcessServerResponse() argument
[all...]

Completed in 14 milliseconds

12345678910>>...41