Home
last modified time | relevance | path

Searched refs:GetUri (Results 1 - 24 of 24) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalmessage_fuzzer/
H A Dnotificationconversationalmessage_fuzzer.cpp30 notificationConversationalMessage.GetUri(); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_record_adapter_impl.h47 void GetUri(void* data) override;
H A Dark_paste_data_record_adapter_impl.cpp105 void ArkPasteDataRecordAdapterImpl::GetUri(void* data) in GetUri() function in OHOS::ArkWeb::ArkPasteDataRecordAdapterImpl
107 std::shared_ptr<std::string> str = real_->GetUri(); in GetUri()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getimgdata_fuzzer/
H A Dgetimgdata_fuzzer.cpp33 dataRecordAdapterImpl->GetUri(); in GetImgDataFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_record_adapter_wrapper.cpp110 std::shared_ptr<std::string> ArkPasteDataRecordAdapterWrapper::GetUri() in GetUri() function in OHOS::OHOS::ArkWeb::ArkPasteDataRecordAdapterWrapper
113 ctocpp_->GetUri((void*)&result); in GetUri()
H A Dark_paste_data_record_adapter_wrapper.h47 std::shared_ptr<std::string> GetUri() override;
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dmessage_user.h86 Uri GetUri() const;
H A Dnotification_conversational_message.h82 const std::shared_ptr<Uri> GetUri() const;
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
H A Dmessageuser_fuzzer.cpp52 // test GetUri function in DoSomethingInterestingWithMyAPI()
53 messageUser.GetUri(); in DoSomethingInterestingWithMyAPI()
/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_info.h77 [[nodiscard]] std::string GetUri() const;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h149 virtual void GetUri(void* data) = 0;
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp207 std::string PrinterInfo::GetUri() const in GetUri() function in OHOS::Print::PrinterInfo
362 parcel.WriteString(GetUri()); in Marshalling()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dmessage_user.cpp72 Uri MessageUser::GetUri() const in GetUri() function in OHOS::Notification::MessageUser
H A Dnotification_conversational_message.cpp58 const std::shared_ptr<Uri> NotificationConversationalMessage::GetUri() const in GetUri() function in OHOS::Notification::NotificationConversationalMessage
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h140 virtual std::shared_ptr<std::string> GetUri() = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h53 std::shared_ptr<std::string> GetUri() override;
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_info_helper.cpp64 NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_URI, info.GetUri()); in MakeJsObject()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_conversational_message_test.cpp69 EXPECT_EQ(rrc->GetUri(), uriPtr); in HWTEST_F()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp297 std::shared_ptr<std::string> PasteDataRecordAdapterImpl::GetUri() in GetUri() function in OHOS::NWeb::PasteDataRecordAdapterImpl
302 auto uri = record_->GetUri(); in GetUri()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp955 * @tc.desc: Test the GetUri.
963 std::shared_ptr<std::string> uri = g_datarecord->GetUri(); in HWTEST_F()
969 uri = g_datarecord->GetUri(); in HWTEST_F()
974 uri = g_pasternull->GetUri(); in HWTEST_F()
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1441 std::string printerUri = info->GetUri(); in CheckPrinterUriDifferent()
1551 cupsPrinterInfo.uri = info.GetUri(); in UpdatePrinterCapability()
2842 ret = AddPrinterToCups(printerInfo.GetUri(), printerInfo.GetPrinterName(), printerInfo.GetPrinterMake()); in UpdatePrinterInDiscovery()
2871 printerUri = printerInfo->GetUri(); in RemovePrinterFromDiscovery()
3031 if (UpdateAddedPrinterInCups(infoPtr->GetPrinterId(), infoPtr->GetUri())) { in AddSinglePrinterInfo()
3188 info.uri = printerInfo->GetUri(); in AddVendorPrinterToCupsWithPpd()
H A Dprint_system_data.cpp296 info->uri = printerInfo->GetUri(); in UpdatePrinterUri()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp350 napi_create_string_utf8(env, messageUser.GetUri().ToString().c_str(), NAPI_AUTO_LENGTH, &value); in SetMessageUser()
439 napi_create_string_utf8(env, conversationalMessage->GetUri()->ToString().c_str(), NAPI_AUTO_LENGTH, &value); in SetConversationalMessage()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp252 EXPECT_EQ(Uri("."), user->GetUri()); in CheckCaseOneResult()
320 EXPECT_EQ(Uri("."), user.GetUri()); in CheckCaseFourResult()

Completed in 19 milliseconds