Searched refs:CheckIfParamIsFunctionType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_event.cpp | 653 if (!CheckIfParamIsFunctionType(env, argv[PARAM1])) { in OnLocationServiceStateCallback() 659 NAPI_ASSERT_BASE(env, CheckIfParamIsFunctionType(env, argv[PARAM1]), in OnLocationServiceStateCallback() 700 NAPI_ASSERT_BASE(env, CheckIfParamIsFunctionType(env, argv[PARAM2]), in OnCachedGnssLocationsReportingCallback() 740 if (!CheckIfParamIsFunctionType(env, argv[PARAM1])) { in OnGnssStatusChangeCallback() 746 NAPI_ASSERT_BASE(env, CheckIfParamIsFunctionType(env, argv[PARAM1]), in OnGnssStatusChangeCallback() 790 NAPI_ASSERT_BASE(env, CheckIfParamIsFunctionType(env, argv[PARAM2]), in OnLocationChangeCallback() 829 if (!CheckIfParamIsFunctionType(env, argv[PARAM1])) { in OnNmeaMessageChangeCallback() 835 NAPI_ASSERT_BASE(env, CheckIfParamIsFunctionType(env, argv[PARAM1]), in OnNmeaMessageChangeCallback() 868 if (!CheckIfParamIsFunctionType(env, argv[PARAM1])) { in OnCountryCodeChangeCallback() 934 if (!CheckIfParamIsFunctionType(env, argv[PARAM2])) { in OnLocatingRequiredDataChangeCallback() [all …]
|
H A D | location_napi_adapter.cpp | 167 if (argc > PARAM1 || (argc == PARAM1 && !CheckIfParamIsFunctionType(env, argv[PARAM0]))) { in EnableLocation() 407 …if (argc < PARAM1 || argc > PARAM2 || (argc == PARAM2 && !CheckIfParamIsFunctionType(env, argv[1])… in CreateReverseGeocodeAsyncContext() 460 …if (argc < PARAM1 || argc > PARAM2 || (argc == PARAM2 && !CheckIfParamIsFunctionType(env, argv[1])… in CreateReverseGeocodeAsyncContext() 580 if (argc > PARAM1 || (argc == PARAM1 && !CheckIfParamIsFunctionType(env, argv[PARAM0]))) { in CreateReverseGeocodeAsyncContext() 631 if (argc > PARAM1 || (argc == PARAM1 && !CheckIfParamIsFunctionType(env, argv[PARAM0]))) { in CreateReverseGeocodeAsyncContext() 710 …if (argc < PARAM1 || argc > PARAM2 || (argc == PARAM2 && !CheckIfParamIsFunctionType(env, argv[1])… in CreateReverseGeocodeAsyncContext() 730 if (argc == PARAM2 && !CheckIfParamIsFunctionType(env, argv[PARAM1])) { in CreateReverseGeocodeAsyncContext() 766 if (argc > PARAM1 || (argc == PARAM1 && !CheckIfParamIsFunctionType(env, argv[PARAM0]))) { in CreateReverseGeocodeAsyncContext()
|
H A D | napi_util.cpp | 1077 bool CheckIfParamIsFunctionType(napi_env env, napi_value param) in CheckIfParamIsFunctionType() function
|
/ohos5.0/base/location/frameworks/native/geofence_sdk/ |
H A D | libgeofence_sdk_version_script.txt | 13 "*CheckIfParamIsFunctionType*";
|
/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | callback_manager.h | 136 if (!CheckIfParamIsFunctionType(env, argv[PARAM1])) { in RegCallback()
|
H A D | napi_util.h | 85 bool CheckIfParamIsFunctionType(napi_env env, napi_value param);
|