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
defs:origins
(Results
1 - 12
of
12
) sorted by relevance
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/getoriginbypermission_fuzzer/
H
A
D
getoriginbypermission_fuzzer.cpp
32
std::vector<std::string>
origins
;
in GetOriginByPermissionFuzzTest()
local
/base/web/webview/interfaces/kits/cj/src/
H
A
D
web_storage.cpp
88
std::vector<std::shared_ptr<NWebWebStorageOrigin>>
origins
= web_storage->GetOrigins();
in CjGetOrigins()
local
H
A
D
geolocation_permission.cpp
80
std::vector<std::string>
origins
;
in ExecuteGetOrigins()
local
H
A
D
webview_ffi.cpp
1751
std::vector<std::string>
origins
= GeolocationPermission::CjGetStoredGeolocation(incognito, errCode);
in FfiOHOSGeolocationGetStoredGeolocation()
local
/base/web/webview/interfaces/kits/napi/webstorage/
H
A
D
napi_web_storage.h
50
std::vector<NapiWebStorageOrigin>
origins
;
member
H
A
D
napi_web_storage.cpp
146
std::vector<std::shared_ptr<NWebWebStorageOrigin>>
origins
= web_storage->GetOrigins();
in ExecuteGetOrigins()
local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_ohos_web_data_base_adapter_impl.cpp
82
void ArkOhosWebPermissionDataBaseAdapterImpl::GetOriginsByPermission(const int32_t& key, ArkWebStringVector&
origins
)
in GetOriginsByPermission()
argument
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H
A
D
base_utility_unit_test.cpp
51
std::vector<std::string>
origins
;
in HWTEST_F()
local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_ohos_web_data_base_adapter_wrapper.cpp
137
GetOriginsByPermission( const OHOS::NWeb::WebPermissionType& key, std::vector<std::string>&
origins
)
GetOriginsByPermission()
argument
/base/web/webview/test/unittest/ohos_adapter/permission_data_base_adapter_test/
H
A
D
permission_data_base_adapter_test.cpp
255
std::vector<std::string>
origins
;
in HWTEST_F()
local
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H
A
D
ohos_web_permission_data_base_adapter_impl.cpp
223
GetOriginsByPermission(const WebPermissionType& key, std::vector<std::string>&
origins
)
GetOriginsByPermission()
argument
/base/web/webview/interfaces/kits/napi/webdatabase/
H
A
D
napi_geolocation_permission.cpp
40
std::vector<std::string>
origins
;
member
Completed in 9 milliseconds