Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/ohos5.0/foundation/communication/netstack/test/unittest/http/cache/
H A DHttpCacheStrategyTest.cpp46 HttpResponse response; variable
65 HttpResponse response; variable
86 HttpResponse response; variable
105 HttpResponse response; variable
124 HttpResponse response; variable
143 HttpResponse response; variable
162 HttpResponse response; variable
182 HttpResponse response; variable
202 HttpResponse response; variable
221 HttpResponse response; variable
[all …]
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp378 int32_t slotId, int32_t callType, const AppExecFwk::InnerEvent::Pointer &response) in CombineConference() argument
412 int32_t slotId, const int32_t reason, const AppExecFwk::InnerEvent::Pointer &response) in GetCallTransferInfo() argument
445 int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &response) in GetCallRestriction() argument
489 int32_t slotId, const int32_t mode, const AppExecFwk::InnerEvent::Pointer &response) in SetCallPreferenceMode() argument
542 int32_t slotId, const int32_t state, const AppExecFwk::InnerEvent::Pointer &response) in SetVoNRSwitch() argument
581 int32_t slotId, const int32_t cid, const AppExecFwk::InnerEvent::Pointer &response) in GetLinkBandwidthInfo() argument
670 int32_t slotId, RegNotifyMode mode, const AppExecFwk::InnerEvent::Pointer &response) in SetLocateUpdates() argument
676 int32_t slotId, int32_t newFilter, const AppExecFwk::InnerEvent::Pointer &response) in SetNotificationFilter() argument
794 int32_t slotId, int32_t cdmaIndex, const AppExecFwk::InnerEvent::Pointer &response) in DelCdmaSimMessage() argument
824 int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &response) in GetSimLockStatus() argument
[all …]
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dmmi_code_message_test.cpp50 CallWaitResponse response; variable
58 response.status = 1;
103 CallWaitResponse response; variable
107 response.status = 1;
135 response.classCw = 256;
263 CallTransferResponse response; variable
309 CallTransferResponse response; variable
322 response.classx = 256;
337 CallTransferResponse response; variable
338 response.status = SS_ENABLED;
[all …]
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp29 if (response == nullptr) { in GetClipRequest()
33 response->SetOwner(GetMMIHandler(slotId)); in GetClipRequest()
41 if (response == nullptr) { in SetClirRequest()
53 if (response == nullptr) { in GetClirRequest()
65 if (response == nullptr) { in GetCallTransferRequest()
78 if (response == nullptr) { in SetCallTransferRequest()
91 if (response == nullptr) { in GetCallRestrictionRequest()
114 if (response == nullptr) { in SetCallRestrictionRequest()
128 if (response == nullptr) { in SetBarringPasswordRequest()
141 if (response == nullptr) { in SetCallWaitingRequest()
[all …]
H A Dmmi_code_message.cpp27 if (response.result == TELEPHONY_SUCCESS) { in CreateGetCallWaitingResultMessage()
29 if (response.status == 1) { in CreateGetCallWaitingResultMessage()
52 if (response.result == TELEPHONY_SUCCESS) { in CreateGetCallTransferResultMessage()
55 if (response.classx > 0 && (static_cast<uint32_t>(response.classx) & classMask) != 0) { in CreateGetCallTransferResultMessage()
56 …MakeCallTransferMessageEx(resultMessage, response, static_cast<uint32_t>(response.classx) & classM… in CreateGetCallTransferResultMessage()
67 if (response.status == SS_ENABLED) { in MakeCallTransferMessageEx()
70 response.number, response.time) != -1) { in MakeCallTransferMessageEx()
75 response.number) != -1) { in MakeCallTransferMessageEx()
88 if (response.result == TELEPHONY_SUCCESS) { in CreateGetClirResultMessage()
90 int32_t clirInfoN = response.action; in CreateGetClirResultMessage()
[all …]
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp168 response.result = UNLOCK_OK; in UnlockPin()
175 …TELEPHONY_LOGI("response.result :%{public}d, remain :%{public}d", response.result, response.remain… in UnlockPin()
202 response.result = UNLOCK_OK; in UnlockPuk()
236 response.result = UNLOCK_OK; in AlterPin()
279 response.result = UNLOCK_OK; in SetLockState()
508 response.response = simStateHandle_->GetSimAuthenticationResponse().response; in SimAuthentication()
510 response.sw2); in SimAuthentication()
532 return response; in SendSimMatchedOperatorInfo()
553 response.sw1 = retResponse.sw1; in GetSimIO()
554 response.sw2 = retResponse.sw2; in GetSimIO()
[all …]
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp106 response.status, response.classCw); in ReportGetWaitingResult()
129 response.result, response.status, response.classCw); in ReportGetRestrictionResult()
152 response.status, response.classx); in ReportGetTransferResult()
154 response.type, response.reason, response.time); in ReportGetTransferResult()
188 response.action, response.clipStat); in ReportGetClipResult()
200 response.action, response.clirStat); in ReportGetClirResult()
383 response.value); in ReportSetEmergencyCallListResponse()
430 CallModeReportInfo response; in ReceiveUpdateCallMediaModeRequest() local
433 response.slotId = slotId; in ReceiveUpdateCallMediaModeRequest()
446 CallModeReportInfo response; in ReceiveUpdateCallMediaModeResponse() local
[all …]
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp236 if (response == nullptr) { in SetUssd()
252 if (response == nullptr) { in CloseUnFinishedUssd()
268 if (response == nullptr) { in GetUssd()
284 if (response == nullptr) { in GetMute()
300 if (response == nullptr) { in SetMute()
316 if (response == nullptr) { in GetEmergencyCallList()
333 if (response == nullptr) { in SetEmergencyCallList()
349 if (response == nullptr) { in GetCallFailReason()
365 if (response == nullptr) { in SetCallPreferenceMode()
381 if (response == nullptr) { in GetCallPreferenceMode()
[all …]
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_cups_attribute_test.cpp113 if (response == nullptr) { in DoTestResponse()
116 preFunc(response); in DoTestResponse()
117 postFunc(response); in DoTestResponse()
118 ippDelete(response); in DoTestResponse()
209 ippAddStrings(response, in __anon4d5b9f710b02()
250 ippAddStrings(response, in __anon4d5b9f710f02()
257 ippAddString(response, in __anon4d5b9f710f02()
279 ippAddString(response, in __anon4d5b9f711102()
301 ippAddStrings(response, in __anon4d5b9f711302()
327 ippAddString(response, in __anon4d5b9f711502()
[all …]
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp448 if (response != nullptr) { in GetCallListResponse()
493 if (response != nullptr) { in GetClipResponse()
546 if (response != nullptr) { in GetCallWaitingResponse()
568 if (response != nullptr) { in GetCallTransferInfoResponse()
614 if (response != nullptr) { in GetClirResponse()
637 if (response != nullptr) { in GetCallRestrictionResponse()
683 if (response != nullptr) { in GetCallPreferenceModeResponse()
709 if (response != nullptr) { in GetMuteResponse()
729 if (response != nullptr) { in GetUssdResponse()
743 if (response != nullptr) { in GetCallFailReasonResponse()
[all …]
H A Dhril_modem.cpp75 if (response == nullptr) { in RadioStateUpdated()
79 radioState_ = *(const int32_t *)response; in RadioStateUpdated()
90 if (response == nullptr) { in VoiceRadioTechUpdated()
106 if (response == nullptr) { in DsdsModeUpdated()
133 if (response == nullptr) { in GetRadioStateResponse()
147 if (response == nullptr) { in GetImeiResponse()
161 if (response == nullptr) { in GetImeiSvResponse()
179 if (response == nullptr) { in GetMeidResponse()
185 meidResponse = std::string((const char *)response); in GetMeidResponse()
194 if (response == nullptr) { in GetVoiceRadioTechnologyResponse()
[all …]
H A Dhril_data.cpp93 if (response == nullptr) { in SwitchRilDataToHal()
100 result.cid = response->cid; in SwitchRilDataToHal()
103 result.address = (response->address == nullptr) ? "" : response->address; in SwitchRilDataToHal()
104 result.type = (response->type == nullptr) ? "" : response->type; in SwitchRilDataToHal()
105 result.dns = (response->dns == nullptr) ? "" : response->dns; in SwitchRilDataToHal()
106 result.dnsSec = (response->dnsSec == nullptr) ? "" : response->dnsSec; in SwitchRilDataToHal()
107 result.netPortName = (response->netPortName == nullptr) ? "" : response->netPortName; in SwitchRilDataToHal()
108 result.gateway = (response->gateway == nullptr) ? "" : response->gateway; in SwitchRilDataToHal()
110 result.pCscfSecAddr = (response->pCscfSecAddr == nullptr) ? "" : response->pCscfSecAddr; in SwitchRilDataToHal()
116 if (response == nullptr) { in SwitchHRilDataListToHal()
[all …]
H A Dhril_sim.cpp395 if ((response == nullptr && responseLen != 0) || in GetSimCardStatusResponse()
400 if (response == nullptr && responseLen == 0) { in GetSimCardStatusResponse()
530 BuildRadioProtocol(radioProtocol, response); in GetRadioProtocolResponse()
549 BuildRadioProtocol(radioProtocol, response); in SetRadioProtocolResponse()
570 …pOpenLogicalChannelResponse.response = (pRilResponse->response == nullptr) ? "" : pRilResponse->r… in SimOpenLogicalChannelResponse()
630 result.response = std::string(""); in ProcessIccIoResponse()
636 result.response = (resp->response == nullptr) ? "" : std::string(resp->response); in ProcessIccIoResponse()
708 BuildRadioProtocol(radioProtocol, response); in SimRadioProtocolUpdated()
813 if ((response == nullptr && responseLen != 0) || in BuildSimIOResp()
818 if (response == nullptr && responseLen == 0) { in BuildSimIOResp()
[all …]
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h44 virtual int32_t ShutDown(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
97 const std::string &restrictionType, const AppExecFwk::InnerEvent::Pointer &response) = 0;
122 virtual int32_t GetImei(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
146 int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response) = 0;
162 const AppExecFwk::InnerEvent::Pointer &response) = 0;
174 int32_t slotId, int32_t cdmaIndex, const AppExecFwk::InnerEvent::Pointer &response) = 0;
222 int32_t slotId, bool accept, const AppExecFwk::InnerEvent::Pointer &response) = 0;
251 const AppExecFwk::InnerEvent::Pointer &response) = 0;
259 const AppExecFwk::InnerEvent::Pointer &response) = 0;
261 const AppExecFwk::InnerEvent::Pointer &response) = 0;
[all …]
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp464 SetCapabilityGroupAttribute(response, printerCaps); in ParsePrinterAttributes()
465 ParseColorModeAttributes(response, printerCaps); in ParsePrinterAttributes()
466 ParseDuplexModeAttributes(response, printerCaps); in ParsePrinterAttributes()
467 ParsePageSizeAttributes(response, printerCaps); in ParsePrinterAttributes()
468 ParseQualityAttributes(response, printerCaps); in ParsePrinterAttributes()
471 ParseMediaColDefaultAttributes(response, printerCaps); in ParsePrinterAttributes()
472 ParseMediaMarginAttributes(response, printerCaps); in ParsePrinterAttributes()
473 ParseOrientationAttributes(response, printerCaps); in ParsePrinterAttributes()
474 ParseCopiesAttributes(response, printerCaps); in ParsePrinterAttributes()
475 ParseOtherAttributes(response, printerCaps); in ParsePrinterAttributes()
[all …]
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h72 const void *response, size_t responseLen);
76 const void *response, size_t responseLen);
78 const void *response, size_t responseLen);
80 const void *response, size_t responseLen);
82 const void *response, size_t responseLen);
84 const void *response, size_t responseLen);
86 const void *response, size_t responseLen);
88 const void *response, size_t responseLen);
90 const void *response, size_t responseLen);
92 const void *response, size_t responseLen);
[all …]
H A Dhril_network.h49 const void *response, size_t responseLen);
51 const void *response, size_t responseLen);
53 const void *response, size_t responseLen);
55 const void *response, size_t responseLen);
57 const void *response, size_t responseLen);
59 const void *response, size_t responseLen);
61 const void *response, size_t responseLen);
63 const void *response, size_t responseLen);
65 const void *response, size_t responseLen);
67 const void *response, size_t responseLen);
[all …]
H A Dhril_sim.h67 const void *response, size_t responseLen);
69 const void *response, size_t responseLen);
71 const void *response, size_t responseLen);
73 const void *response, size_t responseLen);
75 const void *response, size_t responseLen);
77 const void *response, size_t responseLen);
79 const void *response, size_t responseLen);
81 const void *response, size_t responseLen);
83 const void *response, size_t responseLen);
85 const void *response, size_t responseLen);
[all …]
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_manager.h51 int32_t ShutDown(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
126 int32_t GetImei(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
130 int32_t GetMeid(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
156 const AppExecFwk::InnerEvent::Pointer &response) override;
192 const AppExecFwk::InnerEvent::Pointer &response) override;
206 const AppExecFwk::InnerEvent::Pointer &response) override;
248 const AppExecFwk::InnerEvent::Pointer &response) override;
270 const AppExecFwk::InnerEvent::Pointer &response) override;
273 const AppExecFwk::InnerEvent::Pointer &response) override;
281 const AppExecFwk::InnerEvent::Pointer &response) override;
[all …]
/ohos5.0/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H A Dpdpcontextlistupdated_fuzzer.cpp43 HRilDataCallResponse response; in DoSomethingInterestingWithMyAPI() local
49 response.cid = static_cast<int32_t>(*data + offset); in DoSomethingInterestingWithMyAPI()
53 response.type = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
54 response.netPortName = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
55 response.address = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
56 response.dns = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
57 response.dnsSec = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
58 response.gateway = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
61 response.pCscfPrimAddr = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
62 response.pCscfSecAddr = const_cast<char *>(NUMBER); in DoSomethingInterestingWithMyAPI()
[all …]
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dclient_listener_handler.cpp47 if (response == nullptr) { in IpcIoResponse()
53 int retCode = response->GetRetCode(); in IpcIoResponse()
70 CHK_RET(response == nullptr, true); in OneAction()
71 ResGuard<IResponse> guard(response); in OneAction()
111 for (auto &response : responses_) { in ~ClientListenerHandler() local
112 IResponse::Destroy(response); in ~ClientListenerHandler()
118 IResponse *response = nullptr; in FetchCallbackRecord() local
127 return response; in FetchCallbackRecord()
134 response = responses_.front(); in FetchCallbackRecord()
140 return response; in FetchCallbackRecord()
[all …]
/ohos5.0/drivers/interface/ril/v1_0/
H A DIRilCallback.idl183 * @brief Callback for the response of making a call.
414 * @brief Callback for the response of enabling DTMF.
425 * @brief Callback for the response of sending DTMF.
436 * @brief Callback for the response of stopping DTMF sending.
493 * @brief Callback for the response of setting the mute mode.
831 * @brief Callback for the response of querying SIM card data.
859 * @param response IMSI of the SIM card.
927 * @brief Callback for the response of unlocking with PIN2.
939 * @brief Callback for the response of unlocking with PUK2.
1093 * @brief Callback for the response of SIM card unlocking.
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/foo/ril/v1_0/
H A DIRilCallback.idl183 * @brief Callback for the response of making a call.
414 * @brief Callback for the response of enabling DTMF.
425 * @brief Callback for the response of sending DTMF.
436 * @brief Callback for the response of stopping DTMF sending.
493 * @brief Callback for the response of setting the mute mode.
831 * @brief Callback for the response of querying SIM card data.
859 * @param response IMSI of the SIM card.
927 * @brief Callback for the response of unlocking with PIN2.
939 * @brief Callback for the response of unlocking with PUK2.
1093 * @brief Callback for the response of SIM card unlocking.
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
H A DIRilCallback.idl183 * @brief Callback for the response of making a call.
414 * @brief Callback for the response of enabling DTMF.
425 * @brief Callback for the response of sending DTMF.
647 * @brief Callback for the response of get link capability.
917 * @param response IMSI of the SIM card.
985 * @brief Callback for the response of unlocking with PIN2.
1151 * @brief Callback for the response of SIM card unlocking.
1709 * @brief Callback for the response of a common error.
1719 * @brief Callback for the response of rrc connect state.
1731 * @brief Callback for the response of set nr option mode.
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/
H A DIRilCallback.idl183 * @brief Callback for the response of making a call.
414 * @brief Callback for the response of enabling DTMF.
425 * @brief Callback for the response of sending DTMF.
647 * @brief Callback for the response of get link capability.
917 * @param response IMSI of the SIM card.
985 * @brief Callback for the response of unlocking with PIN2.
1151 * @brief Callback for the response of SIM card unlocking.
1709 * @brief Callback for the response of a common error.
1719 * @brief Callback for the response of rrc connect state.
1731 * @brief Callback for the response of set nr option mode.
[all …]

12345678910>>...38