Home
last modified time | relevance | path

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

12

/base/location/test/location_locator/source/
Dwork_record_test.cpp82 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
120 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
153 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
187 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
207 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
239 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dreport_manager_test.cpp130 auto requestConfig = std::make_unique<RequestConfig>(); variable
175 auto requestConfig = std::make_unique<RequestConfig>(); variable
324 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
360 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
400 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
417 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dlocator_impl_test.cpp208 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
473 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
493 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
542 …std::unique_ptr<LocatingRequiredDataConfig> requestConfig = std::make_unique<LocatingRequiredDataC… variable
Dlocation_without_permission_test.cpp104 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
205 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dlocator_service_test.cpp172 std::unique_ptr<RequestConfig> requestConfig = RequestConfig::Unmarshalling(data); in StartAndStopForLocating() local
251 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
274 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
865 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… variable
904 std::unique_ptr<CachedGnssLocationsRequest> requestConfig = nullptr; variable
1921 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
2051 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Drequest_manager_test.cpp49 auto requestConfig = std::make_unique<RequestConfig>(); in SetUp() local
94 std::unique_ptr<RequestConfig> requestConfig = in FillRequestField() local
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/location_common/common/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
Drequest.cpp38 Request::Request(std::unique_ptr<RequestConfig>& requestConfig, in Request()
67 void Request::SetRequestConfig(RequestConfig& requestConfig) in SetRequestConfig()
/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/web/webview/ohos_glue/ohos_adapter/bridge/
Dark_location_proxy_adapter_impl.cpp30ArkWebRefPtr<ArkLocationRequestConfig> requestConfig, ArkWebRefPtr<ArkLocationCallbackAdapter> cal… in StartLocating()
/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/location_gnss/source/
Dgnss_ability_test.cpp117 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
347 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… variable
374 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… variable
400 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… variable
1232 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
1248 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
/base/web/webview/ohos_glue/ohos_adapter/cpptoc/
Dark_location_proxy_adapter_cpptoc.cpp28 ark_location_request_config_t* requestConfig, ark_location_callback_adapter_t* callback) in ark_location_proxy_adapter_start_locating()
/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.cpp62 auto requestConfig = std::make_unique<RequestConfig>(); in RequestFuzzerTest() local
/base/location/services/location_locator/locator/source/
Drequest_manager.cpp163 auto requestConfig = request->GetRequestConfig(); in RestorRequest() local
371 auto requestConfig = request->GetRequestConfig(); in ActiveLocatingStrategies() local
440 auto requestConfig = request->GetRequestConfig(); in AddRequestToWorkRecord() local
594 auto requestConfig = request->GetRequestConfig(); in UpdateRunningUids() local
/base/location/test/location_passive/source/
Dpassive_ability_test.cpp96 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
/base/web/webview/test/unittest/nweb_surface_adapter_test/
Dnweb_surface_adapter_test.cpp138 BufferRequestConfig requestConfig = { variable
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_proxy_adapter_mock.cpp115std::shared_ptr<LocationRequestConfig> requestConfig, std::shared_ptr<LocationCallbackAdapter> cal… in StartLocating()
Dlocation_proxy_adapter_impl.cpp256 std::shared_ptr<LocationRequestConfig> requestConfig, in StartLocating()
/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/test/location_common/source/
Dlocation_common_test.cpp332 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
700 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(1); variable
/base/location/test/location_network/source/
Dnetwork_ability_test.cpp102 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable

12