Searched refs:SetEnumPropertyByInteger (Results 1 – 3 of 3) sorted by relevance
/base/location/frameworks/js/napi/source/ |
D | location_napi_entry.cpp | 29 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() 42 …SetEnumPropertyByInteger(env, locationRequestScenario, SCENE_TRAJECTORY_TRACKING, "TRAJECTORY_TRAC… in LocationRequestScenarioTypeConstructor() 43 SetEnumPropertyByInteger(env, locationRequestScenario, SCENE_CAR_HAILING, "CAR_HAILING"); in LocationRequestScenarioTypeConstructor() 44 …SetEnumPropertyByInteger(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/ |
D | napi_util.h | 88 napi_value SetEnumPropertyByInteger(napi_env env, napi_value dstObj, int32_t enumValue, const char …
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 1009 napi_value SetEnumPropertyByInteger(napi_env env, napi_value dstObj, int32_t enumValue, const char … in SetEnumPropertyByInteger() function
|