/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
H A D | IWifiAwareEventCallback.aidl | 29 void onConnectFail(int reason); in onConnectFail()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
H A D | IpaEventRelay.cpp | 53 void IpaEventRelay::onOffloadStopped(StoppedReason reason) { in onOffloadStopped()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
H A D | IpaEventRelay.cpp | 53 void IpaEventRelay::onOffloadStopped(StoppedReason reason) { in onOffloadStopped()
|
/aosp12/system/bt/packet/avrcp/ |
H A D | general_reject_packet.cc | 22 std::unique_ptr<GeneralRejectBuilder> GeneralRejectBuilder::MakeBuilder(Status reason) { in MakeBuilder()
|
H A D | avrcp_reject_packet.cc | 23 Status reason) { in MakeBuilder()
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | WifiConnectListener.java | 41 public void onFailure(int reason) { in onFailure()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IOptionsRequestCallback.aidl | 40 void respondToCapabilityRequestWithError(int code, String reason); in respondToCapabilityRequestWithError()
|
H A D | IOptionsResponseCallback.aidl | 28 void onNetworkResponse(int code, String reason, in List<String> theirCaps); in onNetworkResponse()
|
H A D | SipDelegateAidlWrapper.java | 132 public void onMessageSendFailure(String viaTransactionId, int reason) { in onMessageSendFailure() 200 private void notifyLocalMessageFailedToBeReceived(SipMessage m, int reason) { in notifyLocalMessageFailedToBeReceived()
|
H A D | ISipDelegateMessageCallback.aidl | 29 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 D | RegistrationStateChangeCallback.java | 39 void onFailure(String reason); in onFailure()
|
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
H A D | Documentation.h | 51 void partialTest(const std::string& reason) { in partialTest()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
H A D | SipTransportController.java | 209 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 D | websocket_exec.cpp | 92 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 D | ForcedResizableInfoActivityController.java | 65 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 D | TranscodeHelper.java | 27 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 D | TranscodeHelperNoOp.java | 29 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 D | client_trans_udp_virtual.c | 45 int32_t TransOnUdpChannelClosed(int32_t channelId, ShutdownReason reason) in TransOnUdpChannelClosed() 51 int32_t ClientTransCloseUdpChannel(int32_t channelId, ShutdownReason reason) in ClientTransCloseUdpChannel()
|
H A D | client_trans_udp_manager.c | 371 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 D | disc_sdk_only_l2_test.cpp | 93 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 D | resourcce_request.h | 35 … const 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 D | SyncOperation.java | 73 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 D | header.proto | 31 optional string reason = 2; field
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | IBootstrapAuthenticationCallback.aidl | 26 void onAuthenticationFailure(int token, int reason); in onAuthenticationFailure()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | DelegateMessageCallback.java | 60 @SipDelegateManager.MessageFailureReason int reason); in onMessageSendFailure()
|