/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | FalsingClassifier.java | 42 protected Result falsed(double confidence, String reason) { in falsed() 177 private Result(boolean falsed, double confidence, String context, String reason) { in Result() 199 public static Result falsed(double confidence, String context, String reason) { in falsed()
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/ |
H A D | net_websocket_type.h | 53 const char *reason; member 66 const char *reason; member 92 const char *reason; member
|
/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()
|
/aosp14/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | IHdmiVendorCommandListener.aidl | 27 void onControlStateChanged(boolean enabled, int reason); in onControlStateChanged()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | ISipTransport.aidl | 31 void destroySipDelegate(ISipDelegate delegate, int reason); in destroySipDelegate()
|
H A D | SipDelegateAidlWrapper.java | 145 public void onMessageSendFailure(String viaTransactionId, int reason) { in onMessageSendFailure() 214 private void notifyLocalMessageFailedToBeReceived(SipMessage m, int reason) { in notifyLocalMessageFailedToBeReceived()
|
H A D | SipDelegateConnectionAidlWrapper.java | 202 public void notifyMessageReceiveError(String viaTransactionId, int reason) { in notifyMessageReceiveError() 279 private void notifyLocalMessageFailedToSend(SipMessage m, int reason) { in notifyLocalMessageFailedToSend()
|
H A D | RcsOptionsResponseAidlWrapper.java | 47 public void onNetworkResponse(int code, String reason, List<String> theirCaps) in onNetworkResponse()
|
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/ |
H A D | IGroupCallCallback.aidl | 24 void onGroupCallStateChanged(int state, int reason); in onGroupCallStateChanged()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | FaceAuthReasonTest.kt | 31 val reason = it.call() regex
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | launch_param.cpp | 25 int32_t reason = 0; in ReadFromParcel() local
|
/ohos5.0/foundation/distributedhardware/distributed_input/test/fuzztest/dinputonsessionclosed_fuzzer/ |
H A D | dinputonsessionclosed_fuzzer.cpp | 38 ShutdownReason reason = SHUTDOWN_REASON_UNKNOWN; in OnSessionClosedFuzzTest() local
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/avtransonsessionclosed_fuzzer/ |
H A D | avtransonsessionclosed_fuzzer.cpp | 33 ShutdownReason reason = *(reinterpret_cast<const ShutdownReason*>(data)); in AVTransOnSessionClosedFuzzTest() local
|
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/ |
H A D | wakeup_action_sources.cpp | 24 SuspendDeviceType WakeupActionSources::mapSuspendDeviceType(const std::string& reason) in mapSuspendDeviceType()
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/ |
H A D | device_state_action_native_test.cpp | 62 StateChangeReason reason = StateChangeReason::STATE_CHANGE_REASON_INIT; variable
|
/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 …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStartController.java | 133 ActivityStarter obtainStarter(Intent intent, String reason) { in obtainStarter() 167 void startHomeActivity(Intent intent, ActivityInfo aInfo, String reason, in startHomeActivity() 265 int realCallingPid, int realCallingUid, String reason) { in checkTargetUser() 278 int startFlags, SafeActivityOptions options, int userId, Task inTask, String reason, in startActivityInPackage() 346 final String reason = "startActivityInPackage"; in startActivitiesInPackage() local 360 int userId, String reason, PendingIntentRecord originatingPendingIntent, in startActivities()
|
/aosp14/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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityView.java | 128 void onResume(int reason); in onResume() 143 void showPromptReason(int reason); in showPromptReason()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewarePermission.java | 125 void enforcePermissionsForDataDelivery(@NonNull Identity identity, @NonNull String reason) { in enforcePermissionsForDataDelivery() 142 @NonNull String permission, @NonNull String reason) { in enforcePermissionForDataDelivery() 153 @NonNull Identity identity, @NonNull String reason) { in enforceSoundTriggerRecordAudioPermissionForDataDelivery() 352 private void enforcePermissions(String reason) { in enforcePermissions()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dms_continue_send_manager.cpp | 114 void DMSContinueSendMgr::PostUnfocusedTaskWithDelay(const int32_t missionId, UnfocusedReason reason) in PostUnfocusedTaskWithDelay() 138 void DMSContinueSendMgr::NotifyMissionFocused(const int32_t missionId, FocusedReason reason) in NotifyMissionFocused() 172 void DMSContinueSendMgr::NotifyMissionUnfocused(const int32_t missionId, UnfocusedReason reason) in NotifyMissionUnfocused() 279 int32_t DMSContinueSendMgr::DealFocusedBusiness(const int32_t missionId, FocusedReason reason) in DealFocusedBusiness() 375 int32_t DMSContinueSendMgr::DealUnfocusedBusiness(const int32_t missionId, UnfocusedReason reason) in DealUnfocusedBusiness() 419 const UnfocusedReason& reason) in EraseFocusedMission() 740 UnfocusedReason reason, uint16_t& bundleNameId, uint8_t& continueTypeId) in GetAccessTokenIdSendEvent()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ShutdownActivity.java | 44 final String reason = mUserRequested in onCreate() local
|