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:SCENE_UNSET
(Results
1 - 20
of
20
) sorted by relevance
/base/location/frameworks/native/location_ndk/include/
H
A
D
locator_c_impl.h
26
int32_t scenario_ = OHOS::Location::
SCENE_UNSET
;
/base/location/frameworks/base_module/source/
H
A
D
request_config.cpp
26
scenario_ =
SCENE_UNSET
;
in RequestConfig()
64
if (scenario_ !=
SCENE_UNSET
) {
in IsSame()
/base/location/frameworks/location_common/common/source/
H
A
D
request.cpp
261
case
SCENE_UNSET
: {
in GetProxyName()
344
(requestConfig_->GetScenario() ==
SCENE_UNSET
&& requestConfig_->GetPriority() == PRIORITY_ACCURACY) ||
in SetNlpRequestType()
345
(requestConfig_->GetScenario() ==
SCENE_UNSET
&& requestConfig_->GetPriority() == PRIORITY_FAST_FIRST_FIX) ||
in SetNlpRequestType()
347
(requestConfig_->GetScenario() ==
SCENE_UNSET
&& requestConfig_->GetPriority() == LOCATION_PRIORITY_ACCURACY)) {
in SetNlpRequestType()
/base/location/services/location_locator/locator/source/
H
A
D
locator_event_manager.cpp
110
if (scenario !=
SCENE_UNSET
) {
in LocationSessionStart()
H
A
D
report_manager.cpp
433
if ((request->GetRequestConfig()->GetScenario() ==
SCENE_UNSET
&&
in IsRequestFuse()
H
A
D
request_manager.cpp
383
if (requestType ==
SCENE_UNSET
) {
in ActiveLocatingStrategies()
H
A
D
locator_ability.cpp
984
((requestConfig->GetScenario() ==
SCENE_UNSET
) && (requestConfig->GetPriority() == PRIORITY_FAST_FIRST_FIX)) ||
in IsCacheVaildScenario()
985
((requestConfig->GetScenario() ==
SCENE_UNSET
) && (requestConfig->GetPriority() == PRIORITY_LOW_POWER))) {
in IsCacheVaildScenario()
/base/location/interfaces/inner_api/include/
H
A
D
constant_definition.h
68
SCENE_UNSET
= 0x0300,
enumerator
/base/location/frameworks/native/location_ndk/source/
H
A
D
locator_c_impl.cpp
69
if (requestConfig->scenario_ == OHOS::Location::
SCENE_UNSET
) {
in OH_Location_StartLocating()
186
if (requestConfig->scenario_ == OHOS::Location::
SCENE_UNSET
||
in OH_LocationRequestConfig_SetPowerConsumptionScene()
/base/location/test/location_manager/source/
H
A
D
request_manager_test.cpp
450
requestConfig6->SetScenario(
SCENE_UNSET
);
in HWTEST_F()
467
requestConfig7->SetScenario(
SCENE_UNSET
);
in HWTEST_F()
484
requestConfig8->SetScenario(
SCENE_UNSET
);
in HWTEST_F()
501
requestConfig9->SetScenario(
SCENE_UNSET
);
in HWTEST_F()
H
A
D
locator_ability_test.cpp
245
request->requestConfig_->scenario_ =
SCENE_UNSET
;
in HWTEST_F()
262
request->requestConfig_->scenario_ =
SCENE_UNSET
;
in HWTEST_F()
/base/location/test/location_common/source/
H
A
D
location_common_test.cpp
388
requestConfigForSet3.SetScenario(
SCENE_UNSET
);
in HWTEST_F()
390
requestConfigForCompare->SetScenario(
SCENE_UNSET
);
in HWTEST_F()
395
requestConfigForSet4.SetScenario(
SCENE_UNSET
);
in HWTEST_F()
397
requestConfigForCompare->SetScenario(
SCENE_UNSET
);
in HWTEST_F()
925
request->requestConfig_->scenario_ =
SCENE_UNSET
;
in HWTEST_F()
/base/location/test/location_locator/source/
H
A
D
locator_event_manager_test.cpp
164
requestConfig2->SetScenario(
SCENE_UNSET
);
in HWTEST_F()
H
A
D
report_manager_test.cpp
407
requestConfig->SetScenario(
SCENE_UNSET
);
in HWTEST_F()
424
requestConfig->SetScenario(
SCENE_UNSET
);
in HWTEST_F()
/base/web/webview/ohos_adapter/location_adapter/src/
H
A
D
location_proxy_adapter_impl.cpp
40
ret = OHOS::Location::
SCENE_UNSET
;
in ConvertScenario()
/base/location/frameworks/native/locator_agent/source/
H
A
D
locator_agent.cpp
234
requestConfig->SetScenario(
SCENE_UNSET
);
in StartGnssLocating()
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_impl.cpp
61
if ((config->GetScenario() > Location::SCENE_NO_POWER || config->GetScenario() < Location::
SCENE_UNSET
) &&
in CjIsRequestConfigValid()
105
(config->GetScenario() == Location::
SCENE_UNSET
&& config->GetPriority() == Location::PRIORITY_ACCURACY) ||
in CjGetCurrentLocationType()
/base/location/frameworks/js/napi/source/
H
A
D
location_napi_entry.cpp
107
SetEnumPropertyByInteger(env, locationRequestScenario,
SCENE_UNSET
, "UNSET");
in LocationRequestScenarioTypeConstructor()
H
A
D
location_napi_event.cpp
1506
if ((config->GetScenario() > SCENE_NO_POWER || config->GetScenario() <
SCENE_UNSET
) &&
in IsRequestConfigValid()
1588
(config->GetScenario() ==
SCENE_UNSET
&& config->GetPriority() == PRIORITY_ACCURACY) ||
in GetCurrentLocationType()
/base/location/frameworks/native/locator_sdk/source/
H
A
D
locator_impl.cpp
1484
(requestConfig->GetScenario() !=
SCENE_UNSET
||
in HasGnssNetworkRequest()
Completed in 29 milliseconds