Home
last modified time | relevance | path

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

12

/base/location/frameworks/location_common/common/source/
Drequest_config.cpp45 void RequestConfig::Set(RequestConfig& requestConfig) in Set()
55 bool RequestConfig::IsSame(RequestConfig& requestConfig) in IsSame()
78 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::unique_ptr<LocationRequestConfig> requestConfig = variable
121 std::unique_ptr<OHOS::Location::RequestConfig>& requestConfig = requestConfigImpl->GetConfig(); variable
215 …std::unique_ptr<LocationRequestConfig> requestConfig = std::make_unique<LocationRequestConfigImpl>… variable
259 …std::unique_ptr<LocationRequestConfig> requestConfig = std::make_unique<LocationRequestConfigImpl>… variable
/base/location/test/location_locator/source/
Dlocator_impl_test.cpp203 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
470 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
490 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
553 …std::unique_ptr<LocatingRequiredDataConfig> requestConfig = std::make_unique<LocatingRequiredDataC… variable
Dreport_manager_test.cpp125 auto requestConfig = std::make_unique<RequestConfig>(); variable
302 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
341 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dlocation_without_permission_test.cpp102 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
217 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dlocator_service_test.cpp167 std::unique_ptr<RequestConfig> requestConfig = RequestConfig::Unmarshalling(data); in StartAndStopForLocating() local
246 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
269 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
860 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… variable
899 std::unique_ptr<CachedGnssLocationsRequest> requestConfig = nullptr; variable
1991 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Drequest_manager_test.cpp48 auto requestConfig = std::make_unique<RequestConfig>(); in SetUp() local
93 std::unique_ptr<RequestConfig> requestConfig = in FillRequestField() local
Dlocator_background_proxy_test.cpp154 auto requestConfig = std::make_unique<RequestConfig>(); variable
179 auto requestConfig = std::make_unique<RequestConfig>(); variable
201 auto requestConfig = std::make_unique<RequestConfig>(); variable
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
Dsurface_adapter_impl_test.cpp61 BufferRequestConfig requestConfig = { in GetBufferRequestConfig() local
146 auto requestConfig = GetBufferRequestConfig(format); variable
/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/
Dlocatorbackgroundproxy_fuzzer.cpp41 std::unique_ptr<RequestConfig> requestConfig = in LocatorBackgroundProxyFuzzerTest() local
/base/web/webview/ohos_wrapper/src/
Dnweb_location_wrapper.cpp42 std::unique_ptr<RequestConfig>& requestConfig, in StartLocating()
/base/location/test/fuzztest/locator/requestmanager_fuzzer/
Drequestmanager_fuzzer.cpp62 auto requestConfig = std::make_unique<RequestConfig>(); in RequestFuzzerTest() local
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp339 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… variable
366 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… variable
392 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… variable
/base/location/services/location_gnss/gnss/source/
Dgnss_ability_skeleton.cpp104 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… in OnRemoteRequest() local
/base/location/test/location_common/source/
Dlocation_common_test.cpp328 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
715 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(1); variable
/base/location/services/location_locator/locator/source/
Drequest_manager.cpp197 auto requestConfig = request->GetRequestConfig(); in RestorRequest() local
384 auto requestConfig = request->GetRequestConfig(); in ActiveLocatingStrategies() local
417 auto requestConfig = request->GetRequestConfig(); in AddRequestToWorkRecord() local
Drequest.cpp39 void Request::SetRequestConfig(RequestConfig& requestConfig) in SetRequestConfig()
Dlocator_background_proxy.cpp48 auto requestConfig = std::make_unique<RequestConfig>(); in LocatorBackgroundProxy() local
Dlocator_skeleton.cpp170 std::unique_ptr<RequestConfig> requestConfig = RequestConfig::Unmarshalling(data); in PreStartLocating() local
498 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… in PreStartCacheLocating() local
/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
Dlocation_napi_event.cpp468 auto requestConfig = std::make_unique<RequestConfig>(); in CreateRequestConfig() local
493 auto requestConfig = CreateRequestConfig(env, argv, objectArgsNum); in RequestLocationOnce() local
513 auto requestConfig = CreateRequestConfig(env, argv, objectArgsNum); in RequestLocationOnceV9() local
/base/web/webview/test/unittest/nweb_surface_adapter_test/
Dnweb_surface_adapter_test.cpp166 BufferRequestConfig requestConfig = { variable
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_proxy_adapter_impl.cpp271 std::unique_ptr<LocationRequestConfig>& requestConfig, in StartLocating()
/base/location/frameworks/native/source/
Dlocator_impl.cpp125 void LocatorImpl::StartLocating(std::unique_ptr<RequestConfig>& requestConfig, in StartLocating()
655 LocationErrCode LocatorImpl::StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig, in StartLocatingV9()
Dnapi_util.cpp242 std::unique_ptr<RequestConfig>& requestConfig) in JsObjToLocationRequest()
283 std::unique_ptr<RequestConfig>& requestConfig) in JsObjToCurrentLocationRequest()

12