Home
last modified time | relevance | path

Searched refs:RemoveRecord (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_napi.h54 static napi_value RemoveRecord(napi_env env, napi_callback_info info);
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.h159 void RemoveRecord(const std::string& sceneId);
H A Dperf_monitor.cpp323 RemoveRecord(sceneId); in End()
442 void PerfMonitor::RemoveRecord(const std::string& sceneId) in RemoveRecord() function in OHOS::Ace::PerfMonitor
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp323 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_JS_NAPI, "Get RemoveRecord object failed"); in RemoveAndGetRecordCommon()
344 napi_value PasteDataNapi::RemoveRecord(napi_env env, napi_callback_info info) in RemoveRecord() function in OHOS::MiscServicesNapi::PasteDataNapi
346 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "RemoveRecord is called!"); in RemoveRecord()
976 DECLARE_NAPI_FUNCTION("removeRecord", RemoveRecord), DECLARE_NAPI_FUNCTION("replaceRecordAt", ReplaceRecordAt), in PasteDataInit()

Completed in 7 milliseconds