Searched refs:PRIORITY_UNSET (Results 1 – 9 of 9) 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()
66 PRIORITY_UNSET = 0x0200, enumerator
27 PRIORITY_UNSET = 0, enumerator
37 priority_ = PRIORITY_UNSET; in RequestConfig()
108 } else if (priority != PRIORITY_UNSET) { in LocationSessionStart()
29 SetEnumPropertyByInteger(env, locationRequestPriority, PRIORITY_UNSET, "UNSET"); in LocationRequestPriorityTypeConstructor()
1649 if (config->GetPriority() > PRIORITY_FAST_FIRST_FIX || config->GetPriority() < PRIORITY_UNSET) { in IsRequestConfigValid()
123 requestConfig2->SetPriority(PRIORITY_UNSET);
113 priority = OHOS::NWeb::LocationRequestConfig::Priority::PRIORITY_UNSET;