/base/location/frameworks/location_common/common/source/ |
D | request_config.cpp | 45 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/ |
D | location_proxy_adapter_test.cpp | 77 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/ |
D | locator_impl_test.cpp | 203 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
|
D | report_manager_test.cpp | 125 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
|
D | location_without_permission_test.cpp | 102 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable 217 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
|
D | locator_service_test.cpp | 167 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
|
D | request_manager_test.cpp | 48 auto requestConfig = std::make_unique<RequestConfig>(); in SetUp() local 93 std::unique_ptr<RequestConfig> requestConfig = in FillRequestField() local
|
D | locator_background_proxy_test.cpp | 154 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/ |
D | surface_adapter_impl_test.cpp | 61 BufferRequestConfig requestConfig = { in GetBufferRequestConfig() local 146 auto requestConfig = GetBufferRequestConfig(format); variable
|
/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/ |
D | locatorbackgroundproxy_fuzzer.cpp | 41 std::unique_ptr<RequestConfig> requestConfig = in LocatorBackgroundProxyFuzzerTest() local
|
/base/web/webview/ohos_wrapper/src/ |
D | nweb_location_wrapper.cpp | 42 std::unique_ptr<RequestConfig>& requestConfig, in StartLocating()
|
/base/location/test/fuzztest/locator/requestmanager_fuzzer/ |
D | requestmanager_fuzzer.cpp | 62 auto requestConfig = std::make_unique<RequestConfig>(); in RequestFuzzerTest() local
|
/base/location/test/location_gnss/source/ |
D | gnss_ability_test.cpp | 339 …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/ |
D | gnss_ability_skeleton.cpp | 104 …std::unique_ptr<CachedGnssLocationsRequest> requestConfig = std::make_unique<CachedGnssLocationsRe… in OnRemoteRequest() local
|
/base/location/test/location_common/source/ |
D | location_common_test.cpp | 328 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/ |
D | request_manager.cpp | 197 auto requestConfig = request->GetRequestConfig(); in RestorRequest() local 384 auto requestConfig = request->GetRequestConfig(); in ActiveLocatingStrategies() local 417 auto requestConfig = request->GetRequestConfig(); in AddRequestToWorkRecord() local
|
D | request.cpp | 39 void Request::SetRequestConfig(RequestConfig& requestConfig) in SetRequestConfig()
|
D | locator_background_proxy.cpp | 48 auto requestConfig = std::make_unique<RequestConfig>(); in LocatorBackgroundProxy() local
|
D | locator_skeleton.cpp | 170 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/ |
D | location_napi_system.cpp | 38 auto requestConfig = std::make_unique<RequestConfig>(); in GetLocationOnce() local 206 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); in SubscribeSystemLocationChange() local
|
D | location_napi_event.cpp | 468 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/ |
D | nweb_surface_adapter_test.cpp | 166 BufferRequestConfig requestConfig = { variable
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
D | location_proxy_adapter_impl.cpp | 271 std::unique_ptr<LocationRequestConfig>& requestConfig, in StartLocating()
|
/base/location/frameworks/native/source/ |
D | locator_impl.cpp | 125 void LocatorImpl::StartLocating(std::unique_ptr<RequestConfig>& requestConfig, in StartLocating() 655 LocationErrCode LocatorImpl::StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig, in StartLocatingV9()
|
D | napi_util.cpp | 242 std::unique_ptr<RequestConfig>& requestConfig) in JsObjToLocationRequest() 283 std::unique_ptr<RequestConfig>& requestConfig) in JsObjToCurrentLocationRequest()
|