Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_impl.cpp65 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()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h28 PRIORITY_UNSET = 0, enumerator
/ohos5.0/base/location/frameworks/base_module/source/
H A Drequest_config.cpp38 priority_ = PRIORITY_UNSET; in RequestConfig()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dconstant_definition.h77 PRIORITY_UNSET = 0x0200, enumerator
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_event_manager.cpp112 } else if (priority != PRIORITY_UNSET) { in LocationSessionStart()
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_event_manager_test.cpp123 requestConfig2->SetPriority(PRIORITY_UNSET);
H A Dreport_manager_test.cpp423 requestConfig->SetPriority(PRIORITY_UNSET);
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp113 priority = OHOS::NWeb::LocationRequestConfig::Priority::PRIORITY_UNSET;
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_entry.cpp96 SetEnumPropertyByInteger(env, locationRequestPriority, PRIORITY_UNSET, "UNSET"); in LocationRequestPriorityTypeConstructor()
H A Dlocation_napi_event.cpp1516 … if ((config->GetPriority() > PRIORITY_FAST_FIRST_FIX || config->GetPriority() < PRIORITY_UNSET) && in IsRequestConfigValid()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp1501 requestConfig->GetPriority() != PRIORITY_UNSET)) { in HasGnssNetworkRequest()