Home
last modified time | relevance | path

Searched refs:UndefinedNapiValue (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp81 return UndefinedNapiValue(env); in HandleGetCachedLocation()
91 return UndefinedNapiValue(env); in HandleGetCachedLocation()
109 return UndefinedNapiValue(env); in IsLocationEnabled()
216 return UndefinedNapiValue(env); in DisableLocation()
566 return UndefinedNapiValue(env); in CreateReverseGeocodeAsyncContext()
840 return UndefinedNapiValue(env); in CreateReverseGeocodeAsyncContext()
856 return UndefinedNapiValue(env); in CreateReverseGeocodeAsyncContext()
897 return UndefinedNapiValue(env); in CreateReverseGeocodeAsyncContext()
908 return UndefinedNapiValue(env); in CreateReverseGeocodeAsyncContext()
919 return UndefinedNapiValue(env); in CreateReverseGeocodeAsyncContext()
[all …]
H A Dlocation_napi_event.cpp576 return UndefinedNapiValue(env); in RequestLocationOnceV9()
581 return UndefinedNapiValue(env); in RequestLocationOnceV9()
587 return UndefinedNapiValue(env); in RequestLocationOnceV9()
593 return UndefinedNapiValue(env); in RequestLocationOnceV9()
696 return UndefinedNapiValue(env); in OnCachedGnssLocationsReportingCallback()
742 return UndefinedNapiValue(env); in OnGnssStatusChangeCallback()
973 return UndefinedNapiValue(env); in On()
991 return UndefinedNapiValue(env); in On()
1401 return UndefinedNapiValue(env); in Off()
1436 return UndefinedNapiValue(env); in Off()
[all …]
H A Dnapi_util.cpp34 napi_value UndefinedNapiValue(const napi_env& env) in UndefinedNapiValue() function
429 return UndefinedNapiValue(env); in GetArrayProperty()
433 …napi_has_named_property(env, object, propertyName.c_str(), &hasProperty), UndefinedNapiValue(env)); in GetArrayProperty()
436 return UndefinedNapiValue(env); in GetArrayProperty()
440 … napi_get_named_property(env, object, propertyName.c_str(), &property), UndefinedNapiValue(env)); in GetArrayProperty()
442 NAPI_CALL_BASE(env, napi_is_array(env, property, &isArray), UndefinedNapiValue(env)); in GetArrayProperty()
445 return UndefinedNapiValue(env); in GetArrayProperty()
965 return UndefinedNapiValue(env); in CreateAsyncWork()
989 return UndefinedNapiValue(env); in CreateAsyncWork()
996 return UndefinedNapiValue(env); in DoAsyncWork()
H A Dlocation_napi_system.cpp57 return UndefinedNapiValue(env); in GetLocationOnce()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_utils.cpp45 napi_value UndefinedNapiValue(const napi_env& env) in UndefinedNapiValue() function
97 return UndefinedNapiValue(env); in JsObjectToString()
115 return UndefinedNapiValue(env); in JsObjectToInt()
133 return UndefinedNapiValue(env); in JsObjectToUint()
151 return UndefinedNapiValue(env); in JsObjectToBool()
373 return UndefinedNapiValue(env); in DoCallBackAsyncWork()
404 return UndefinedNapiValue(env); in DoPromiseAsyncWork()
H A Dwifi_napi_device.cpp368 return UndefinedNapiValue(env); in ProcessEapConfig()
379 return UndefinedNapiValue(env); in ProcessEapConfig()
416 return UndefinedNapiValue(env); in ConfigStaticIp()
432 return UndefinedNapiValue(env); in ConfigStaticIp()
440 return UndefinedNapiValue(env); in ConfigStaticIp()
504 return UndefinedNapiValue(env); in JsObjToWapiConfig()
549 return UndefinedNapiValue(env); in JsObjToDeviceConfig()
587 return UndefinedNapiValue(env); in AddDeviceConfig()
642 return UndefinedNapiValue(env); in AddUntrustedConfig()
697 return UndefinedNapiValue(env); in RemoveUntrustedConfig()
[all …]
H A Dwifi_napi_event.cpp202 return placehoders == nullptr ? UndefinedNapiValue(env) : placehoders; in CreateResult()
/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_utils.cpp40 napi_value UndefinedNapiValue(const napi_env& env) in UndefinedNapiValue() function
62 return UndefinedNapiValue(env); in JsObjectToInt()
80 return UndefinedNapiValue(env); in JsObjectToBool()
229 return UndefinedNapiValue(env); in DoCallBackAsyncWork()
264 return UndefinedNapiValue(env); in DoPromiseAsyncWork()
H A Dnfc_napi_utils.h74 napi_value UndefinedNapiValue(const napi_env& env);
/ohos5.0/base/location/frameworks/native/geofence_sdk/
H A Dlibgeofence_sdk_version_script.txt19 "*UndefinedNapiValue*";
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dnapi_util.h41 napi_value UndefinedNapiValue(const napi_env& env);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_utils.h98 napi_value UndefinedNapiValue(const napi_env& env);
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp220 napi_value UndefinedNapiValue(const napi_env &env) in UndefinedNapiValue() function