Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:requestConfig_
(Results
1 - 9
of
9
) sorted by relevance
/base/location/frameworks/location_common/common/source/
H
A
D
request.cpp
32
requestConfig_
= new (std::nothrow) RequestConfig();
in Request()
51
requestConfig_
= new (std::nothrow) RequestConfig();
in Request()
65
requestConfig_
->SetTimeStamp(CommonUtils::GetCurrentTime());
in Request()
75
if (
requestConfig_
== nullptr) {
in SetRequestConfig()
78
requestConfig_
->Set(requestConfig);
in SetRequestConfig()
88
return
requestConfig_
;
in GetRequestConfig()
230
if (
requestConfig_
== nullptr || proxys == nullptr) {
in GetProxyName()
236
switch (
requestConfig_
->GetScenario()) {
in GetProxyName()
273
if (
requestConfig_
== nullptr || proxys == nullptr) {
in GetProxyNameByPriority()
279
switch (
requestConfig_
in GetProxyNameByPriority()
[all...]
/base/location/frameworks/native/location_ndk/source/
H
A
D
location_info_callback_host.cpp
81
if (
requestConfig_
!= nullptr &&
requestConfig_
->callback_ != nullptr &&
requestConfig_
->userData_ != nullptr) {
in OnLocationReport()
82
requestConfig_
->callback_(&location_info,
requestConfig_
->userData_);
in OnLocationReport()
/base/location/frameworks/native/location_ndk/include/
H
A
D
location_info_callback_host.h
37
requestConfig_
= requestConfig;
in SetRequestConfig()
42
return
requestConfig_
;
in GetRequestConfig()
46
const Location_RequestConfig*
requestConfig_
= nullptr;
member in OHOS::Location::LocationInfoCallbackHost
/base/location/test/location_common/source/
H
A
D
location_common_test.cpp
831
request->
requestConfig_
= nullptr;
in HWTEST_F()
866
request->
requestConfig_
= nullptr;
in HWTEST_F()
889
request->
requestConfig_
= nullptr;
in HWTEST_F()
903
request->
requestConfig_
->scenario_ = LOCATION_SCENE_NAVIGATION;
in HWTEST_F()
905
request->
requestConfig_
->scenario_ = LOCATION_SCENE_SPORT;
in HWTEST_F()
907
request->
requestConfig_
->scenario_ = LOCATION_SCENE_TRANSPORT;
in HWTEST_F()
909
request->
requestConfig_
->scenario_ = LOCATION_SCENE_HIGH_POWER_CONSUMPTION;
in HWTEST_F()
911
request->
requestConfig_
->scenario_ = SCENE_NAVIGATION;
in HWTEST_F()
913
request->
requestConfig_
->scenario_ = SCENE_TRAJECTORY_TRACKING;
in HWTEST_F()
915
request->
requestConfig_
in HWTEST_F()
[all...]
/base/location/test/location_manager/source/
H
A
D
locator_ability_test.cpp
245
request->
requestConfig_
->scenario_ = SCENE_UNSET;
in HWTEST_F()
246
request->
requestConfig_
->priority_ = PRIORITY_LOW_POWER;
in HWTEST_F()
262
request->
requestConfig_
->scenario_ = SCENE_UNSET;
in HWTEST_F()
263
request->
requestConfig_
->priority_ = LOCATION_PRIORITY_ACCURACY;
in HWTEST_F()
279
request->
requestConfig_
->fixNumber_ = 1;
in HWTEST_F()
309
request->
requestConfig_
->fixNumber_ = 1;
in HWTEST_F()
310
request->
requestConfig_
->scenario_ = SCENE_DAILY_LIFE_SERVICE;
in HWTEST_F()
325
request->
requestConfig_
->fixNumber_ = 0;
in HWTEST_F()
326
request->
requestConfig_
->scenario_ = SCENE_DAILY_LIFE_SERVICE;
in HWTEST_F()
341
request->
requestConfig_
in HWTEST_F()
[all...]
/base/location/interfaces/inner_api/include/
H
A
D
request.h
88
sptr<RequestConfig>
requestConfig_
;
member in OHOS::Location::Request
H
A
D
location_async_context.h
248
std::unique_ptr<LocatingRequiredDataConfig>
requestConfig_
;
member in OHOS::Location::LocatingRequiredDataConfigAsyncContext
/base/location/test/location_locator/source/
H
A
D
report_manager_test.cpp
485
request->
requestConfig_
= nullptr;
in HWTEST_F()
H
A
D
locator_background_proxy_test.cpp
789
request1->
requestConfig_
= nullptr;
in HWTEST_F()
Completed in 8 milliseconds