Home
last modified time | relevance | path

Searched refs:SetCustomData (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/setcustomdata_fuzzer/
Dsetcustomdata_fuzzer.cpp30 dataRecordAdapterImpl->SetCustomData(testData); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h116 virtual bool SetCustomData(PasteCustomData& data) = 0;
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp868 bool reset = g_datarecordnull->SetCustomData(testData);
870 reset = g_datarecord->SetCustomData(emptyTestData);
872 reset = g_datarecord->SetCustomData(testData);
916 g_datarecord->SetCustomData(testData);
922 g_datarecord->record_ = g_datarecord->builder_->SetCustomData(nullptr).Build();
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
Dpasteboard_client_adapter_impl.h47 bool SetCustomData(PasteCustomData& data) override;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp112 bool PasteDataRecordAdapterImpl::SetCustomData(PasteCustomData& data) in SetCustomData() function in OHOS::NWeb::PasteDataRecordAdapterImpl
123 record_ = builder_->SetCustomData(customData).Build(); in SetCustomData()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h77 static napi_value SetCustomData(napi_env env, napi_callback_info cbinfo);
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp99 DECLARE_NAPI_FUNCTION("setCustomData", SetCustomData), in Init()
716 napi_value NapiAppAccount::SetCustomData(napi_env env, napi_callback_info cbInfo) in SetCustomData() function in OHOS::AccountJsKit::NapiAppAccount