/base/location/test/location_locator/source/ |
D | report_manager_test.cpp | 75 std::unique_ptr<Location> location = std::make_unique<Location>(); variable 100 std::unique_ptr<Location> location = std::make_unique<Location>(); variable 156 std::unique_ptr<Location> location = std::make_unique<Location>(); variable 184 std::unique_ptr<Location> location = std::make_unique<Location>(); variable 223 std::unique_ptr<Location> location = std::make_unique<Location>(); variable 250 std::unique_ptr<Location> location = std::make_unique<Location>(); variable 276 std::unique_ptr<Location> location = std::make_unique<Location>(); variable 315 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
|
D | fusion_controller_test.cpp | 107 auto location = std::make_unique<Location>(); variable 117 auto location = std::make_unique<Location>(); variable
|
D | location_approximately_permission_test.cpp | 81 std::unique_ptr<Location> location = std::make_unique<Location>(); variable 108 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
|
D | callback_test.cpp | 54 auto location = variable 286 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
|
/base/location/frameworks/location_common/common/source/ |
D | location.cpp | 45 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/ |
D | report_manager.cpp | 41 bool ReportManager::OnReportLocation(const std::unique_ptr<Location>& location, std::string ability… in OnReportLocation() 89 …_ptr<std::list<std::shared_ptr<Request>>>& deadRequests, const std::unique_ptr<Location>& location) in ProcessRequestForReport() 117 const std::unique_ptr<Location>& location) in GetPermittedLocation() 151 bool ReportManager::ResultCheck(const std::unique_ptr<Location>& location, in ResultCheck() 204 void ReportManager::SetLastLocation(const std::unique_ptr<Location>& location) in SetLastLocation() 244 …nique_ptr<Location> ReportManager::ApproximatelyLocation(const std::unique_ptr<Location>& location) in ApproximatelyLocation()
|
D | subability_common.cpp | 164 …lity::SetMockedLocations(const int timeInterval, const std::vector<std::shared_ptr<Location>> &loc… in SetMockedLocations() 176 void SubAbility::CacheLocationMock(const std::vector<std::shared_ptr<Location>> &location) in CacheLocationMock()
|
D | fusion_controller.cpp | 62 …id FusionController::FuseResult(std::string abilityName, const std::unique_ptr<Location>& location) in FuseResult()
|
D | country_code_manager.cpp | 144 auto location = std::make_unique<Location>(*lastLocation); in GetCountryCodeByLastLocation() local 182 std::string CountryCodeManager::GetCountryCodeByLocation(const std::unique_ptr<Location>& location) in GetCountryCodeByLocation() 337 …id CountryCodeManager::LocatorCallback::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
|
D | locator_ability.cpp | 638 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToGnssSa() 656 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToNetworkSa() 675 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in SendLocationMockMsgToPassiveSa() 694 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location, int msgId) in ProcessLocationMockMsg() 712 std::vector<std::shared_ptr<Location>> location; in EnableLocationMock() local 719 std::vector<std::shared_ptr<Location>> location; in DisableLocationMock() local 724 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMockedLocations() 785 LocationErrCode LocatorAbility::ReportLocation(const std::unique_ptr<Location>& location, std::stri… in ReportLocation()
|
D | passive_ability_proxy.cpp | 101 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMocked()
|
/base/location/services/location_network/network/source/ |
D | network_callback_host.cpp | 32 std::unique_ptr<Location> location = Location::Unmarshalling(data); in OnRemoteRequest() local 44 void NetworkCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
|
/base/location/test/fuzztest/locator/fusioncontroller_fuzzer/ |
D | fusioncontroller_fuzzer.cpp | 34 auto location = std::make_unique<OHOS::Location::Location>(); in FusionControllerFuzzerTest() local
|
/base/location/services/location_locator/callback/source/ |
D | locator_callback_proxy.cpp | 32 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/frameworks/installer_manager/src/ |
D | installer_manager_helper.cpp | 74 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
|
D | installer_manager.cpp | 75 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
|
/base/location/test/fuzztest/locator/reportmanager_fuzzer/ |
D | reportmanager_fuzzer.cpp | 37 std::unique_ptr<OHOS::Location::Location> location = in ReportManagerFuzzerTest() local
|
/base/update/sys_installer/frameworks/ipc_server/src/ |
D | sys_installer_server.cpp | 71 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
|
/base/location/frameworks/native/source/ |
D | locator_callback_host.cpp | 70 std::unique_ptr<Location> location = Location::Unmarshalling(data); in OnRemoteRequest() local 234 void LocatorCallbackHost::OnLocationReport(const std::unique_ptr<Location>& location) in OnLocationReport()
|
D | locator_impl.cpp | 78 std::unique_ptr<Location> location = nullptr; in GetCachedLocation() local 273 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMockedLocations() 482 const int timeInterval, const std::vector<std::shared_ptr<Location>> &location) in SetMockedLocationsV9()
|
/base/location/services/location_gnss/gnss/source/ |
D | gnss_event_callback.cpp | 28 int32_t GnssEventCallback::ReportLocation(const LocationInfo& location) in ReportLocation()
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_system_event.h | 34 #define SYS_EVENT_SYSTEM_UPGRADE_FAULT(validCheck, deviceId, versionInfo, reason, location) \ argument
|
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
D | sys_installer_proxy.cpp | 138 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
|
D | sys_installer_kits_impl.cpp | 181 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip()
|
/base/location/test/location_network/source/ |
D | network_ability_stub_test.cpp | 184 std::unique_ptr<Location> location = std::make_unique<Location>(); variable
|