Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 51) sorted by relevance

123

/base/location/test/location_locator/source/
Dreport_manager_test.cpp78 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
103 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
188 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
216 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
246 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
273 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
299 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
338 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
Dfusion_controller_test.cpp120 auto location = std::make_unique<Location>(); variable
131 auto location = std::make_unique<Location>(); variable
Dlocation_approximately_permission_test.cpp83 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
110 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
Dcallback_test.cpp61 auto location = variable
304 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
/base/location/frameworks/location_common/common/source/
Dlocation.cpp45 Location::Location(Location& location) in Location() function in OHOS::Location::Location
83 std::shared_ptr<Location> location = std::make_shared<Location>(); in UnmarshallingShared() local
90 std::unique_ptr<Location> location = std::make_unique<Location>(); in Unmarshalling() local
/base/location/services/location_locator/locator/source/
Dreport_manager.cpp42 bool ReportManager::OnReportLocation(const std::unique_ptr<Location>& location, std::string ability… in OnReportLocation()
90 …_ptr<std::list<std::shared_ptr<Request>>>& deadRequests, const std::unique_ptr<Location>& location) in ProcessRequestForReport()
116 const std::unique_ptr<Location>& location) in GetPermittedLocation()
156 bool ReportManager::ResultCheck(const std::unique_ptr<Location>& location, in ResultCheck()
209 void ReportManager::SetLastLocation(const std::unique_ptr<Location>& location) in SetLastLocation()
249 …nique_ptr<Location> ReportManager::ApproximatelyLocation(const std::unique_ptr<Location>& location) in ApproximatelyLocation()
Dsubability_common.cpp165 …lity::SetMockedLocations(const int timeInterval, const std::vector<std::shared_ptr<Location>> &loc… in SetMockedLocations()
177 void SubAbility::CacheLocationMock(const std::vector<std::shared_ptr<Location>> &location) in CacheLocationMock()
210 const std::string& systemAbility, const std::shared_ptr<Location> location) in ReportLocationInfo()
Dfusion_controller.cpp66 …id FusionController::FuseResult(std::string abilityName, const std::unique_ptr<Location>& location) in FuseResult()
Dlocator_ability.cpp639 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToGnssSa()
660 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToNetworkSa()
682 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToPassiveSa()
703 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in ProcessLocationMockMsg()
777 std::vector<std::shared_ptr<Location>> location; in EnableLocationMock() local
785 std::vector<std::shared_ptr<Location>> location; in DisableLocationMock() local
791 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMockedLocations()
861 LocationErrCode LocatorAbility::ReportLocation(const std::unique_ptr<Location>& location, std::stri… in ReportLocation()
/base/update/sys_installer/frameworks/installer_manager/src/
Dinstaller_manager_helper.cpp78 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
83 int32_t InstallerManagerHelper::StartDeleteParaZip(const std::string &location, const std::string &… in StartDeleteParaZip()
Dinstaller_manager.cpp79 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
88 int32_t InstallerManager::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip()
/base/location/services/location_network/network/source/
Dnetwork_callback_host.cpp35 std::unique_ptr<Location> location = Location::Unmarshalling(data); in OnRemoteRequest() local
47 void NetworkCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
/base/web/webview/test/unittest/ohos_adapter/location_callback_adapter_test/
Dlocation_callback_adapter_test.cpp52 const std::unique_ptr<LocationInfo>& location) override in OnLocationReport()
95 … std::unique_ptr<OHOS::Location::Location> location = std::make_unique<OHOS::Location::Location>(); variable
123 … std::unique_ptr<OHOS::Location::Location> location = std::make_unique<OHOS::Location::Location>(); variable
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_callback_adapter_impl.cpp41 std::unique_ptr<OHOS::Location::Location> location = in OnRemoteRequest() local
65 const std::unique_ptr<OHOS::Location::Location>& location) in OnLocationReport()
/base/update/sys_installer/frameworks/ipc_server/src/
Dsys_installer_server.cpp71 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
77 int32_t SysInstallerServer::StartDeleteParaZip(const std::string &location, const std::string &cfgD… in StartDeleteParaZip()
Dsys_installer_stub.cpp117 string location = Str16ToStr8(data.ReadString16()); in StartUpdateParaZipStub() local
133 string location = Str16ToStr8(data.ReadString16()); in StartDeleteParaZipStub() local
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
Dlocation_proxy_adapter_test.cpp57 const std::unique_ptr<LocationInfo>& location) override in OnLocationReport()
152 … std::unique_ptr<OHOS::Location::Location> location = std::make_unique<OHOS::Location::Location>(); variable
184 std::unique_ptr<OHOS::Location::Location> location = nullptr; variable
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_user_data_encode.cpp56 uint16_t location = buffer.GetIndex(); in EncodeGsmHeadPdu() local
129 uint16_t location = buffer.GetIndex(); in Encode8bitHeadPdu() local
203 uint16_t location = buffer.GetIndex(); in EncodeUcs2HeadPdu() local
/base/location/test/fuzztest/locator/fusioncontroller_fuzzer/
Dfusioncontroller_fuzzer.cpp34 auto location = std::make_unique<OHOS::Location::Location>(); in FusionControllerFuzzerTest() local
/base/location/services/location_locator/callback/source/
Dlocator_callback_proxy.cpp32 void LocatorCallbackProxy::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
101 void LocatorCallbackStub::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
Dsys_installer_proxy.cpp143 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
173 int32_t SysInstallerProxy::StartDeleteParaZip(const std::string &location, const std::string &cfgDi… in StartDeleteParaZip()
Dsys_installer_kits_impl.cpp196 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
209 int32_t SysInstallerKitsImpl::StartDeleteParaZip(const std::string &location, const std::string &cf… in StartDeleteParaZip()
/base/location/test/fuzztest/locator/reportmanager_fuzzer/
Dreportmanager_fuzzer.cpp37 std::unique_ptr<OHOS::Location::Location> location = in ReportManagerFuzzerTest() local
/base/location/frameworks/native/source/
Dlocator_callback_host.cpp70 std::unique_ptr<Location> location = Location::Unmarshalling(data); in OnRemoteRequest() local
228 void LocatorCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
/base/location/services/location_gnss/gnss/source/
Dgnss_event_callback.cpp28 int32_t GnssEventCallback::ReportLocation(const LocationInfo& location) in ReportLocation()

123