Home
last modified time | relevance | path

Searched refs:DeleteRecord (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.cpp95 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 DAnimatorSceneDataProcessor.cpp92 DeleteRecord(evt->animatorInfo.basicInfo.uniqueId); in ProcessSceneData()
191 void AnimatorSceneDataProcessor::DeleteRecord(const int32_t uniqueId) in DeleteRecord() function in AnimatorSceneDataProcessor
H A DAnimatorSceneDataProcessor.h39 void DeleteRecord(const int32_t uniqueId) override;
H A DAppLaunchSceneDataProcessor.h70 void DeleteRecord(const std::string& bundleName);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_convertor.cpp69 void HiSysEventRecordConvertor::DeleteRecord(HiSysEventRecordC& record) in DeleteRecord() function in OHOS::HiviewDFX::HiSysEventRecordConvertor
83 DeleteRecord(realRs[i]); in DeleteRecords()
H A Dhisysevent_listener_c.cpp40 HiSysEventRecordConvertor::DeleteRecord(record); in OnEvent()
H A Dlibhisyseventmanager.map24 "OHOS::HiviewDFX::HiSysEventRecordConvertor::DeleteRecord(HiSysEventRecord&)";
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/persistence/
H A DAppLaunchSceneDbAdapter.h25 void DeleteRecord(const std::string& bundleName) override;
H A DAppLaunchSceneDbAdapter.cpp28 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 Dhisysevent_record_convertor.h29 static void DeleteRecord(HiSysEventRecordC& record);
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAnimatorSceneDataProcessor.h53 virtual void DeleteRecord(const int32_t uniqueId) = 0;
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_rust_listener.cpp50 HiSysEventRecordConvertor::DeleteRecord(record); in OnEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h191 virtual void DeleteRecord(const std::string& bundleName) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.h359 static int DeleteRecord(sqlite3 *db, const std::string &tableName,
H A Ddistributeddb_tools_unit_test.cpp1447 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 Ddistributeddb_cloud_assets_operation_sync_test.cpp798 RelationalTestUtils::DeleteRecord(db_, tableName_, conditions);