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:GetLocation
(Results
1 - 13
of
13
) sorted by relevance
/base/location/frameworks/js/napi/include/
H
A
D
location_napi_system.h
23
napi_value
GetLocation
(napi_env env, napi_callback_info cbinfo);
/base/location/interfaces/inner_api/include/
H
A
D
geo_coding_mock_info.h
35
std::shared_ptr<ReverseGeocodeRequest>
GetLocation
();
/base/location/frameworks/location_common/common/source/
H
A
D
geo_coding_mock_info.cpp
33
std::shared_ptr<ReverseGeocodeRequest> GeocodingMockInfo::
GetLocation
()
in GetLocation()
function in OHOS::Location::GeocodingMockInfo
/base/web/webview/ohos_adapter/location_adapter/include/
H
A
D
location_proxy_adapter_impl.h
66
std::unique_ptr<OHOS::Location::Location>&
GetLocation
();
/base/web/webview/ohos_adapter/location_adapter/src/
H
A
D
location_proxy_adapter_impl.cpp
221
std::unique_ptr<OHOS::Location::Location>& LocationInfoImpl::
GetLocation
()
in GetLocation()
function in OHOS::NWeb::LocationInfoImpl
/base/location/services/location_geocode/geocode/source/
H
A
D
geo_convert_service.cpp
232
if (!CommonUtils::DoubleEqual(request.latitude, info->
GetLocation
()->latitude) ||
in ReportAddressMock()
233
!CommonUtils::DoubleEqual(request.longitude, info->
GetLocation
()->longitude)) {
in ReportAddressMock()
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H
A
D
location_proxy_adapter_test.cpp
172
std::unique_ptr<OHOS::Location::Location>& locationInfo = locationInfoImpl->
GetLocation
();
in HWTEST_F()
/base/location/test/location_manager/source/
H
A
D
locator_ability_test.cpp
638
locationMessage->
GetLocation
();
in HWTEST_F()
640
locationMessage->
GetLocation
();
in HWTEST_F()
/base/location/frameworks/js/napi/source/
H
A
D
location_napi_system.cpp
86
napi_value
GetLocation
(napi_env env, napi_callback_info cbinfo)
in GetLocation()
function
H
A
D
location_napi_entry.cpp
245
DECLARE_NAPI_FUNCTION("getLocation",
GetLocation
),
in Init()
/base/location/services/location_locator/locator/include/
H
A
D
locator_ability.h
262
std::unique_ptr<Location>
GetLocation
();
/base/location/test/location_common/source/
H
A
D
location_common_test.cpp
421
std::shared_ptr<ReverseGeocodeRequest> reverseGeocodeRequest = mockInfo->
GetLocation
();
in HWTEST_F()
469
EXPECT_NE(nullptr, mockInfo->
GetLocation
());
in HWTEST_F()
/base/location/services/location_locator/locator/source/
H
A
D
locator_ability.cpp
1690
std::unique_ptr<Location> LocationMessage::
GetLocation
()
in GetLocation()
function in OHOS::Location::LocationMessage
1928
std::unique_ptr<Location> location = locationMessage->
GetLocation
();
in ReportLocationMessageEvent()
Completed in 14 milliseconds