Home
last modified time | relevance | path

Searched defs:requestConfig (Results 1 – 25 of 43) 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()
255 …ocation::LocationInfoCallbackHost> GetLocationCallBack(const Location_RequestConfig* requestConfig) in GetLocationCallBack()
/base/location/test/location_locator/source/
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
502 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
525 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
544 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
565 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
591 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
[all …]
Dwork_record_test.cpp105 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
129 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
162 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
196 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
216 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
248 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_impl_test.cpp226 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
468 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
488 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
554 …std::unique_ptr<LocatingRequiredDataConfig> requestConfig = std::make_unique<LocatingRequiredDataC… variable
998 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dlocator_service_test.cpp802 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
943 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
956 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
969 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.cpp51 void RequestConfig::Set(RequestConfig& requestConfig) in Set()
65 bool RequestConfig::IsSame(RequestConfig& requestConfig) in IsSame()
91 auto requestConfig = new 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.cpp82 std::unique_ptr<Location::RequestConfig>& requestConfig) in CJCurrentLocationRequestToRequestConfig()
91 std::unique_ptr<Location::RequestConfig>& requestConfig) in CJSingleLocationRequestRequestToRequestConfig()
219 std::unique_ptr<Location::RequestConfig>& requestConfig) in CJLocationRequestToRequestConfig()
233 std::unique_ptr<Location::RequestConfig>& requestConfig) in CJContinuousLocationRequestToRequestConfig()
259 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/test/location_manager/source/
Drequest_manager_test.cpp53 auto requestConfig = std::make_unique<RequestConfig>(); in SetUp() local
98 std::unique_ptr<RequestConfig> requestConfig = in FillRequestField() local
167 auto requestConfig = std::make_unique<RequestConfig>(); variable
637 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
673 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
724 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
Dlocator_ability_test.cpp318 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
334 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
349 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
364 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
1002 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
1122 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
1208 …std::unique_ptr<LocatingRequiredDataConfig> requestConfig = std::make_unique<LocatingRequiredDataC… variable
/base/location/test/fuzztest/locator/requestmanager_fuzzer/
Drequestmanager_fuzzer.cpp37 auto requestConfig = std::make_unique<RequestConfig>(); in RequestManagerFuzzerTest() local
73 auto requestConfig = std::make_unique<RequestConfig>(); in RequestFuzzerTest() local
/base/location/frameworks/native/location_ndk/include/
Dlocation_info_callback_host.h35 inline void SetRequestConfig(const Location_RequestConfig* requestConfig) in SetRequestConfig()
/base/location/frameworks/ets/taihe/locator_sdk/src/
Dutil.cpp119 std::unique_ptr<RequestConfig>& requestConfig) in TaiheCurrentRequestObjToRequestConfig()
189 std::unique_ptr<RequestConfig>& requestConfig) in TaiheCurrentRequestObjToRequestConfig()
/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/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/location_network/source/
Dnetwork_ability_test.cpp141 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
574 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
598 std::unique_ptr<RequestConfig> requestConfig = std::make_unique<RequestConfig>(); variable
/base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/
Dcopyframe_fuzzer.cpp53 BufferRequestConfig requestConfig = { in CopyFrameFuzzTest() local
/base/location/frameworks/location_common/common/source/
Drequest.cpp41 Request::Request(std::unique_ptr<RequestConfig>& requestConfig, in Request()
74 void Request::SetRequestConfig(RequestConfig& requestConfig) in SetRequestConfig()
/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

12