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