Home
last modified time | relevance | path

Searched defs:CreatePlainTextData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpaste_data_impl.cpp74 void PasteDataImpl::CreatePlainTextData(std::string mimeType, CJValueType value) in CreatePlainTextData() function in OHOS::MiscServicesCj::PasteDataImpl
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp157 std::shared_ptr<PasteData> PasteboardClient::CreatePlainTextData(const std::string &text) in CreatePlainTextData() function in OHOS::MiscServices::PasteboardClient
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp136 napi_value PasteboardNapi::CreatePlainTextData(napi_env env, napi_value in) in CreatePlainTextData() function in OHOS::MiscServicesNapi::PasteboardNapi