Home
last modified time | relevance | path

Searched refs:GetDataSource (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/
H A Dsystem_pasteboard_impl.cpp126 std::string SystemPasteboardImpl::GetDataSource() in GetDataSource() function in OHOS::MiscServicesCj::SystemPasteboardImpl
129 PasteboardClient::GetInstance()->GetDataSource(res); in GetDataSource()
H A Dpasteboard_ffi.cpp959 std::string res = instance->GetDataSource(); in FfiOHOSSystemPasteboardGetDataSource()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dsystem_pasteboard_impl.h40 std::string GetDataSource();
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_service.h37 virtual int32_t GetDataSource(std::string &bundleName) = 0;
H A Dpasteboard_service.h113 virtual int32_t GetDataSource(std::string &bundleNme) override;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h38 virtual int32_t GetDataSource(std::string &bundleName) override;
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h273 int32_t GetDataSource(std::string &bundleName);
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/
H A Doh_pasteboard.cpp174 auto ret = PasteboardClient::GetInstance()->GetDataSource(bundleName); in OH_Pasteboard_GetDataSource()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp588 int32_t PasteboardClient::GetDataSource(std::string &bundleName) in GetDataSource() function in OHOS::MiscServices::PasteboardClient
595 int32_t ret = proxyService->GetDataSource(bundleName); in GetDataSource()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dsystempasteboard_napi.h276 static napi_value GetDataSource(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp796 napi_value SystemPasteboardNapi::GetDataSource(napi_env env, napi_callback_info info) in GetDataSource() function in OHOS::MiscServicesNapi::SystemPasteboardNapi
802 auto ret = PasteboardClient::GetInstance()->GetDataSource(bundleName); in GetDataSource()
1032 DECLARE_NAPI_FUNCTION("getDataSource", GetDataSource), in SystemPasteboardInit()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp333 auto ret = GetDataSource(bundleName); in OnGetDataSource()
H A Dpasteboard_service_proxy.cpp309 int32_t PasteboardServiceProxy::GetDataSource(std::string &bundleName) in GetDataSource() function in OHOS::MiscServices::PasteboardServiceProxy
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp214 PasteboardClient::GetInstance()->GetDataSource(bundlename); in FuzzPasteData002()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_test.cpp292 PasteboardClient::GetInstance()->GetDataSource(bundleName);
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1454 int32_t PasteboardService::GetDataSource(std::string &bundleName) in GetDataSource() function in OHOS::MiscServices::PasteboardService