/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchSceneDataProcessor.cpp | 95 DeleteRecord(bundleName); in ProcessSceneData() 111 DeleteRecord(name); in HandleTimeoutInMainThr() 362 void AppLaunchSceneDataProcessor::DeleteRecord(const std::string& bundleName) in DeleteRecord() function in AppLaunchSceneDataProcessor 364 db->DeleteRecord(bundleName); in DeleteRecord() 421 db->DeleteRecord(data.bundleName); in CheckOutExistStartPoint()
|
H A D | AnimatorSceneDataProcessor.cpp | 92 DeleteRecord(evt->animatorInfo.basicInfo.uniqueId); in ProcessSceneData() 191 void AnimatorSceneDataProcessor::DeleteRecord(const int32_t uniqueId) in DeleteRecord() function in AnimatorSceneDataProcessor
|
H A D | AnimatorSceneDataProcessor.h | 39 void DeleteRecord(const int32_t uniqueId) override;
|
H A D | AppLaunchSceneDataProcessor.h | 70 void DeleteRecord(const std::string& bundleName);
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_convertor.cpp | 69 void HiSysEventRecordConvertor::DeleteRecord(HiSysEventRecordC& record) in DeleteRecord() function in OHOS::HiviewDFX::HiSysEventRecordConvertor 83 DeleteRecord(realRs[i]); in DeleteRecords()
|
H A D | hisysevent_listener_c.cpp | 40 HiSysEventRecordConvertor::DeleteRecord(record); in OnEvent()
|
H A D | libhisyseventmanager.map | 24 "OHOS::HiviewDFX::HiSysEventRecordConvertor::DeleteRecord(HiSysEventRecord&)";
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/persistence/ |
H A D | AppLaunchSceneDbAdapter.h | 25 void DeleteRecord(const std::string& bundleName) override;
|
H A D | AppLaunchSceneDbAdapter.cpp | 28 void AppLaunchSceneDbAdapter::DeleteRecord(const std::string& bundleName) in DeleteRecord() function in AppLaunchSceneDbAdapter
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record_convertor.h | 29 static void DeleteRecord(HiSysEventRecordC& record);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/ |
H A D | IAnimatorSceneDataProcessor.h | 53 virtual void DeleteRecord(const int32_t uniqueId) = 0;
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
H A D | hisysevent_rust_listener.cpp | 50 HiSysEventRecordConvertor::DeleteRecord(record); in OnEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/ |
H A D | IAppLaunchSceneDb.h | 191 virtual void DeleteRecord(const std::string& bundleName) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.h | 359 static int DeleteRecord(sqlite3 *db, const std::string &tableName,
|
H A D | distributeddb_tools_unit_test.cpp | 1447 int RelationalTestUtils::DeleteRecord(sqlite3 *db, const std::string &tableName, in DeleteRecord() function in DistributedDBUnitTest::RelationalTestUtils
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_assets_operation_sync_test.cpp | 798 RelationalTestUtils::DeleteRecord(db_, tableName_, conditions);
|