Home
last modified time | relevance | path

Searched refs:locatingPriority (Results 1 - 3 of 3) sorted by relevance

/base/location/frameworks/js/napi/source/
H A Dlocation_napi_entry.cpp129 napi_value locatingPriority = nullptr; in LocatingPriorityTypeConstructor() local
130 NAPI_CALL(env, napi_create_object(env, &locatingPriority)); in LocatingPriorityTypeConstructor()
131 SetEnumPropertyByInteger(env, locatingPriority, LOCATION_PRIORITY_ACCURACY, "PRIORITY_ACCURACY"); in LocatingPriorityTypeConstructor()
132 SetEnumPropertyByInteger(env, locatingPriority, LOCATION_PRIORITY_LOCATING_SPEED, "PRIORITY_LOCATING_SPEED"); in LocatingPriorityTypeConstructor()
133 return locatingPriority; in LocatingPriorityTypeConstructor()
187 napi_value locatingPriority = nullptr; in LocatingRequiredDataTypeConstructor() local
188 NAPI_CALL(env, napi_create_object(env, &locatingPriority)); in LocatingRequiredDataTypeConstructor()
189 SetEnumPropertyByInteger(env, locatingPriority, LocatingRequiredDataType::WIFI, "WIFI"); in LocatingRequiredDataTypeConstructor()
190 SetEnumPropertyByInteger(env, locatingPriority, LocatingRequiredDataType::BLUE_TOOTH, "BLUE_TOOTH"); in LocatingRequiredDataTypeConstructor()
191 return locatingPriority; in LocatingRequiredDataTypeConstructor()
[all...]
/base/location/frameworks/cj/include/
H A Dgeolocationmanager_utils.h63 int32_t locatingPriority; member
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp91 requestConfig->SetPriority(request.locatingPriority); in CJSingleLocationRequestRequestToRequestConfig()

Completed in 3 milliseconds