Home
last modified time | relevance | path

Searched refs:AddUriRecord (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_napi.h44 static napi_value AddUriRecord(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data.h73 void AddUriRecord(const OHOS::Uri &uri);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp130 napi_value PasteDataNapi::AddUriRecord(napi_env env, napi_callback_info info) in AddUriRecord() function in OHOS::MiscServicesNapi::PasteDataNapi
132 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "AddUriRecord is called!"); in AddUriRecord()
150 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_JS_NAPI, "Get AddUriRecord object failed"); in AddUriRecord()
153 obj->value_->AddUriRecord(OHOS::Uri(str)); in AddUriRecord()
505 obj->value_->AddUriRecord(OHOS::Uri(str)); in AddRecord()
965 DECLARE_NAPI_FUNCTION("addTextRecord", AddTextRecord), DECLARE_NAPI_FUNCTION("addUriRecord", AddUriRecord), in PasteDataInit()
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H A Dclipboard_impl.cpp292 peData->GetPasteDataData()->AddUriRecord(OHOS::Uri(uri)); in AddImageRecord()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp179 pasteData->AddUriRecord(uri); in CreateUriData()
H A Dpaste_data.cpp152 void PasteData::AddUriRecord(const OHOS::Uri &uri) in AddUriRecord() function in OHOS::MiscServices::PasteData
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpasteboard_ffi.cpp596 pasteData->AddUriRecord(OHOS::Uri(realValue)); in FfiOHOSPasteDataAddMimeTypeRecord()

Completed in 8 milliseconds