Searched refs:SetEnumPropertyByInteger (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_entry.cpp | 39 SetEnumPropertyByInteger(env, geofenceTransitionStatus, in GeofenceTransitionEventConstructor() 41 SetEnumPropertyByInteger(env, geofenceTransitionStatus, in GeofenceTransitionEventConstructor() 43 SetEnumPropertyByInteger(env, geofenceTransitionStatus, in GeofenceTransitionEventConstructor() 75 SetEnumPropertyByInteger(env, satelliteAdditionalInfo, in SatelliteAdditionalInfoTypeConstructor() 77 SetEnumPropertyByInteger(env, satelliteAdditionalInfo, in SatelliteAdditionalInfoTypeConstructor() 80 SetEnumPropertyByInteger(env, satelliteAdditionalInfo, in SatelliteAdditionalInfoTypeConstructor() 180 SetEnumPropertyByInteger(env, geoLocationErrorCode, in GeoLocationErrorCodeTypeConstructor() 210 SetEnumPropertyByInteger(env, locationError, in LocationErrorConstructor() 212 SetEnumPropertyByInteger(env, locationError, in LocationErrorConstructor() 214 SetEnumPropertyByInteger(env, locationError, in LocationErrorConstructor() [all …]
|
H A D | napi_util.cpp | 1087 napi_value SetEnumPropertyByInteger(napi_env env, napi_value dstObj, int32_t enumValue, const char … in SetEnumPropertyByInteger() function
|
/ohos5.0/base/location/frameworks/native/geofence_sdk/ |
H A D | libgeofence_sdk_version_script.txt | 12 "*SetEnumPropertyByInteger*";
|
/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | napi_util.h | 86 napi_value SetEnumPropertyByInteger(napi_env env, napi_value dstObj, int32_t enumValue, const char …
|