Home
last modified time | relevance | path

Searched refs:PRIORITY_UNSET (Results 1 – 11 of 11) sorted by relevance

/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_proxy_adapter_impl.cpp63 int32_t ret = OHOS::NWeb::LocationRequestConfig::Priority::PRIORITY_UNSET; in ConvertPriority()
65 case OHOS::NWeb::LocationRequestConfig::Priority::PRIORITY_UNSET: in ConvertPriority()
66 ret = OHOS::Location::PRIORITY_UNSET; in ConvertPriority()
/base/web/webview/ohos_interface/include/ohos_adapter/
Dlocation_adapter.h28 PRIORITY_UNSET = 0, enumerator
/base/location/interfaces/inner_api/include/
Dconstant_definition.h71 PRIORITY_UNSET = 0x0200, enumerator
/base/location/frameworks/location_common/common/source/
Drequest_config.cpp38 priority_ = PRIORITY_UNSET; in RequestConfig()
/base/location/services/location_locator/locator/source/
Dlocator_event_manager.cpp108 } else if (priority != PRIORITY_UNSET) { in LocationSessionStart()
/base/location/test/location_locator/source/
Dlocator_event_manager_test.cpp123 requestConfig2->SetPriority(PRIORITY_UNSET);
Dreport_manager_test.cpp418 requestConfig->SetPriority(PRIORITY_UNSET);
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
Dlocation_proxy_adapter_test.cpp113 priority = OHOS::NWeb::LocationRequestConfig::Priority::PRIORITY_UNSET;
/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp96 SetEnumPropertyByInteger(env, locationRequestPriority, PRIORITY_UNSET, "UNSET"); in LocationRequestPriorityTypeConstructor()
Dlocation_napi_event.cpp1493 … if ((config->GetPriority() > PRIORITY_FAST_FIRST_FIX || config->GetPriority() < PRIORITY_UNSET) && in IsRequestConfigValid()
/base/location/frameworks/native/source/
Dlocator_impl.cpp1433 requestConfig->GetPriority() != PRIORITY_UNSET)) { in HasGnssNetworkRequest()