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:LocationInstance
(Results
1 - 9
of
9
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_location_instance_impl.cpp
27
static NWeb::
LocationInstance
& instance = NWeb::
LocationInstance
::GetInstance();
in GetInstance()
32
ArkLocationInstanceImpl::ArkLocationInstanceImpl(NWeb::
LocationInstance
& ref) : real_(ref) {}
in ArkLocationInstanceImpl()
H
A
D
ark_location_instance_impl.h
27
explicit ArkLocationInstanceImpl(NWeb::
LocationInstance
&);
34
NWeb::
LocationInstance
& real_;
/base/web/webview/ohos_adapter/location_adapter/src/
H
A
D
location_instance_impl.cpp
20
LocationInstance
&
LocationInstance
::GetInstance()
in GetInstance()
H
A
D
location_proxy_adapter_mock.cpp
21
class LocationInstanceImpl : public
LocationInstance
{
36
LocationInstance
&
LocationInstance
::GetInstance()
in GetInstance()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_location_instance_wrapper.cpp
24
LocationInstance
&
LocationInstance
::GetInstance()
in GetInstance()
H
A
D
ark_location_instance_wrapper.h
25
class ArkLocationInstanceWrapper : public NWeb::
LocationInstance
{
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
location_adapter.h
114
class
LocationInstance
{
class
116
static
LocationInstance
& GetInstance();
118
virtual ~
LocationInstance
() = default;
/base/web/webview/ohos_adapter/location_adapter/include/
H
A
D
location_instance_impl.h
22
class LocationInstanceImpl : public
LocationInstance
{
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H
A
D
location_proxy_adapter_test.cpp
69
* @tc.desc:
LocationInstance
.
75
std::shared_ptr<LocationProxyAdapter> proxyAdapter =
LocationInstance
::GetInstance().CreateLocationProxyAdapter();
in HWTEST_F()
78
LocationInstance
::GetInstance().CreateLocationRequestConfig();
in HWTEST_F()
Completed in 3 milliseconds