/base/location/test/location_locator/source/ |
D | work_record_test.cpp | 82 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
|
D | report_manager_test.cpp | 130 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
|
D | locator_impl_test.cpp | 208 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
|
D | location_without_permission_test.cpp | 104 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable 205 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
|
D | locator_service_test.cpp | 172 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
|
D | request_manager_test.cpp | 49 auto requestConfig = std::make_unique<RequestConfig>(); in SetUp() local 94 std::unique_ptr<RequestConfig> requestConfig = in FillRequestField() local
|
D | locator_background_proxy_test.cpp | 157 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/ |
D | request_config.cpp | 47 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
|
D | request.cpp | 38 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/ |
D | location_proxy_adapter_test.cpp | 77 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/ |
D | ark_location_proxy_adapter_impl.cpp | 30 …ArkWebRefPtr<ArkLocationRequestConfig> requestConfig, ArkWebRefPtr<ArkLocationCallbackAdapter> cal… in StartLocating()
|
/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/location_gnss/source/ |
D | gnss_ability_test.cpp | 117 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/ |
D | ark_location_proxy_adapter_cpptoc.cpp | 28 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/ |
D | surface_adapter_impl_test.cpp | 65 BufferRequestConfig requestConfig = { in GetBufferRequestConfig() local 230 auto requestConfig = GetBufferRequestConfig(format); variable
|
/base/location/test/fuzztest/locator/requestmanager_fuzzer/ |
D | requestmanager_fuzzer.cpp | 62 auto requestConfig = std::make_unique<RequestConfig>(); in RequestFuzzerTest() local
|
/base/location/services/location_locator/locator/source/ |
D | request_manager.cpp | 163 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/ |
D | passive_ability_test.cpp | 96 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
|
/base/web/webview/test/unittest/nweb_surface_adapter_test/ |
D | nweb_surface_adapter_test.cpp | 138 BufferRequestConfig requestConfig = { variable
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
D | location_proxy_adapter_mock.cpp | 115 …std::shared_ptr<LocationRequestConfig> requestConfig, std::shared_ptr<LocationCallbackAdapter> cal… in StartLocating()
|
D | location_proxy_adapter_impl.cpp | 256 std::shared_ptr<LocationRequestConfig> requestConfig, in StartLocating()
|
/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
|
/base/location/test/location_common/source/ |
D | location_common_test.cpp | 332 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/ |
D | network_ability_test.cpp | 102 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
|