Searched refs:DebugStore (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | DebugStoreTest.java | 53 @DisabledOnRavenwood(blockedBy = DebugStore.class) 58 @Mock private DebugStore.DebugStoreNative mDebugStoreNativeMock; 65 DebugStore.setDebugStoreNative(mDebugStoreNativeMock); in setUp() 77 long eventId = DebugStore.recordServiceOnStart(1, 0, intent); in testRecordServiceOnStart() 97 long eventId = DebugStore.recordServiceCreate(serviceInfo); in testRecordServiceCreate() 115 long eventId = DebugStore.recordServiceBind(true, intent); in testRecordServiceBind() 128 DebugStore.recordGoAsync(3840 /* 0xf00 */); in testRecordGoAsync() 143 DebugStore.recordFinish(3840 /* 0xf00 */); in testRecordFinish() 158 DebugStore.recordLongLooperMessage(100, "androidHandler", 500L); in testRecordLongLooperMessage() 177 long eventId = DebugStore.recordBroadcastReceive(intent, 3840 /* 0xf00 */); in testRecordBroadcastReceive() [all …]
|
D | OWNERS | 5 per-file *DebugStore* = file:/core/java/com/android/internal/os/DEBUG_STORE_OWNERS
|
/frameworks/native/libs/debugstore/rust/src/ |
D | core.rs | 27 static INSTANCE: LazyLock<DebugStore> = LazyLock::new(DebugStore::new); 30 pub struct DebugStore { struct 34 event_store: Storage<Event, { DebugStore::DEFAULT_EVENT_LIMIT }>, argument 37 impl DebugStore { implementation 61 pub fn get_instance() -> &'static DebugStore { in get_instance() 124 impl fmt::Display for DebugStore { implementation 154 let debug_store = DebugStore::new(); in test_begin_event() 165 let debug_store = DebugStore::new(); in test_unique_event_ids() 173 let debug_store = DebugStore::new(); in test_end_event() 192 let debug_store = DebugStore::new(); in test_event_data_handling()
|
D | lib.rs | 48 DebugStore::get_instance().to_string() in debug_store_to_string() 52 DebugStore::get_instance().record(name.to_string_lossy().into_owned(), cxx_vec_to_pairs(data)); in debug_store_record() 56 DebugStore::get_instance().begin(name.to_string_lossy().into_owned(), cxx_vec_to_pairs(data)) in debug_store_begin() 60 DebugStore::get_instance().end(id, cxx_vec_to_pairs(data)); in debug_store_end()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | DebugStore.java | 46 public class DebugStore { class 304 long id = DebugStore.beginEventNative(eventName, attributes); in beginEvent() 318 DebugStore.endEventNative(id, attributes); in endEvent() 326 DebugStore.recordEventNative(eventName, attributes); in recordEvent()
|
D | OWNERS | 5 per-file *DebugStore* = file:DEBUG_STORE_OWNERS
|
/frameworks/base/core/java/android/content/ |
D | BroadcastReceiver.java | 37 import com.android.internal.os.DebugStore; 266 DebugStore.recordFinish(System.identityHashCode(this)); in finish() 447 DebugStore.recordGoAsync(System.identityHashCode(res)); in goAsync()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 243 import com.android.internal.os.DebugStore; 1155 debugStoreId = DebugStore.recordScheduleReceiver(); in scheduleReceiver() 1164 DebugStore.recordEventEnd(debugStoreId); in scheduleReceiver() 1515 debugStoreId = DebugStore.recordScheduleRegisteredReceiver(); in scheduleRegisteredReceiver() 1542 DebugStore.recordEventEnd(debugStoreId); in scheduleRegisteredReceiver() 2543 DebugStore.recordHandleBindApplication(); in handleMessage() 2548 DebugStore.recordEventEnd(debugStoreId); in handleMessage() 2572 DebugStore.recordBroadcastReceive( in handleMessage() 2581 DebugStore.recordEventEnd(debugStoreId); in handleMessage() 2593 debugStoreId = DebugStore.recordServiceCreate(createServiceData.info); in handleMessage() [all …]
|
D | LoadedApk.java | 64 import com.android.internal.os.DebugStore; 1826 DebugStore.recordBroadcastReceiveReg( in getRunnable() 1853 DebugStore.recordEventEnd(debugStoreId); in getRunnable()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 22305 HSPLcom/android/internal/os/DebugStore$DebugStoreNativeImpl;->beginEvent(Ljava/lang/String;Ljava/ut… 22306 HSPLcom/android/internal/os/DebugStore$DebugStoreNativeImpl;->endEvent(JLjava/util/List;)V 22307 HSPLcom/android/internal/os/DebugStore$DebugStoreNativeImpl;->recordEvent(Ljava/lang/String;Ljava/u… 22308 HSPLcom/android/internal/os/DebugStore;->-$$Nest$smbeginEventNative(Ljava/lang/String;Ljava/util/Li… 22309 HSPLcom/android/internal/os/DebugStore;->-$$Nest$smendEventNative(JLjava/util/List;)V 22310 HSPLcom/android/internal/os/DebugStore;->-$$Nest$smrecordEventNative(Ljava/lang/String;Ljava/util/L… 22311 …DebugStore;->recordBroadcastHandleReceiver(Landroid/content/Intent;)J+]Landroid/content/Intent;Lan… 22312 …oid/internal/os/DebugStore;->recordEventEnd(J)V+]Lcom/android/internal/os/DebugStore$DebugStoreNat… 22313 …rnal/os/DebugStore;->recordFinish(Ljava/lang/String;)V+]Lcom/android/internal/os/DebugStore$DebugS… 22314 …rnal/os/DebugStore;->recordGoAsync(Ljava/lang/String;)V+]Lcom/android/internal/os/DebugStore$Debug… [all …]
|
D | preloaded-classes | 11775 com.android.internal.os.DebugStore$DebugStoreNative 11776 com.android.internal.os.DebugStore$DebugStoreNativeImpl 11777 com.android.internal.os.DebugStore
|
/frameworks/base/config/ |
D | preloaded-classes | 11811 com.android.internal.os.DebugStore$DebugStoreNative 11812 com.android.internal.os.DebugStore$DebugStoreNativeImpl 11813 com.android.internal.os.DebugStore
|