Home
last modified time | relevance | path

Searched refs:PRIORITY_UNSET (Results 1 – 9 of 9) 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/location/interfaces/inner_api/include/
Dconstant_definition.h66 PRIORITY_UNSET = 0x0200, enumerator
/base/web/webview/ohos_adapter/interfaces/
Dlocation_adapter.h27 PRIORITY_UNSET = 0, enumerator
/base/location/frameworks/location_common/common/source/
Drequest_config.cpp37 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/frameworks/js/napi/source/
Dlocation_napi_entry.cpp29 SetEnumPropertyByInteger(env, locationRequestPriority, PRIORITY_UNSET, "UNSET"); in LocationRequestPriorityTypeConstructor()
Dlocation_napi_event.cpp1649 if (config->GetPriority() > PRIORITY_FAST_FIRST_FIX || config->GetPriority() < PRIORITY_UNSET) { in IsRequestConfigValid()
/base/location/test/location_locator/source/
Dlocator_event_manager_test.cpp123 requestConfig2->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;