Home
last modified time | relevance | path

Searched defs:reason (Results 151 – 175 of 1786) sorted by relevance

12345678910>>...72

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/aware/
H A DIWifiAwareEventCallback.aidl29 void onConnectFail(int reason); in onConnectFail()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
H A DIpaEventRelay.cpp53 void IpaEventRelay::onOffloadStopped(StoppedReason reason) { in onOffloadStopped()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/
H A DIpaEventRelay.cpp53 void IpaEventRelay::onOffloadStopped(StoppedReason reason) { in onOffloadStopped()
/aosp12/system/bt/packet/avrcp/
H A Dgeneral_reject_packet.cc22 std::unique_ptr<GeneralRejectBuilder> GeneralRejectBuilder::MakeBuilder(Status reason) { in MakeBuilder()
H A Davrcp_reject_packet.cc23 Status reason) { in MakeBuilder()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConnectListener.java41 public void onFailure(int reason) { in onFailure()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIOptionsRequestCallback.aidl40 void respondToCapabilityRequestWithError(int code, String reason); in respondToCapabilityRequestWithError()
H A DIOptionsResponseCallback.aidl28 void onNetworkResponse(int code, String reason, in List<String> theirCaps); in onNetworkResponse()
H A DSipDelegateAidlWrapper.java132 public void onMessageSendFailure(String viaTransactionId, int reason) { in onMessageSendFailure()
200 private void notifyLocalMessageFailedToBeReceived(SipMessage m, int reason) { in notifyLocalMessageFailedToBeReceived()
H A DISipDelegateMessageCallback.aidl29 void onMessageSendFailure(in String viaTransactionId, int reason); in onMessageSendFailure()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/registration/
H A DRegistrationStateChangeCallback.java39 void onFailure(String reason); in onFailure()
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
H A DDocumentation.h51 void partialTest(const std::string& reason) { in partialTest()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/
H A DSipTransportController.java209 public final int reason; field in SipTransportController.DestroyRequest
398 public void destroySipDelegate(int subId, ISipDelegate connection, int reason) { in destroySipDelegate()
460 private void destroySipDelegateInternal(int subId, ISipDelegate connection, int reason) { in destroySipDelegateInternal()
594 private boolean addPendingDestroy(SipDelegateController c, int reason) { in addPendingDestroy()
606 private void addPendingDestroyAndEvaluate(SipDelegateController c, int reason) { in addPendingDestroyAndEvaluate()
759 private CompletableFuture<Void> triggerDestroy(SipDelegateController c, int reason) { in triggerDestroy()
766 private boolean isForcedFromReason(int reason) { in isForcedFromReason()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp92 lws_callback_reasons reason; member
142 void Close(lws_close_status status, const std::string &reason) in Close()
317 int WebSocketExec::HttpDummy(lws *wsi, lws_callback_reasons reason, void *user, void *in, size_t le… in HttpDummy()
356 int WebSocketExec::LwsCallbackWsPeerInitiatedClose(lws *wsi, lws_callback_reasons reason, void *use… in LwsCallbackWsPeerInitiatedClose()
380 int WebSocketExec::LwsCallbackClientWritable(lws *wsi, lws_callback_reasons reason, void *user, voi… in LwsCallbackClientWritable()
446 int WebSocketExec::LwsCallbackClientConnectionError(lws *wsi, lws_callback_reasons reason, void *us… in LwsCallbackClientConnectionError()
455 int WebSocketExec::LwsCallbackClientReceive(lws *wsi, lws_callback_reasons reason, void *user, void… in LwsCallbackClientReceive()
464 int WebSocketExec::LwsCallbackClientFilterPreEstablish(lws *wsi, lws_callback_reasons reason, void … in LwsCallbackClientFilterPreEstablish()
530 int WebSocketExec::LwsCallbackClientClosed(lws *wsi, lws_callback_reasons reason, void *user, void … in LwsCallbackClientClosed()
551 int WebSocketExec::LwsCallbackWsiDestroy(lws *wsi, lws_callback_reasons reason, void *user, void *i… in LwsCallbackWsiDestroy()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DForcedResizableInfoActivityController.java65 PendingTaskRecord(int taskId, int reason) { in PendingTaskRecord()
97 void activityForcedResizable(String packageName, int taskId, int reason) { in activityForcedResizable()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DTranscodeHelper.java27 public void onAnrDelayStarted(String packageName, int uid, int tid, int reason); in onAnrDelayStarted()
29 public boolean transcode(String src, String dst, int uid, int reason); in transcode()
H A DTranscodeHelperNoOp.java29 public void onAnrDelayStarted(String packageName, int uid, int tid, int reason) {} in onAnrDelayStarted()
31 public boolean transcode(String src, String dst, int uid, int reason) { in transcode()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_virtual.c45 int32_t TransOnUdpChannelClosed(int32_t channelId, ShutdownReason reason) in TransOnUdpChannelClosed()
51 int32_t ClientTransCloseUdpChannel(int32_t channelId, ShutdownReason reason) in ClientTransCloseUdpChannel()
H A Dclient_trans_udp_manager.c371 static void NotifyCallback(UdpChannel *channel, int32_t channelId, ShutdownReason reason) in NotifyCallback()
390 static int32_t CloseUdpChannelProc(UdpChannel *channel, int32_t channelId, ShutdownReason reason) in CloseUdpChannelProc()
430 static int32_t CloseUdpChannel(int32_t channelId, ShutdownReason reason) in CloseUdpChannel()
451 int32_t TransOnUdpChannelClosed(int32_t channelId, ShutdownReason reason) in TransOnUdpChannelClosed()
470 int32_t ClientTransCloseUdpChannel(int32_t channelId, ShutdownReason reason) in ClientTransCloseUdpChannel()
519 static void OnUdpChannelClosed(int32_t channelId, ShutdownReason reason) in OnUdpChannelClosed()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/discovery/unittest/
H A Ddisc_sdk_only_l2_test.cpp93 static void TestOnDiscoverResult(int32_t refreshId, RefreshResult reason) in TestOnDiscoverResult()
100 static void TestOnPublishResult(int publishId, PublishResult reason) in TestOnPublishResult()
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dresourcce_request.h35const std::string& reason, uint32_t reasonCode) : allowType_(allowType), uid_(uid), name_(name), in ResourceRequest()
149 inline void SetReason(const std::string& reason) in SetReason()
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java73 public final int reason; field in SyncOperation
120 int reason, int source, String provider, Bundle extras, in SyncOperation()
127 int reason, int source, Bundle extras, boolean allowParallelSyncs, in SyncOperation()
140 int reason, int source, Bundle extras, in SyncOperation()
277 int reason, source; in maybeCreateFromJobExtras() local
476 static String reasonToString(PackageManager pm, int reason) { in reasonToString()
/aosp12/frameworks/base/core/proto/android/os/
H A Dheader.proto31 optional string reason = 2; field
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DIBootstrapAuthenticationCallback.aidl26 void onAuthenticationFailure(int token, int reason); in onAuthenticationFailure()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DDelegateMessageCallback.java60 @SipDelegateManager.MessageFailureReason int reason); in onMessageSendFailure()

12345678910>>...72