Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dpaste_data_impl.cpp55 CreateWantData(mimeType, value); in PasteDataImpl()
88 void PasteDataImpl::CreateWantData(std::string mimeType, CJValueType value) {} in CreateWantData() function in OHOS::MiscServicesCj::PasteDataImpl
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpaste_data_impl.h48 void CreateWantData(std::string mimeType, CJValueType value);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_napi.h45 static napi_value CreateWantData(napi_env env, napi_value in);
/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
187 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "CreateWantData is called!"); in CreateWantData()
201 obj->value_ = PasteboardClient::GetInstance()->CreateWantData(std::make_shared<AAFwk::Want>(want)); in CreateWantData()
419 return CreateWantData(env, argv[0]); in JScreateWantData()
581 { "text/want", &PasteboardNapi::CreateWantData }
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dtlv_object_test.cpp106 auto pasteData1 = PasteboardClient::GetInstance()->CreateWantData(std::make_shared<Want>(wantIn)); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h141 * CreateWantData
146 std::shared_ptr<PasteData> CreateWantData(std::shared_ptr<OHOS::AAFwk::Want> want);
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp80 PasteboardClient::GetInstance()->CreateWantData(want); in FuzzPasteboardclient()
355 pasteData = PasteboardClient::GetInstance()->CreateWantData(std::make_shared<Want>(wantIn)); in FuzzPasteboardclientcreateData()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp151 std::shared_ptr<PasteData> PasteboardClient::CreateWantData(std::shared_ptr<OHOS::AAFwk::Want> want) in CreateWantData() function in OHOS::MiscServices::PasteboardClient
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp494 auto data = PasteboardClient::GetInstance()->CreateWantData(std::make_shared<Want>(wantIn)); in HWTEST_F()

Completed in 8 milliseconds