Home
last modified time | relevance | path

Searched defs:CreateWantData (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
Dpaste_data_impl.cpp91 void PasteDataImpl::CreateWantData(std::string mimeType, CJValueType value) {} in CreateWantData() function in OHOS::MiscServicesCj::PasteDataImpl
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
Dnapi_pasteboard.cpp189 napi_value PasteboardNapi::CreateWantData(napi_env env, napi_value in) in CreateWantData() function in OHOS::MiscServicesNapi::PasteboardNapi
/foundation/distributeddatamgr/pasteboard/interfaces/ani/src/
Dpasteboard_ani.cpp641 static ani_object CreateWantData([[maybe_unused]] ani_env *env, ani_object union_obj) in CreateWantData() function
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
Dpasteboard_client.cpp151 std::shared_ptr<PasteData> PasteboardClient::CreateWantData(std::shared_ptr<OHOS::AAFwk::Want> want) in CreateWantData() function in OHOS::MiscServices::PasteboardClient