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:location_
(Results
1 - 8
of
8
) sorted by relevance
/base/location/frameworks/location_common/common/source/
H
A
D
geo_coding_mock_info.cpp
29
location_
= std::make_shared<ReverseGeocodeRequest>();
in GeocodingMockInfo()
35
return
location_
;
in GetLocation()
45
location_
= request;
in SetLocation()
55
location_
->locale = Str16ToStr8(parcel.ReadString16());
in ReadFromParcel()
56
location_
->latitude = parcel.ReadDouble();
in ReadFromParcel()
57
location_
->longitude = parcel.ReadDouble();
in ReadFromParcel()
58
location_
->maxItems = parcel.ReadInt32();
in ReadFromParcel()
71
return parcel.WriteString16(Str8ToStr16(
location_
->locale)) &&
in Marshalling()
72
parcel.WriteDouble(
location_
->latitude) &&
in Marshalling()
73
parcel.WriteDouble(
location_
in Marshalling()
[all...]
/base/web/webview/ohos_adapter/location_adapter/src/
H
A
D
location_proxy_adapter_impl.cpp
146
:
location_
(std::move(location)) {}
in LocationInfoImpl()
150
if (
location_
== nullptr) {
in GetLatitude()
153
return
location_
->GetLatitude();
in GetLatitude()
158
if (
location_
== nullptr) {
in GetLongitude()
161
return
location_
->GetLongitude();
in GetLongitude()
166
if (
location_
== nullptr) {
in GetAltitude()
169
return
location_
->GetAltitude();
in GetAltitude()
174
if (
location_
== nullptr) {
in GetAccuracy()
177
return
location_
->GetAccuracy();
in GetAccuracy()
182
if (
location_
in GetSpeed()
[all...]
/base/location/interfaces/inner_api/include/
H
A
D
geo_coding_mock_info.h
41
std::shared_ptr<ReverseGeocodeRequest>
location_
;
member in OHOS::Location::GeocodingMockInfo
/base/web/webview/ohos_adapter/location_adapter/include/
H
A
D
location_proxy_adapter_impl.h
68
std::unique_ptr<OHOS::Location::Location>
location_
;
member in OHOS::NWeb::LocationInfoImpl
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H
A
D
location_proxy_adapter_test.cpp
175
EXPECT_NE(locationInfoImpl->
location_
, nullptr);
in HWTEST_F()
206
EXPECT_EQ(locationInfoImpl->
location_
, nullptr);
in HWTEST_F()
/base/location/test/location_manager/source/
H
A
D
locator_ability_test.cpp
622
locationMessage->
location_
= nullptr;
in HWTEST_F()
637
locationMessage->
location_
= nullptr;
in HWTEST_F()
639
locationMessage->
location_
= std::make_unique<Location>();
in HWTEST_F()
/base/location/services/location_locator/locator/include/
H
A
D
locator_ability.h
265
std::unique_ptr<Location>
location_
;
member in OHOS::Location::LocationMessage
/base/location/services/location_locator/locator/source/
H
A
D
locator_ability.cpp
1686
location_
= std::make_unique<Location>(*location);
in SetLocation()
1692
if (
location_
!= nullptr) {
in GetLocation()
1693
return std::make_unique<Location>(*
location_
);
in GetLocation()
Completed in 8 milliseconds