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:LocatorImpl
(Results
1 - 9
of
9
) sorted by relevance
/base/location/frameworks/native/locator_sdk/source/
H
A
D
locator.cpp
21
std::shared_ptr<
LocatorImpl
> Locator::instance_ = nullptr;
26
std::shared_ptr<
LocatorImpl
> Locator::GetInstance()
in GetInstance()
31
std::shared_ptr<
LocatorImpl
> locator = std::make_shared<
LocatorImpl
>();
in GetInstance()
H
A
D
locator_impl.cpp
36
std::shared_ptr<
LocatorImpl
>
LocatorImpl
::instance_ = nullptr;
37
std::mutex
LocatorImpl
::locatorMutex_;
50
std::shared_ptr<
LocatorImpl
>
LocatorImpl
::GetInstance()
in GetInstance()
55
std::shared_ptr<
LocatorImpl
> locator = std::make_shared<
LocatorImpl
>();
in GetInstance()
62
LocatorImpl
::
LocatorImpl
()
in LocatorImpl()
function in OHOS::Location::LocatorImpl
67
LocatorImpl
[all...]
H
A
D
country_code_manager.cpp
131
auto locatorImpl =
LocatorImpl
::GetInstance();
in GetCountryCodeByLastLocation()
181
auto locatorImpl =
LocatorImpl
::GetInstance();
in GetCountryCodeByLocation()
/base/location/interfaces/inner_api/include/
H
A
D
locator_impl.h
52
class
LocatorImpl
{
class
54
static std::shared_ptr<
LocatorImpl
> GetInstance();
55
explicit
LocatorImpl
();
56
~
LocatorImpl
();
636
explicit LocatorDeathRecipient(
LocatorImpl
&impl) : impl_(impl) {}
in LocatorDeathRecipient()
643
LocatorImpl
&impl_;
658
static std::shared_ptr<
LocatorImpl
> instance_;
H
A
D
locator.h
37
static std::shared_ptr<
LocatorImpl
> GetInstance();
115
static std::shared_ptr<
LocatorImpl
> instance_;
/base/customization/enterprise_device_management/services/edm_plugin/src/
H
A
D
location_policy_plugin.cpp
45
Location::
LocatorImpl
::GetInstance()->EnableAbility(false);
in OnSetPolicy()
49
Location::
LocatorImpl
::GetInstance()->EnableAbility(true);
in OnSetPolicy()
/base/location/test/location_locator/include/
H
A
D
locator_impl_test.h
45
std::shared_ptr<
LocatorImpl
> locatorImpl_;
/base/telephony/call_manager/services/call_earthquake_alarm/include/
H
A
D
call_earthquake_alarm_locator.h
104
std::shared_ptr<Location::
LocatorImpl
> locatorImpl = nullptr;
/base/location/test/location_locator/source/
H
A
D
locator_impl_test.cpp
504
sptr<
LocatorImpl
::LocatorDeathRecipient>(new (std::nothrow)
LocatorImpl
::LocatorDeathRecipient(*impl));
in HWTEST_F()
Completed in 6 milliseconds