Home
last modified time | relevance | path

Searched refs:CreateWantData (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpaste_data_impl.cpp56 CreateWantData(mimeType, value); in PasteDataImpl()
89 void PasteDataImpl::CreateWantData(std::string mimeType, CJValueType value) in CreateWantData() function in OHOS::MiscServicesCj::PasteDataImpl
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpaste_data_impl.h45 void CreateWantData(std::string mimeType, CJValueType value);
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp185 napi_value PasteboardNapi::CreateWantData(napi_env env, napi_value in) in CreateWantData() function in OHOS::MiscServicesNapi::PasteboardNapi
201 …obj->value_ = PasteboardClient::GetInstance()->CreateWantData(std::make_shared<AAFwk::Want>(want)); in CreateWantData()
428 return CreateWantData(env, argv[0]); in JScreateWantData()
591 { "text/want", &PasteboardNapi::CreateWantData }
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_napi.h55 static napi_value CreateWantData(napi_env env, napi_value in);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dtlv_object_test.cpp113 … auto pasteData1 = PasteboardClient::GetInstance()->CreateWantData(std::make_shared<Want>(wantIn));
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h145 std::shared_ptr<PasteData> CreateWantData(std::shared_ptr<OHOS::AAFwk::Want> want);
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp80 PasteboardClient::GetInstance()->CreateWantData(want); in FuzzPasteboardclient()
358 pasteData = PasteboardClient::GetInstance()->CreateWantData(std::make_shared<Want>(wantIn)); in FuzzPasteboardclientcreateData()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp149 std::shared_ptr<PasteData> PasteboardClient::CreateWantData(std::shared_ptr<OHOS::AAFwk::Want> want) in CreateWantData() function in OHOS::MiscServices::PasteboardClient
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp496 auto data = PasteboardClient::GetInstance()->CreateWantData(std::make_shared<Want>(wantIn));