Searched refs:PRIORITY_UNSET (Results 1 – 11 of 11) sorted by relevance
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()
28 PRIORITY_UNSET = 0, enumerator
38 priority_ = PRIORITY_UNSET; in RequestConfig()
77 PRIORITY_UNSET = 0x0200, enumerator
112 } else if (priority != PRIORITY_UNSET) { in LocationSessionStart()
123 requestConfig2->SetPriority(PRIORITY_UNSET);
423 requestConfig->SetPriority(PRIORITY_UNSET);
113 priority = OHOS::NWeb::LocationRequestConfig::Priority::PRIORITY_UNSET;
96 SetEnumPropertyByInteger(env, locationRequestPriority, PRIORITY_UNSET, "UNSET"); in LocationRequestPriorityTypeConstructor()
1516 … if ((config->GetPriority() > PRIORITY_FAST_FIRST_FIX || config->GetPriority() < PRIORITY_UNSET) && in IsRequestConfigValid()
1501 requestConfig->GetPriority() != PRIORITY_UNSET)) { in HasGnssNetworkRequest()