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:PRIORITY_UNSET
(Results
1 - 12
of
12
) sorted by relevance
/base/web/webview/ohos_adapter/location_adapter/src/
H
A
D
location_proxy_adapter_impl.cpp
65
int32_t ret = OHOS::NWeb::LocationRequestConfig::Priority::
PRIORITY_UNSET
;
in ConvertPriority()
67
case OHOS::NWeb::LocationRequestConfig::Priority::
PRIORITY_UNSET
:
in ConvertPriority()
68
ret = OHOS::Location::
PRIORITY_UNSET
;
in ConvertPriority()
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
location_adapter.h
28
PRIORITY_UNSET
= 0,
enumerator
/base/location/services/location_locator/locator/source/
H
A
D
locator_event_manager.cpp
112
} else if (priority !=
PRIORITY_UNSET
) {
in LocationSessionStart()
/base/location/frameworks/base_module/source/
H
A
D
request_config.cpp
38
priority_ =
PRIORITY_UNSET
;
in RequestConfig()
/base/location/interfaces/inner_api/include/
H
A
D
constant_definition.h
77
PRIORITY_UNSET
= 0x0200,
enumerator
/base/location/test/location_locator/source/
H
A
D
locator_event_manager_test.cpp
123
requestConfig2->SetPriority(
PRIORITY_UNSET
);
in HWTEST_F()
H
A
D
report_manager_test.cpp
423
requestConfig->SetPriority(
PRIORITY_UNSET
);
in HWTEST_F()
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H
A
D
location_proxy_adapter_test.cpp
113
priority = OHOS::NWeb::LocationRequestConfig::Priority::
PRIORITY_UNSET
;
in HWTEST_F()
/base/location/frameworks/js/napi/source/
H
A
D
location_napi_entry.cpp
96
SetEnumPropertyByInteger(env, locationRequestPriority,
PRIORITY_UNSET
, "UNSET");
in LocationRequestPriorityTypeConstructor()
H
A
D
location_napi_event.cpp
1513
if ((config->GetPriority() > PRIORITY_FAST_FIRST_FIX || config->GetPriority() <
PRIORITY_UNSET
) &&
in IsRequestConfigValid()
/base/location/frameworks/cj/source/
H
A
D
geolocationmanager_impl.cpp
69
config->GetPriority() < Location::
PRIORITY_UNSET
) &&
in CjIsRequestConfigValid()
/base/location/frameworks/native/locator_sdk/source/
H
A
D
locator_impl.cpp
1485
requestConfig->GetPriority() !=
PRIORITY_UNSET
)) {
in HasGnssNetworkRequest()
Completed in 12 milliseconds