Home
last modified time | relevance | path

Searched refs:LocatorImpl (Results 1 - 9 of 9) sorted by relevance

/base/location/frameworks/native/locator_sdk/source/
H A Dlocator.cpp21 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 Dlocator_impl.cpp36 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 Dcountry_code_manager.cpp131 auto locatorImpl = LocatorImpl::GetInstance(); in GetCountryCodeByLastLocation()
181 auto locatorImpl = LocatorImpl::GetInstance(); in GetCountryCodeByLocation()
/base/location/interfaces/inner_api/include/
H A Dlocator_impl.h52 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 Dlocator.h37 static std::shared_ptr<LocatorImpl> GetInstance();
115 static std::shared_ptr<LocatorImpl> instance_;
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dlocation_policy_plugin.cpp45 Location::LocatorImpl::GetInstance()->EnableAbility(false); in OnSetPolicy()
49 Location::LocatorImpl::GetInstance()->EnableAbility(true); in OnSetPolicy()
/base/location/test/location_locator/include/
H A Dlocator_impl_test.h45 std::shared_ptr<LocatorImpl> locatorImpl_;
/base/telephony/call_manager/services/call_earthquake_alarm/include/
H A Dcall_earthquake_alarm_locator.h104 std::shared_ptr<Location::LocatorImpl> locatorImpl = nullptr;
/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp504 sptr<LocatorImpl::LocatorDeathRecipient>(new (std::nothrow) LocatorImpl::LocatorDeathRecipient(*impl)); in HWTEST_F()

Completed in 6 milliseconds