Home
last modified time | relevance | path

Searched refs:GetCustomData (Results 1 - 12 of 12) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_record_adapter_impl.h49 void GetCustomData(void* data) override;
H A Dark_paste_data_record_adapter_impl.cpp112 void ArkPasteDataRecordAdapterImpl::GetCustomData(void* data) in GetCustomData() function in OHOS::ArkWeb::ArkPasteDataRecordAdapterImpl
114 std::shared_ptr<NWeb::PasteCustomData> custom = real_->GetCustomData(); in GetCustomData()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getimgdata_fuzzer/
H A Dgetimgdata_fuzzer.cpp34 dataRecordAdapterImpl->GetCustomData(); in GetImgDataFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_record_adapter_wrapper.cpp117 std::shared_ptr<NWeb::PasteCustomData> ArkPasteDataRecordAdapterWrapper::GetCustomData() in GetCustomData() function in OHOS::OHOS::ArkWeb::ArkPasteDataRecordAdapterWrapper
120 ctocpp_->GetCustomData((void*)&result); in GetCustomData()
H A Dark_paste_data_record_adapter_wrapper.h49 std::shared_ptr<NWeb::PasteCustomData> GetCustomData() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h152 virtual void GetCustomData(void* data) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h142 virtual std::shared_ptr<PasteCustomData> GetCustomData() = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h54 std::shared_ptr<PasteCustomData> GetCustomData() override;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp309 std::shared_ptr<PasteCustomData> PasteDataRecordAdapterImpl::GetCustomData() in GetCustomData() function in OHOS::NWeb::PasteDataRecordAdapterImpl
314 auto customData = record_->GetCustomData(); in GetCustomData()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp983 * @tc.desc: Test the GetCustomData.
994 std::shared_ptr<PasteCustomData> customData = g_datarecord->GetCustomData(); in HWTEST_F()
1000 customData = g_datarecord->GetCustomData(); in HWTEST_F()
1005 customData = g_pasternull->GetCustomData(); in HWTEST_F()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account.h78 static napi_value GetCustomData(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp83 DECLARE_NAPI_FUNCTION("getCustomData", GetCustomData),
834 napi_value NapiAppAccount::GetCustomData(napi_env env, napi_callback_info cbInfo) in GetCustomData() function in OHOS::AccountJsKit::NapiAppAccount

Completed in 9 milliseconds