Home
last modified time | relevance | path

Searched defs:requestConfig (Results 1 – 25 of 42) sorted by relevance

12

/base/location/frameworks/native/location_ndk/source/
Dlocator_c_impl.cpp54 Location_ResultCode OH_Location_StartLocating(const Location_RequestConfig* requestConfig) in OH_Location_StartLocating()
84 Location_ResultCode OH_Location_StopLocating(const Location_RequestConfig* requestConfig) in OH_Location_StopLocating()
149 void OH_Location_DestroyRequestConfig(Location_RequestConfig* requestConfig) in OH_Location_DestroyRequestConfig()
159 void OH_LocationRequestConfig_SetUseScene(Location_RequestConfig* requestConfig, in OH_LocationRequestConfig_SetUseScene()
174 void OH_LocationRequestConfig_SetPowerConsumptionScene(Location_RequestConfig* requestConfig, in OH_LocationRequestConfig_SetPowerConsumptionScene()
194 void OH_LocationRequestConfig_SetInterval(Location_RequestConfig* requestConfig, in OH_LocationRequestConfig_SetInterval()
210 void OH_LocationRequestConfig_SetCallback(Location_RequestConfig* requestConfig, in OH_LocationRequestConfig_SetCallback()
229 void RemoveLocationCallBack(const Location_RequestConfig* requestConfig) in RemoveLocationCallBack()
252 …ocation::LocationInfoCallbackHost> GetLocationCallBack(const Location_RequestConfig* requestConfig) in GetLocationCallBack()
/base/location/test/location_locator/source/
Dwork_record_test.cpp83 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
121 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
154 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
188 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
208 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
240 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dreport_manager_test.cpp130 auto requestConfig = std::make_unique<RequestConfig>(); variable
184 auto requestConfig = std::make_unique<RequestConfig>(); variable
294 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
414 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
431 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
466 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
511 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dlocator_impl_test.cpp209 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
451 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
471 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
520 …std::unique_ptr<LocatingRequiredDataConfig> requestConfig = std::make_unique<LocatingRequiredDataC… variable
Dlocator_service_test.cpp173 std::unique_ptr<RequestConfig> requestConfig = RequestConfig::Unmarshalling(data); in StartAndStopForLocating() local
252 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
275 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
894 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… variable
933 std::unique_ptr<CachedGnssLocationsRequest> requestConfig = nullptr; variable
1965 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
2123 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
2137 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
2151 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dlocation_without_permission_test.cpp106 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
205 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dlocator_background_proxy_test.cpp157 auto requestConfig = std::make_unique<RequestConfig>(); variable
182 auto requestConfig = std::make_unique<RequestConfig>(); variable
204 auto requestConfig = std::make_unique<RequestConfig>(); variable
/base/location/frameworks/base_module/source/
Drequest_config.cpp47 void RequestConfig::Set(RequestConfig& requestConfig) in Set()
59 bool RequestConfig::IsSame(RequestConfig& requestConfig) in IsSame()
83 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); in Unmarshalling() local
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
Dlocation_proxy_adapter_test.cpp77 std::shared_ptr<LocationRequestConfig> requestConfig = variable
121 std::unique_ptr<OHOS::Location::RequestConfig>& requestConfig = requestConfigImpl->GetConfig(); variable
219 …std::shared_ptr<LocationRequestConfig> requestConfig = std::make_shared<LocationRequestConfigImpl>… variable
262 …std::shared_ptr<LocationRequestConfig> requestConfig = std::make_shared<LocationRequestConfigImpl>… variable
/base/location/frameworks/cj/source/
Dgeolocationmanager_utils.cpp80 std::unique_ptr<Location::RequestConfig>& requestConfig) in CJCurrentLocationRequestToRequestConfig()
89 std::unique_ptr<Location::RequestConfig>& requestConfig) in CJSingleLocationRequestRequestToRequestConfig()
217 std::unique_ptr<Location::RequestConfig>& requestConfig) in CJLocationRequestToRequestConfig()
231 std::unique_ptr<Location::RequestConfig>& requestConfig) in CJContinuousLocationRequestToRequestConfig()
257 std::unique_ptr<Location::CachedGnssLocationsRequest>& requestConfig) in CJCachedGnssLocationsRequestToCachedLocationRequest()
Dgeolocationmanager_impl.cpp187 auto requestConfig = std::make_unique<Location::RequestConfig>(); in GetCurrentLocation() local
195 auto requestConfig = std::make_unique<Location::RequestConfig>(); in GetCurrentLocationCurrent() local
203 auto requestConfig = std::make_unique<Location::RequestConfig>(); in GetCurrentLocationSingle() local
209 void StartLocating(std::unique_ptr<Location::RequestConfig>& requestConfig, in StartLocating()
242 CJLocation GetCurrentLocation(std::unique_ptr<Location::RequestConfig>& requestConfig, int32_t& err… in GetCurrentLocation()
376 int32_t OnLocationChange(std::unique_ptr<OHOS::Location::RequestConfig>& requestConfig, int64_t cal… in OnLocationChange()
403 auto requestConfig = std::make_unique<Location::RequestConfig>(); in OnLocationRequest() local
410 auto requestConfig = std::make_unique<Location::RequestConfig>(); in OnContinuousLocationRequest() local
/base/location/frameworks/native/location_ndk/include/
Dlocation_info_callback_host.h35 inline void SetRequestConfig(const Location_RequestConfig* requestConfig) in SetRequestConfig()
/base/location/test/location_manager/source/
Drequest_manager_test.cpp52 auto requestConfig = std::make_unique<RequestConfig>(); in SetUp() local
97 std::unique_ptr<RequestConfig> requestConfig = in FillRequestField() local
166 auto requestConfig = std::make_unique<RequestConfig>(); variable
Dlocator_ability_test.cpp223 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
242 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
259 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
276 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_location_proxy_adapter_impl.cpp30ArkWebRefPtr<ArkLocationRequestConfig> requestConfig, ArkWebRefPtr<ArkLocationCallbackAdapter> cal… in StartLocating()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_location_proxy_adapter_wrapper.cpp28 …kLocationProxyAdapterWrapper::StartLocating(std::shared_ptr<OHOS::NWeb::LocationRequestConfig> req… in StartLocating()
/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/
Dlocatorbackgroundproxy_fuzzer.cpp41 std::unique_ptr<RequestConfig> requestConfig = in LocatorBackgroundProxyFuzzerTest() local
/base/location/test/location_network/source/
Dnetwork_ability_test.cpp139 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
543 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
567 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
/base/web/webview/ohos_wrapper/src/
Dnweb_location_wrapper.cpp42 std::unique_ptr<RequestConfig>& requestConfig, in StartLocating()
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
Dsurface_adapter_impl_test.cpp65 BufferRequestConfig requestConfig = { in GetBufferRequestConfig() local
230 auto requestConfig = GetBufferRequestConfig(format); variable
/base/location/test/fuzztest/locator/requestmanager_fuzzer/
Drequestmanager_fuzzer.cpp61 auto requestConfig = std::make_unique<RequestConfig>(); in RequestFuzzerTest() local
/base/location/frameworks/location_common/common/source/
Drequest.cpp41 Request::Request(std::unique_ptr<RequestConfig>& requestConfig, in Request()
73 void Request::SetRequestConfig(RequestConfig& requestConfig) in SetRequestConfig()
/base/location/test/location_common/source/
Dlocation_common_test.cpp336 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
699 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(1); variable
822 RequestConfig requestConfig; variable
/base/location/frameworks/js/napi/source/
Dlocation_napi_system.cpp38 auto requestConfig = std::make_unique<RequestConfig>(); in GetLocationOnce() local
206 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); in SubscribeSystemLocationChange() local
/base/location/services/location_locator/locator/source/
Drequest_manager.cpp237 auto requestConfig = request->GetRequestConfig(); in RestorRequest() local
435 auto requestConfig = request->GetRequestConfig(); in ActiveLocatingStrategies() local
526 auto requestConfig = request->GetRequestConfig(); in AddRequestToWorkRecord() local
635 auto requestConfig = request->GetRequestConfig(); in UpdateRunningUids() local

12