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:urls
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/media_foundation/test/scenetest/
H
A
D
test_single_video_player_slow.h
34
PTEST((std::string url), Test single player play all
urls
video, and finished automatically)
in FIXTURE()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H
A
D
mock_verify_mgr.h
65
virtual void UpdateWhiteListUrls(const std::vector<std::string>&
urls
) override
122
virtual void UpdateWhiteListUrls(const std::vector<std::string>&
urls
) override
/foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/
H
A
D
app_domain_verify_mgr_service_stub.cpp
203
std::vector<std::string>
urls
;
in OnUpdateWhiteListUrls()
local
206
urls
.emplace_back(url);
in OnUpdateWhiteListUrls()
208
UpdateWhiteListUrls(
urls
);
in OnUpdateWhiteListUrls()
H
A
D
app_domain_verify_mgr_service_proxy.cpp
220
void AppDomainVerifyMgrServiceProxy::UpdateWhiteListUrls(const std::vector<std::string>&
urls
)
in UpdateWhiteListUrls()
argument
227
WRITE_PARCEL_AND_RETURN_IF_FAIL(Uint32, data,
urls
.size());
in UpdateWhiteListUrls()
228
for (const auto& url :
urls
) {
in UpdateWhiteListUrls()
/foundation/bundlemanager/app_domain_verify/services/src/manager/core/
H
A
D
app_domain_verify_mgr_service.cpp
185
void AppDomainVerifyMgrService::UpdateWhiteListUrls(const std::vector<std::string>&
urls
)
in UpdateWhiteListUrls()
argument
196
std::unordered_set<std::string> whiteList(
urls
.begin(),
urls
.end());
in UpdateWhiteListUrls()
/foundation/bundlemanager/app_domain_verify/services/include/manager/core/
H
A
D
i_app_domain_verify_mgr_service.h
42
virtual void UpdateWhiteListUrls(const std::vector<std::string>&
urls
) = 0;
H
A
D
app_domain_verify_mgr_service.h
50
API_EXPORT void UpdateWhiteListUrls(const std::vector<std::string>&
urls
) override;
/foundation/bundlemanager/app_domain_verify/services/include/manager/zidl/
H
A
D
app_domain_verify_mgr_service_proxy.h
41
virtual void UpdateWhiteListUrls(const std::vector<std::string>&
urls
) override;
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/
H
A
D
app_domain_verify_mgr_service_test.cpp
483
std::vector<std::string>
urls
{ url };
in HWTEST_F()
484
appDomainVerifyMgrService->UpdateWhiteListUrls(
urls
);
in HWTEST_F()
501
std::vector<std::string>
urls
{ url2, url3};
in HWTEST_F()
502
appDomainVerifyMgrService->UpdateWhiteListUrls(
urls
);
in HWTEST_F()
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include/
H
A
D
app_domain_verify_mgr_client.h
104
* @descrition update whitelist
urls
.
105
* @param
urls
input whitelist
urls
.
107
void UpdateWhiteListUrls(const std::vector<std::string>&
urls
);
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/
H
A
D
app_domain_verify_mgr_client.cpp
278
void AppDomainVerifyMgrClient::UpdateWhiteListUrls(const std::vector<std::string>&
urls
)
in UpdateWhiteListUrls()
argument
287
appDomainVerifyMgrServiceProxy_->UpdateWhiteListUrls(
urls
);
in UpdateWhiteListUrls()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H
A
D
wfd_message.cpp
458
std::string
urls
= GetParameterValue(WFD_PARAM_PRESENTATION_URL);
in GetPresentationUrl()
local
459
if (
urls
.empty()) {
in GetPresentationUrl()
463
auto urlVec = RtspCommon::Split(
urls
, " ");
in GetPresentationUrl()
/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_mgr_client_test/
H
A
D
app_domain_verify_mgr_client_test.cpp
249
std::vector<std::string>
urls
;
in HWTEST_F()
local
250
AppDomainVerifyMgrClient::GetInstance()->UpdateWhiteListUrls(
urls
);
in HWTEST_F()
Completed in 8 milliseconds