Home
last modified time | relevance | path

Searched refs:SetUri (Results 1 - 25 of 28) sorted by relevance

12

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_record_adapter_impl.h43 bool SetUri(const ArkWebString& uriString) override;
H A Dark_paste_data_record_adapter_impl.cpp94 bool ArkPasteDataRecordAdapterImpl::SetUri(const ArkWebString& uriString) in SetUri() function in OHOS::ArkWeb::ArkPasteDataRecordAdapterImpl
96 return real_->SetUri(ArkWebStringStructToClass(uriString)); in SetUri()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/
H A Dseturi_fuzzer.cpp34 dataRecordAdapterImpl->SetUri(uriString); in SetUriFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_record_adapter_wrapper.cpp97 bool ArkPasteDataRecordAdapterWrapper::SetUri(const std::string& uriString) in SetUri() function in OHOS::OHOS::ArkWeb::ArkPasteDataRecordAdapterWrapper
100 bool result = ctocpp_->SetUri(str); in SetUri()
H A Dark_paste_data_record_adapter_wrapper.h43 bool SetUri(const std::string& uriString) override;
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dmessage_user.h79 void SetUri(const Uri &uri);
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
H A Dmessageuser_fuzzer.cpp38 // test SetUri function in DoSomethingInterestingWithMyAPI()
40 messageUser.SetUri(uri); in DoSomethingInterestingWithMyAPI()
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h45 void SetUri(const std::string &uri);
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h143 virtual bool SetUri(const ArkWebString& uriString) = 0;
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_kits_test.cpp221 want.SetUri(DLP_FILE_URI); in HWTEST_F()
423 want.SetUri(PLAIN_FILE_URI); in HWTEST_F()
425 want.SetUri(DLP_FILE_URI_2); in HWTEST_F()
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp131 void PrinterInfo::SetUri(const std::string &uri) in SetUri() function in OHOS::Print::PrinterInfo
302 right.SetUri(parcel.ReadString()); in ReadFromParcel()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp912 * @tc.desc: Test the SetUri.
922 bool reset = g_datarecordnull->SetUri(testUri); in HWTEST_F()
924 reset = g_datarecord->SetUri(emptyTestUri); in HWTEST_F()
926 reset = g_datarecord->SetUri(testUri); in HWTEST_F()
962 g_datarecord->SetUri("/data/test/path"); in HWTEST_F()
968 g_datarecord->record_ = g_datarecord->builder_->SetUri(nullptr).Build(); in HWTEST_F()
/base/print/print_fwk/services/print_service/src/
H A Dvendor_ipp_everywhere.cpp195 printerInfo->SetUri(printerUri); in ConvertCapabilityToInfo()
H A Dvendor_helper.cpp401 info.SetUri(std::string(discoveryItem->printerUri)); in UpdatePrinterInfoWithDiscovery()
H A Dprint_cups_client.cpp163 info.SetUri(printerUri); in DeviceCb()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dmessage_user.cpp67 void MessageUser::SetUri(const Uri &uri) in SetUri() function in OHOS::Notification::MessageUser
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h136 virtual bool SetUri(const std::string& uriString) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h46 bool SetUri(const std::string& uriString) override;
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp131 nativeObj->SetUri(NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_INFO_URI)); in BuildFromJs()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp112 bool PasteDataRecordAdapterImpl::SetUri(const std::string& uriString) in SetUri() function in OHOS::NWeb::PasteDataRecordAdapterImpl
119 record_ = builder_->SetUri(uri).Build(); in SetUri()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp290 want->SetUri(uri); in ParseShowOptions()
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp2098 info.SetUri("uri"); in HWTEST_F()
2131 info.SetUri("uri"); in HWTEST_F()
2144 info1.SetUri("uri1"); in HWTEST_F()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp575 messageUser.SetUri(uri); in GetMessageUserByString()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp693 messageUserPtr->SetUri(Uri(".")); in HWTEST_F()
845 messageUser.SetUri(Uri(".")); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1895 abilityWant.SetUri(reminder->GetCustomButtonUri()); in HandleCustomButtonClick()
1930 abilityWant.SetUri(wantInfo->uri); in ClickReminder()

Completed in 25 milliseconds

12