Searched refs:HangAnnotations (Results 1 – 11 of 11) sorted by relevance
40 using HangAnnotations = std::unordered_map<std::string, std::string>; member42 std::unique_ptr<HangAnnotations> data;51 HangType hangType, std::unique_ptr<HangAnnotations> data) in EventHangMetadata()63 void mergeAnnotations(std::unique_ptr<HangAnnotations> annotations) { in mergeAnnotations()65 data = std::make_unique<HangAnnotations>(); in mergeAnnotations()
52 using HangAnnotations = EventHangMetadata::HangAnnotations; variable90 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>113 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>143 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback;181 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>251 std::function<std::unique_ptr<HangAnnotations>()>(std::forward<F>(callback)); in setOnHangCallback()256 HealthWatchdogBuilder& setAnnotations(std::unique_ptr<HangAnnotations> annotations) { in setAnnotations()274 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> mOnHangCallback;
54 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback, in startMonitoringTask()
40 using HangAnnotations = std::unordered_map<std::string, std::string>; member42 std::unique_ptr<HangAnnotations> data;48 HangType hangType, std::unique_ptr<HangAnnotations> data) in EventHangMetadata()60 void mergeAnnotations(std::unique_ptr<HangAnnotations> annotations) { in mergeAnnotations()62 data = std::make_unique<HangAnnotations>(); in mergeAnnotations()
53 using HangAnnotations = EventHangMetadata::HangAnnotations; variable91 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>114 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>144 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback;182 std::optional<std::function<std::unique_ptr<HangAnnotations>()>>289 std::function<std::unique_ptr<HangAnnotations>()>(std::forward<F>(callback)); in setOnHangCallback()294 HealthWatchdogBuilder& setAnnotations(std::unique_ptr<HangAnnotations> annotations) { in setAnnotations()312 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> mOnHangCallback;
339 MockFunction<std::unique_ptr<HangAnnotations>()> mockCallback; in TEST_F()340 std::unique_ptr<HangAnnotations> testAnnotations = std::make_unique<HangAnnotations>(); in TEST_F()478 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback,495 MockFunction<std::unique_ptr<HangAnnotations>()> mockOnHangCallback; in TEST()560 MockFunction<std::unique_ptr<HangAnnotations>()> mockOnHangCallback; in TEST()561 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> actualOnHangCallback; in TEST()579 auto annotations = std::make_unique<HangAnnotations>(); in TEST()
62 std::optional<std::function<std::unique_ptr<HangAnnotations>()>> onHangAnnotationsCallback, in startMonitoringTask()
89 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkCreateInstance()222 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkDestroyInstance()333 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkEnumeratePhysicalDevices()484 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceFeatures()577 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceFormatProperties()678 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceImageFormatProperties()804 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceProperties()899 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceQueueFamilyProperties()1056 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetPhysicalDeviceMemoryProperties()1152 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in vkGetInstanceProcAddr()[all …]
443 std::unique_ptr<EventHangMetadata::HangAnnotations> renderThreadData = in main()444 std::make_unique<EventHangMetadata::HangAnnotations>(); in main()
676 auto annotations = std::make_unique<EventHangMetadata::HangAnnotations>(); in postWorkerFunc()
156 std::unique_ptr<EventHangMetadata::HangAnnotations> executionData = in decode()157 std::make_unique<EventHangMetadata::HangAnnotations>(); in decode()191 .setAnnotations(std::make_unique<EventHangMetadata::HangAnnotations>( in decode()196 std::make_unique<EventHangMetadata::HangAnnotations>(); in decode()