/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 3341 int radio::conferenceResponse(int slotId, int responseType, in conferenceResponse() 3361 int radio::rejectCallResponse(int slotId, int responseType, in rejectCallResponse() 4352 int responseType, int serial, RIL_Errno e, in acceptCallResponse() 4437 int responseType, int serial, RIL_Errno e, in setBarringPasswordResponse() 4590 int responseType, int serial, RIL_Errno e, in startDtmfResponse() 4610 int responseType, int serial, RIL_Errno e, in stopDtmfResponse() 4672 int responseType, int serial, RIL_Errno e, in setMuteResponse() 4720 int responseType, int serial, RIL_Errno e, in getClipResponse() 5759 int responseType, in acknowledgeIncomingGsmSmsWithPduResponse() 5828 int responseType, in getCellInfoListResponse() [all …]
|
H A D | ril.cpp | 283 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData() local 619 int responseType; in RIL_onRequestComplete() local 772 int responseType; in RIL_onUnsolicitedResponse() local
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/ |
H A D | request_data.h | 53 std::string responseType; variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | request_data.h | 70 void SetResponseType(const std::string responseType) in SetResponseType()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
H A D | ImapResponse.java | 71 public final boolean isDataResponse(int index, String responseType) { in isDataResponse()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | RcsStatsTest.java | 296 int[] responseType = { in onRcsAcsProvisioningStats_withAtoms() local 334 int[] responseType = { in onRcsAcsProvisioningStats_withAtomsInvalidSubId() local 376 int responseType = in onRcsAcsProvisioningStats_byCallBack() local 410 int responseType = in onRcsAcsProvisioningStats_byErrorCallBack() local 451 int[] responseType = {TelephonyStatsLog.RCS_ACS_PROVISIONING_STATS__RESPONSE_TYPE__ERROR, in onStoreCompleteRcsAcsProvisioningStats_withSubId() local 500 int[] responseType = {TelephonyStatsLog.RCS_ACS_PROVISIONING_STATS__RESPONSE_TYPE__ERROR, in onFlushIncompleteRcsAcsProvisioningStats_withoutSubId() local
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_async_callback.cpp | 73 std::string responseType = requestData.GetResponseType(); in ResponseDataToJsValue() local
|
H A D | fetch_module.cpp | 259 …std::unique_ptr<char, decltype(&FreeString)> responseType(JSI::ValueToString(value.get()), FreeStr… in GetResponseTypeFromOptions() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_model.h | 142 virtual void BindSelectionMenu(NG::TextSpanType& spanType, NG::TextResponseType& responseType, in BindSelectionMenu()
|
/aosp12/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
H A D | SendCdmaCmasMessages.java | 127 String language, String body, int cmasCategory, int responseType, int severity, in createCmasSmsMessage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | richeditor_model_impl.h | 34 void BindSelectionMenu(NG::TextSpanType& editorType, NG::TextResponseType& responseType, in BindSelectionMenu()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssVisibilityControl.java | 139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification() 301 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in NfwNotification()
|
H A D | GnssLocationProvider.java | 1648 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in onReportNfwNotification()
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastCursorAdapter.java | 138 int responseType; in createFromCursor() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SmsCbCmasInfo.java | 287 @ResponseType int responseType, in SmsCbCmasInfo()
|
H A D | SmsCbMessage.java | 694 int responseType; in createFromCursor() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.cpp | 297 auto responseType = pattern->textResponseType_.value_or(TextResponseType::NONE); in OnUpdateSelectOverlayInfo() local 335 TextSpanType selectType, TextResponseType responseType) in CheckMenuParamChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_richeditor_ffi.cpp | 64 … int32_t spantype, void(*content)(), int32_t responseType, void(*onAppear)(), void(*onDisappear)()) in FfiOHOSAceFrameworkRichEditorBindSelectionMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_selector.h | 256 TextResponseType responseType; member
|
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
H A D | BearerData.java | 504 int responseType = SmsCbCmasInfo.CMAS_RESPONSE_TYPE_UNKNOWN; in decodeCmasUserData() local
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
H A D | CdmaSmsCbTest.java | 143 int language, int encoding, String body, int cmasCategory, int responseType, in createCmasSmsMessage()
|
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
H A D | CdmaSmsMessageTest.java | 233 int language, int encoding, String body, int cmasCategory, int responseType, in createCmasSmsMessage()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test_ng.cpp | 730 auto responseType = TextResponseType::RIGHT_CLICK; variable 755 auto responseType = TextResponseType::RIGHT_CLICK; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_property.h | 179 std::optional<int32_t> responseType; member
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A D | GnssNative.java | 287 byte responseType, boolean inEmergencyMode, boolean isCachedLocation); in onReportNfwNotification() 1197 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in reportNfwNotification()
|