/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityServiceConnectionImpl.java | 39 IAccessibilityInteractionConnectionCallback callback, int flags, long threadId, in findAccessibilityNodeInfoByAccessibilityId() 46 IAccessibilityInteractionConnectionCallback callback, long threadId) { in findAccessibilityNodeInfosByText() 52 IAccessibilityInteractionConnectionCallback callback, long threadId) { in findAccessibilityNodeInfosByViewId() 58 long threadId) { in findFocus() 64 long threadId) { in focusSearch() 70 IAccessibilityInteractionConnectionCallback callback, long threadId) { in performAccessibilityAction() 168 long threadId, int callingUid, Bundle callingStack) {} in logTrace() 171 int processId, long threadId, int callingUid, Bundle serializedCallingStackInBundle) {} in logTrace()
|
/aosp12/frameworks/base/core/java/android/accessibilityservice/ |
H A D | IAccessibilityServiceConnection.aidl | 44 IAccessibilityInteractionConnectionCallback callback, int flags, long threadId, in findAccessibilityNodeInfoByAccessibilityId() 49 long threadId); in findAccessibilityNodeInfosByText() 53 IAccessibilityInteractionConnectionCallback callback, long threadId); in findAccessibilityNodeInfosByViewId() 56 int interactionId, IAccessibilityInteractionConnectionCallback callback, long threadId); in findFocus() 59 int interactionId, IAccessibilityInteractionConnectionCallback callback, long threadId); in focusSearch() 63 IAccessibilityInteractionConnectionCallback callback, long threadId); in performAccessibilityAction() 122 int processId, long threadId, int callingUid, in Bundle serializedCallingStackInBundle); in logTrace()
|
/ohos5.0/base/security/security_guard/frameworks/js/napi/ |
H A D | napi_security_event_querier.cpp | 145 const std::vector<SecurityCollector::SecurityEvent> &napiEvents) { in OnQuery() 200 }, [this] (pid_t threadId) { in OnComplete() 228 }, [this] (pid_t threadId) { in OnError()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_querier.cpp | 58 [this, sysEvents, seq] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnQuery() 81 [this, reason, total, seq] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnComplete() 101 }, [this] (pid_t threadId) { in OnComplete()
|
H A D | napi_hisysevent_listener.cpp | 57 …main, eventName, eventType, eventDetail] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnEvent() 81 [this] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnServiceDied()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/ |
H A D | SessionManager.java | 142 int threadId = getCallingThreadId(); in startSession() local 171 int threadId = getCallingThreadId(); in startExternalSession() local 219 int threadId = getCallingThreadId(); in createSubsession() local 255 int threadId = getCallingThreadId(); in getExternalSession() local 312 int threadId = getCallingThreadId(); in endSession() local
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
H A D | ReadWriteDraftMessageActionTest.java | 64 final long threadId = 1234567; in testWriteDraft() local 109 final String participantNumber, final long threadId, final boolean senderBlocked) { in getOrCreateConversation() 123 final long threadId = 1234567; in testReadDraft() local 164 long threadId = 1234567; in testReadDraftForNewConversation() local 282 final long threadId = 1234567; in testUpdateDraft() local 331 final long threadId = 1234599; in testBugleDatabaseDraftOperations() local
|
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/ |
H A D | loc_stub_android_runtime.cpp | 36 pthread_t threadId = 0; in createJavaThread() local
|
/aosp12/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/ |
H A D | loc_stub_android_runtime.cpp | 36 pthread_t threadId = 0; in createJavaThread() local
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/ |
H A D | loc_stub_android_runtime.cpp | 36 pthread_t threadId = 0; in createJavaThread() local
|
/aosp12/frameworks/base/tools/preload/ |
H A D | Proc.java | 90 void startOperation(int threadId, LoadedClass loadedClass, long time, in startOperation() 116 Operation endOperation(int threadId, String className, in endOperation()
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | _hi_debug___thread_cpu_usage.md | 46 ### threadId subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/ |
H A D | _hi_debug___thread_cpu_usage.md | 46 ### threadId subsection
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/ |
H A D | rpc_process_skeleton.c | 117 static SocketThreadLockInfo *QueryThreadLockInfo(pthread_t threadId) in QueryThreadLockInfo() 147 void AddDataThreadInWait(pthread_t threadId) in AddDataThreadInWait() 186 void WakeUpDataThread(pthread_t threadId) in WakeUpDataThread() 216 ThreadProcessInfo *PopDataInfoFromThread(pthread_t threadId) in PopDataInfoFromThread()
|
/aosp12/hardware/interfaces/gnss/1.0/default/ |
H A D | ThreadCreationWrapper.cpp | 28 pthread_t threadId; in createPthread() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
H A D | PduCacheEntry.java | 27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/ |
H A D | PduCacheEntry.java | 30 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
|
/aosp12/art/tools/dmtracedump/ |
H A D | createtesttrace.cc | 63 int32_t threadId; member 134 int32_t threadId = strtoul(cp, &cp, 0); in parseInputFile() local 159 uint32_t threadId; in parseInputFile() local 329 void writeDataRecord(FILE* dataFp, int32_t threadId, uint32_t methodVal, uint32_t elapsedTime) { in writeDataRecord()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/ |
H A D | rpc_process_skeleton.h | 50 pthread_t threadId; member 63 pthread_t threadId; member 75 pthread_t threadId; member 99 pthread_t threadId; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_runner.cpp | 72 auto threadId = std::this_thread::get_id(); in ReclaimCurrentThread() local 106 auto threadId = thread->get_id(); in Deposit() local 171 auto threadId = it->first; in DoReclaimLocked() local 200 auto threadId = reclaims_.back(); in Run() local
|
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | TelephonyBackupAgentTest.java | 344 int status, int type, long threadId, in createSmsRow() 372 int bodyCharset, String[] addresses, long threadId, in createMmsRow() 1002 public void setArchived(int threadId) { in setArchived() 1006 private String getSpaceSepIds(int threadId) { in getSpaceSepIds() 1026 final int threadId = Integer.parseInt(selectionArgs[0]); in query() local 1037 final int threadId = Integer.parseInt(segments.get(segments.size() - 2)); in query() local 1060 final int threadId = in query() local 1077 final int threadId = Integer.parseInt(selectionArgs[0]); in update() local
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
H A D | napi_callback_context.h | 34 pid_t threadId; member
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | SyncManager.java | 334 public synchronized ConversationCustomization getCustomizationForThread(final long threadId) { in getCustomizationForThread() 421 final long threadId, int refSubId, final ConversationCustomization customization) { in getOrCreateConversation() 465 public synchronized List<String> getThreadRecipients(final long threadId) { in getThreadRecipients()
|
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/ |
H A D | rpc_socket_trans.c | 176 pthread_t threadId; in OpenTcpServerSocket() local 197 pthread_t threadId; in StartListen() local 279 pthread_t threadId; in Connect() local
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/common/ |
H A D | js_callback_object.cpp | 23 JSCallbackObject::JSCallbackObject(napi_env env, napi_value callback, std::thread::id threadId) in JSCallbackObject()
|