/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/ |
H A D | navigator_model_ng.h | 31 void SetUri(const std::string& uri) override; 38 static void SetUri(FrameNode* frameNode, const std::string& uri);
|
H A D | navigator_model_ng.cpp | 53 void NavigatorModelNG::SetUri(const std::string& uri) in SetUri() function in OHOS::Ace::NG::NavigatorModelNG 87 void NavigatorModelNG::SetUri(FrameNode* frameNode, const std::string& uri) in SetUri() function in OHOS::Ace::NG::NavigatorModelNG
|
H A D | navigator_model.h | 36 virtual void SetUri(const std::string& uri) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | navigator_model_impl.cpp | 45 void NavigatorModelImpl::SetUri(const std::string& uri) in SetUri() function in OHOS::Ace::Framework::NavigatorModelImpl 49 navigator->SetUri(uri); in SetUri()
|
H A D | navigator_model_impl.h | 29 void SetUri(const std::string& uri) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | navigator_modifier.cpp | 28 NavigatorModelNG::SetUri(frameNode, uri); in SetTarget() 35 NavigatorModelNG::SetUri(frameNode, ""); in ResetTarget()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | paste_data_test.cpp | 86 builder.SetUri(uri); 120 builder.SetUri(uri); 184 builder.SetUri(uri); 203 builder.SetUri(uri); 221 builder.SetUri(uri); 562 pasteDataRecord->SetUri(std::make_shared<OHOS::Uri>(newUriStr)); 786 builder1.SetUri(uri1); 795 builder2.SetUri(uri2); 982 auto record = builder.SetUri(uri).Build();
|
H A D | web_controller_test.cpp | 159 builder.SetUri(newUri); 211 builder.SetUri(newUri); 297 builder.SetUri(newUri); 346 builder.SetUri(newUri);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | file_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("uri", GetUri, SetUri), in Constructor() 123 napi_value FileNapi::SetUri(napi_env env, napi_callback_info info) in SetUri() function in OHOS::UDMF::FileNapi 140 file->value_->SetUri(uri); in SetUri()
|
H A D | audio_napi.cpp | 33 DECLARE_NAPI_GETTER_SETTER("uri", FileNapi::GetUri, FileNapi::SetUri), in Constructor() 110 audio->value_->SetUri(uri); in SetAudioUri()
|
H A D | folder_napi.cpp | 33 DECLARE_NAPI_GETTER_SETTER("uri", FileNapi::GetUri, FileNapi::SetUri), in Constructor() 110 folder->value_->SetUri(uri); in SetFolderUri()
|
H A D | image_napi.cpp | 33 DECLARE_NAPI_GETTER_SETTER("uri", FileNapi::GetUri, FileNapi::SetUri), in Constructor() 110 image->value_->SetUri(uri); in SetImageUri()
|
H A D | video_napi.cpp | 33 DECLARE_NAPI_GETTER_SETTER("uri", FileNapi::GetUri, FileNapi::SetUri), in Constructor() 110 video->value_->SetUri(uri); in SetVideoUri()
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/moduletest/ |
H A D | app_domain_verify_mgr_module_test.cpp | 159 want.SetUri("https://" + HOST); 191 want.SetUri("https://" + HOST); 212 want.SetUri("https://" + HOST);
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_paste_data_record_adapter_wrapper.cpp | 97 bool ArkPasteDataRecordAdapterWrapper::SetUri(const std::string& uriString) in SetUri() function in OHOS::ArkWeb::ArkPasteDataRecordAdapterWrapper 100 bool result = ctocpp_->SetUri(str); in SetUri()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_paste_data_record_adapter_impl.cpp | 94 bool ArkPasteDataRecordAdapterImpl::SetUri(const ArkWebString& uriString) in SetUri() function in OHOS::ArkWeb::ArkPasteDataRecordAdapterImpl 96 return real_->SetUri(ArkWebStringStructToClass(uriString)); in SetUri()
|
H A D | ark_paste_data_record_adapter_impl.h | 43 bool SetUri(const ArkWebString& uriString) override;
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | ndef_har_dispatch.cpp | 121 want.SetUri(uri); in DispatchBundleAbility() 177 want.SetUri(uri_); in OnBrowserOpenLink()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navigator.cpp | 60 NavigatorModel::GetInstance()->SetUri(target->ToString()); in Create() 79 NavigatorModel::GetInstance()->SetUri(value); in SetTarget()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/ |
H A D | photo_editor_extension_context.cpp | 43 newWant.SetUri(panelUri); in SaveEditedContent() 95 newWant.SetUri(panelUri); in SaveEditedContent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/clipboard/ |
H A D | multiType_record_impl.cpp | 26 void MultiTypeRecordImpl::SetUri(const std::string uri) in SetUri() function in OHOS::Ace::MultiTypeRecordImpl
|
H A D | multiType_record_impl.h | 31 void SetUri(const std::string uri);
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | file.h | 31 void SetUri(const std::string &uri);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want.cpp | 135 want->SetUri(GetUri()); in ToWant() 810 DistributedWant& DistributedWant::SetUri(const std::string& uri) in SetUri() function in OHOS::DistributedSchedule::DistributedWant 812 operation_.SetUri(OHOS::Uri(uri)); in SetUri() 816 DistributedWant& DistributedWant::SetUri(const OHOS::Uri& uri) in SetUri() function in OHOS::DistributedSchedule::DistributedWant 818 operation_.SetUri(uri); in SetUri() 824 operation_.SetUri(uri); in SetUriAndType() 835 operation_.SetUri(GetLowerCaseScheme(uri)); in FormatUri() 1007 SetUri(Str16ToStr8(parcel.ReadString16())); in ReadUriFromParcel() 1193 SetUri(uri); in ReadFromJson()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/ |
H A D | seturi_fuzzer.cpp | 34 dataRecordAdapterImpl->SetUri(uriString); in SetUriFuzzTest()
|