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:GetAdditions
(Results
1 - 15
of
15
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_location_info_wrapper.cpp
62
std::vector<std::string> ArkLocationInfoWrapper::
GetAdditions
()
in GetAdditions()
function in OHOS::ArkWeb::ArkLocationInfoWrapper
64
ArkWebStringVector vec = ctocpp_->
GetAdditions
();
in GetAdditions()
H
A
D
ark_location_info_wrapper.h
45
std::vector<std::string>
GetAdditions
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_location_info_impl.cpp
64
ArkWebStringVector ArkLocationInfoImpl::
GetAdditions
()
in GetAdditions()
function in OHOS::ArkWeb::ArkLocationInfoImpl
66
std::vector<std::string> vec = real_->
GetAdditions
();
in GetAdditions()
H
A
D
ark_location_info_impl.h
45
ArkWebStringVector
GetAdditions
() override;
/base/location/frameworks/base_module/source/
H
A
D
location.cpp
63
additions_ = location.
GetAdditions
();
in Location()
213
std::vector<std::string> additionA = this->
GetAdditions
();
in AdditionEqual()
214
std::vector<std::string> additionB = location->
GetAdditions
();
in AdditionEqual()
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
location_adapter.h
82
virtual std::vector<std::string>
GetAdditions
() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_location_adapter.h
75
virtual ArkWebStringVector
GetAdditions
() = 0;
/base/web/webview/ohos_adapter/location_adapter/src/
H
A
D
location_proxy_adapter_mock.cpp
106
std::vector<std::string> LocationInfoImpl::
GetAdditions
()
in GetAdditions()
function in OHOS::NWeb::LocationInfoImpl
H
A
D
location_proxy_adapter_impl.cpp
212
std::vector<std::string> LocationInfoImpl::
GetAdditions
()
in GetAdditions()
function in OHOS::NWeb::LocationInfoImpl
218
return location_->
GetAdditions
();
in GetAdditions()
/base/web/webview/ohos_adapter/location_adapter/include/
H
A
D
location_proxy_adapter_impl.h
64
std::vector<std::string>
GetAdditions
() override;
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H
A
D
location_proxy_adapter_test.cpp
174
locationInfoImpl->
GetAdditions
();
in HWTEST_F()
205
locationInfoImpl->
GetAdditions
();
in HWTEST_F()
/base/location/interfaces/inner_api/include/
H
A
D
location.h
111
inline std::vector<std::string>
GetAdditions
() const
in GetAdditions()
function in OHOS::Location::Location
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_utils.cpp
72
.additions = StringVectorToCPointer(loc.
GetAdditions
()), .additionSize = loc.GetAdditionSize(),
in NativeLocationToCJLocation()
/base/location/test/location_common/source/
H
A
D
location_common_test.cpp
262
if (location->
GetAdditions
().size() == 1) {
in HWTEST_F()
263
EXPECT_EQ("additions", location->
GetAdditions
()[0]);
in HWTEST_F()
/base/location/frameworks/js/napi/source/
H
A
D
napi_util.cpp
117
std::vector<std::string> additions = locationInfo->
GetAdditions
();
in LocationToJs()
Completed in 14 milliseconds