Home
last modified time | relevance | path

Searched refs:SetEnumPropertyByInteger (Results 1 – 3 of 3) sorted by relevance

/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp29 SetEnumPropertyByInteger(env, locationRequestPriority, PRIORITY_UNSET, "UNSET"); in LocationRequestPriorityTypeConstructor()
30 SetEnumPropertyByInteger(env, locationRequestPriority, PRIORITY_ACCURACY, "ACCURACY"); in LocationRequestPriorityTypeConstructor()
31 SetEnumPropertyByInteger(env, locationRequestPriority, PRIORITY_LOW_POWER, "LOW_POWER"); in LocationRequestPriorityTypeConstructor()
32 SetEnumPropertyByInteger(env, locationRequestPriority, PRIORITY_FAST_FIRST_FIX, "FIRST_FIX"); in LocationRequestPriorityTypeConstructor()
40 SetEnumPropertyByInteger(env, locationRequestScenario, SCENE_UNSET, "UNSET"); in LocationRequestScenarioTypeConstructor()
41 SetEnumPropertyByInteger(env, locationRequestScenario, SCENE_NAVIGATION, "NAVIGATION"); in LocationRequestScenarioTypeConstructor()
42SetEnumPropertyByInteger(env, locationRequestScenario, SCENE_TRAJECTORY_TRACKING, "TRAJECTORY_TRAC… in LocationRequestScenarioTypeConstructor()
43 SetEnumPropertyByInteger(env, locationRequestScenario, SCENE_CAR_HAILING, "CAR_HAILING"); in LocationRequestScenarioTypeConstructor()
44SetEnumPropertyByInteger(env, locationRequestScenario, SCENE_DAILY_LIFE_SERVICE, "DAILY_LIFE_SERVI… in LocationRequestScenarioTypeConstructor()
45 SetEnumPropertyByInteger(env, locationRequestScenario, SCENE_NO_POWER, "NO_POWER"); in LocationRequestScenarioTypeConstructor()
[all …]
/base/location/interfaces/inner_api/include/
Dnapi_util.h88 napi_value SetEnumPropertyByInteger(napi_env env, napi_value dstObj, int32_t enumValue, const char …
/base/location/frameworks/native/source/
Dnapi_util.cpp1009 napi_value SetEnumPropertyByInteger(napi_env env, napi_value dstObj, int32_t enumValue, const char … in SetEnumPropertyByInteger() function