Home
last modified time | relevance | path

Searched refs:enumValue (Results 1 – 2 of 2) sorted by relevance

/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.cpp1045 napi_value SetEnumPropertyByInteger(napi_env env, napi_value dstObj, int32_t enumValue, const char … in SetEnumPropertyByInteger() argument
1048 NAPI_CALL(env, napi_create_int32(env, enumValue, &enumProp)); in SetEnumPropertyByInteger()