Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetUri
(Results
1 - 25
of
28
) sorted by relevance
1
2
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_paste_data_record_adapter_impl.h
43
bool
SetUri
(const ArkWebString& uriString) override;
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()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/
H
A
D
seturi_fuzzer.cpp
34
dataRecordAdapterImpl->
SetUri
(uriString);
in SetUriFuzzTest()
/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::OHOS::ArkWeb::ArkPasteDataRecordAdapterWrapper
100
bool result = ctocpp_->
SetUri
(str);
in SetUri()
H
A
D
ark_paste_data_record_adapter_wrapper.h
43
bool
SetUri
(const std::string& uriString) override;
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
message_user.h
79
void
SetUri
(const Uri &uri);
/base/notification/distributed_notification_service/test/fuzztest/messageuser_fuzzer/
H
A
D
messageuser_fuzzer.cpp
38
// test
SetUri
function
in DoSomethingInterestingWithMyAPI()
40
messageUser.
SetUri
(uri);
in DoSomethingInterestingWithMyAPI()
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
printer_info.h
45
void
SetUri
(const std::string &uri);
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_pasteboard_client_adapter.h
143
virtual bool
SetUri
(const ArkWebString& uriString) = 0;
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H
A
D
dlp_file_kits_test.cpp
221
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
D
printer_info.cpp
131
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
D
pasteboard_client_adapter_test.cpp
912
* @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
D
vendor_ipp_everywhere.cpp
195
printerInfo->
SetUri
(printerUri);
in ConvertCapabilityToInfo()
H
A
D
vendor_helper.cpp
401
info.
SetUri
(std::string(discoveryItem->printerUri));
in UpdatePrinterInfoWithDiscovery()
H
A
D
print_cups_client.cpp
163
info.
SetUri
(printerUri);
in DeviceCb()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
message_user.cpp
67
void MessageUser::
SetUri
(const Uri &uri)
in SetUri()
function in OHOS::Notification::MessageUser
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
pasteboard_client_adapter.h
136
virtual bool
SetUri
(const std::string& uriString) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H
A
D
pasteboard_client_adapter_impl.h
46
bool
SetUri
(const std::string& uriString) override;
/base/print/print_fwk/frameworks/helper/print_helper/src/
H
A
D
printer_info_helper.cpp
131
nativeObj->
SetUri
(NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_INFO_URI));
in BuildFromJs()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H
A
D
pasteboard_client_adapter_impl.cpp
112
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
D
publish.cpp
290
want->
SetUri
(uri);
in ParseShowOptions()
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H
A
D
print_service_ability_test.cpp
2098
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
D
notification_napi_convert_content.cpp
575
messageUser.
SetUri
(uri);
in GetMessageUserByString()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_innerkits_module_publish_test.cpp
693
messageUserPtr->
SetUri
(Uri("."));
in HWTEST_F()
845
messageUser.
SetUri
(Uri("."));
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_data_manager.cpp
1895
abilityWant.
SetUri
(reminder->GetCustomButtonUri());
in HandleCustomButtonClick()
1930
abilityWant.
SetUri
(wantInfo->uri);
in ClickReminder()
Completed in 25 milliseconds
1
2