Searched refs:UndefinedNapiValue (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_adapter.cpp | 81 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 D | location_napi_event.cpp | 576 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 D | napi_util.cpp | 34 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 D | location_napi_system.cpp | 57 return UndefinedNapiValue(env); in GetLocationOnce()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_utils.cpp | 45 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 D | wifi_napi_device.cpp | 368 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 D | wifi_napi_event.cpp | 202 return placehoders == nullptr ? UndefinedNapiValue(env) : placehoders; in CreateResult()
|
/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/ |
H A D | nfc_napi_utils.cpp | 40 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 D | nfc_napi_utils.h | 74 napi_value UndefinedNapiValue(const napi_env& env);
|
/ohos5.0/base/location/frameworks/native/geofence_sdk/ |
H A D | libgeofence_sdk_version_script.txt | 19 "*UndefinedNapiValue*";
|
/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | napi_util.h | 41 napi_value UndefinedNapiValue(const napi_env& env);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_napi_utils.h | 98 napi_value UndefinedNapiValue(const napi_env& env);
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 220 napi_value UndefinedNapiValue(const napi_env &env) in UndefinedNapiValue() function
|