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:lastCountry_
(Results
1 - 3
of
3
) sorted by relevance
/base/location/frameworks/native/locator_sdk/source/
H
A
D
country_code_manager.cpp
44
lastCountry_
= std::make_shared<CountryCode>();
in CountryCodeManager()
57
if (
lastCountry_
== nullptr) {
in NotifyAllListener()
61
auto country = std::make_shared<CountryCode>(*
lastCountry_
);
in NotifyAllListener()
147
if (
lastCountry_
== nullptr) {
in UpdateCountryCode()
148
LBSLOGE(COUNTRY_CODE, "
lastCountry_
is nullptr");
in UpdateCountryCode()
151
if (
lastCountry_
->IsMoreReliable(type)) {
in UpdateCountryCode()
152
LBSLOGI(COUNTRY_CODE, "
lastCountry_
is more reliable,there is no need to update the data");
in UpdateCountryCode()
155
lastCountry_
->SetCountryCodeStr(countryCode);
in UpdateCountryCode()
156
lastCountry_
->SetCountryCodeType(type);
in UpdateCountryCode()
249
if (
lastCountry_
in GetIsoCountryCode()
[all...]
/base/location/test/location_locator/source/
H
A
D
country_code_manager_test.cpp
34
countryCodeManager->
lastCountry_
= std::make_shared<CountryCode>();
in TearDown()
237
countryCodeManager->
lastCountry_
->SetCountryCodeType(1);
in HWTEST_F()
240
countryCodeManager->
lastCountry_
= nullptr;
in HWTEST_F()
241
countryCodeManager->UpdateCountryCode("zh", 0); //
lastCountry_
is nullptr
in HWTEST_F()
/base/location/interfaces/inner_api/include/
H
A
D
country_code_manager.h
83
std::shared_ptr<CountryCode>
lastCountry_
;
member in OHOS::Location::CountryCodeManager
Completed in 3 milliseconds