Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpaste_data_impl.cpp51 CreateUriData(mimeType, value); in PasteDataImpl()
78 void PasteDataImpl::CreateUriData(std::string mimeType, CJValueType value) in CreateUriData() function in OHOS::MiscServicesCj::PasteDataImpl
80 value_ = PasteboardClient::GetInstance()->CreateUriData(OHOS::Uri(value.stringValue)); in CreateUriData()
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpaste_data_impl.h46 void CreateUriData(std::string mimeType, CJValueType value);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_napi.h43 static napi_value CreateUriData(napi_env env, napi_value in);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp105 // common function of CreateHtmlData, CreatePlainTextData, CreateUriData
150 napi_value PasteboardNapi::CreateUriData(napi_env env, napi_value in) in CreateUriData() function in OHOS::MiscServicesNapi::PasteboardNapi
152 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "CreateUriData is called!"); in CreateUriData()
159 obj->value_ = PasteboardClient::GetInstance()->CreateUriData(OHOS::Uri(str)); in CreateUriData()
455 return CreateUriData(env, argv[0]); in JScreateUriData()
580 { "text/uri", &PasteboardNapi::CreateUriData }, { "pixelMap", &PasteboardNapi::CreatePixelMapData },
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h133 * CreateUriData
138 std::shared_ptr<PasteData> CreateUriData(const OHOS::Uri &uri);
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp57 pasteData = PasteboardClient::GetInstance()->CreateUriData(Uri(str)); in FuzzPasteboardclient()
83 PasteboardClient::GetInstance()->CreateUriData(uri); in FuzzPasteboardclient()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_test.cpp128 auto newPasteData = PasteboardClient::GetInstance()->CreateUriData(uri); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp175 std::shared_ptr<PasteData> PasteboardClient::CreateUriData(const OHOS::Uri &uri) in CreateUriData() function in OHOS::MiscServices::PasteboardClient
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp520 auto data = PasteboardClient::GetInstance()->CreateUriData(uri); in HWTEST_F()

Completed in 8 milliseconds