Home
last modified time | relevance | path

Searched refs:GetRecord (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAnimatorSceneDataProcessor.cpp87 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in ProcessSceneData()
115 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in HasStartPoint()
127 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in AllPointsReceived()
143 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in SaveAnimatorPoint()
184 AnimatorRecord* AnimatorSceneDataProcessor::GetRecord(const int32_t uniqueId) in GetRecord() function in OHOS::HiviewDFX::AnimatorSceneDataProcessor
H A DAppLaunchSceneDataProcessor.cpp81 AppStartRecord record = GetRecord(bundleName); in ProcessSceneData()
149 AppStartRecord record = GetRecord(bundleName); in SaveCheckPoint()
233 AppStartRecord record = GetRecord(bundleName); in AllPointsReceived()
276 AppStartRecord record = GetRecord(bundleName); in CalcMetrics()
354 AppStartRecord record = GetRecord(bundleName); in ReportConditionMet()
359 AppStartRecord AppLaunchSceneDataProcessor::GetRecord(const std::string& bundleName) in GetRecord() function in OHOS::HiviewDFX::AppLaunchSceneDataProcessor
415 AppStartRecord record = GetRecord(data.bundleName); in CheckOutExistStartPoint()
H A DAnimatorSceneDataProcessor.h47 AnimatorRecord* GetRecord(const int32_t uniqueId);
H A DAppLaunchSceneDataProcessor.h71 AppStartRecord GetRecord(const std::string& bundleName);
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getimgdata_fuzzer/
H A Dgetimgdata_fuzzer.cpp37 dataRecordAdapterImpl->GetRecord(); in GetImgDataFuzzTest()
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h51 std::shared_ptr<MiscServices::PasteDataRecord> GetRecord();
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp335 std::shared_ptr<PasteDataRecord> PasteDataRecordAdapterImpl::GetRecord() in GetRecord() function in OHOS::NWeb::PasteDataRecordAdapterImpl
490 recordList.push_back(rawRecord->GetRecord()); in SetPasteData()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp337 * @tc.desc: Test the GetRecord.
344 std::shared_ptr<PasteDataRecord> record = g_paster->GetRecord(); in HWTEST_F()
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp195 string GetRecord(HiTraceId hiTraceId) in GetRecord() function
231 chainStr = GetRecord(*hiTraceId); in GetTraceResult()

Completed in 8 milliseconds