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:GetCountry
(Results
1 - 8
of
8
) sorted by relevance
/base/location/services/location_geocode/geocode/include/
H
A
D
geo_convert_request.h
65
std::string
GetCountry
();
/base/telephony/core_service/utils/vcard/include/contact_data/
H
A
D
vcard_postal_data.h
36
std::string
GetCountry
();
/base/location/services/location_geocode/geocode/source/
H
A
D
geo_convert_request.cpp
161
std::string GeoConvertRequest::
GetCountry
()
in GetCountry()
function in OHOS::Location::GeoConvertRequest
/base/telephony/core_service/utils/vcard/src/contact_data/
H
A
D
vcard_postal_data.cpp
129
std::string VCardPostalData::
GetCountry
()
in GetCountry()
function in OHOS::Telephony::VCardPostalData
/base/global/i18n/frameworks/intl/include/
H
A
D
locale_config.h
169
static std::string
GetCountry
(const std::string& parameter);
/base/global/i18n/frameworks/intl/src/
H
A
D
locale_config.cpp
297
std::string systemRegion =
GetCountry
(LOCALE_KEY);
in GetSystemRegion()
299
systemRegion =
GetCountry
(DEFAULT_LOCALE_KEY);
in GetSystemRegion()
307
string LocaleConfig::
GetCountry
(const string& parameter)
in GetCountry()
function in OHOS::Global::I18n::LocaleConfig
311
HILOG_INFO_I18N("
GetCountry
: ReadSystemParameter %{public}s failed", parameter.c_str());
in GetCountry()
321
HILOG_INFO_I18N("
GetCountry
: %{public}s get failed, country is nullptr", parameter.c_str());
in GetCountry()
323
HILOG_INFO_I18N("
GetCountry
: %{public}s get failed, U_SUCCESS is false", parameter.c_str());
in GetCountry()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
vcard_test.cpp
1042
EXPECT_EQ(contacts[0]->GetPostalDatas()[0]->
GetCountry
(), "ttttcountry");
in HWTEST_F()
1049
EXPECT_EQ(contacts[0]->GetPostalDatas()[1]->
GetCountry
(), "测试ttttcountry");
in HWTEST_F()
/base/telephony/core_service/utils/vcard/src/
H
A
D
vcard_constructor.cpp
564
std::string country = postalData->
GetCountry
();
in ConstructPostalLine()
Completed in 11 milliseconds