/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_message_parcel_read.cpp | 35 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readRemoteObject() 50 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readInterfaceToken() 68 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in JS_readException() 86 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readByte() 101 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readShort() 116 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readInt() 131 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readLong() 146 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readFloat() 161 napi_get_cb_info(env, info, &argc, nullptr, &thisVar, nullptr); in JS_readDouble() 176 napi_get_cb_info(en in JS_readBoolean() [all...] |
H A D | napi_message_parcel_write.cpp | 68 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeByte() 93 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeShort() 118 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeInt() 143 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeLong() 168 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeFloat() 193 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeDouble() 218 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeBoolean() 243 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeChar() 268 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in JS_writeByteArray() 316 napi_get_cb_info(en in JS_writeShortArray() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/ |
H A D | napi_data_ability_predicates.cpp | 94 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr)); in New() 188 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in GetNativePredicates() 201 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in EqualTo() 218 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in NotEqualTo() 233 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in BeginWrap() 243 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in EndWrap() 253 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in Or() 263 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in And() 275 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Contains() 292 napi_get_cb_info(en in BeginsWith() [all...] |
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
H A D | datashare_predicates_proxy.cpp | 108 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr)); in New() 203 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in GetNativePredicates() 217 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in EqualTo() 260 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in NotEqualTo() 301 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in BeginWrap() 314 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in EndWrap() 327 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in Or() 340 napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr); in And() 355 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in Contains() 374 napi_get_cb_info(en in BeginsWith() [all...] |
H A D | datashare_result_set_proxy.cpp | 111 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &self, nullptr)); in Initialize() 162 napi_get_cb_info(env, info, nullptr, nullptr, &self, nullptr); in GetInnerResultSet() 236 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in GoTo() 257 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in GoToRow() 279 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in GetBlob() 303 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in GetString() 324 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in GetLong() 348 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in GetDouble() 371 napi_get_cb_info(env, info, nullptr, nullptr, &self, nullptr); in Close() 394 napi_get_cb_info(en in GetColumnIndex() [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | main.cpp | 41 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in SetZoomRatio() 64 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in HasFlash() 87 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in IsVideoStabilizationModeSupported() 112 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in InitCamera() 152 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in ReleaseCamera() 175 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in ReleaseSession() 199 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in StartPhotoOrVideo() 241 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in IsExposureModeSupported() 264 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in IsMeteringPoint() 288 napi_get_cb_info(en in IsExposureBiasRange() [all...] |
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_napi.cpp | 58 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in JsCreate() 100 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in JsMuted() 116 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in JsObjectFit() 133 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnComplete() 151 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnStart() 169 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnStop() 187 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnPause() 205 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnFinish() 223 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in JsOnError() 260 NAPI_CALL(env, napi_get_cb_info(en in StartPlayback() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher_unsupported.cpp | 78 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSLauncherServiceOn() 89 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSLauncherServiceOff() 100 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSGetAllLauncherAbilityInfos() 111 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSGetLauncherAbilityInfos() 123 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in JSGetShortcutInfos()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_napi.cpp | 79 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, nullptr, nullptr)); in Create() 95 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in SideLength() 113 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in CircleRadius() 131 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in PathStrokeWidth() 149 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in ActiveColor() 167 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in SelectedColor() 185 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in PathColor() 203 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in RegularColor() 220 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in AutoReset() 233 NAPI_CALL(env, napi_get_cb_info(en in OnPatternComplete() [all...] |
/foundation/arkui/napi/sample/native_module_netserver/ |
H A D | js_netserver.cpp | 25 napi_get_cb_info(env, cbinfo, nullptr, nullptr, &thisVar, &data); in JS_Constructor() 47 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_Start() 74 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_Stop() 93 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_On() 127 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_Once() 166 napi_get_cb_info(env, cbinfo, &argc, argv, &thisVar, &data); in JS_Off()
|
/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | js_test_date_napi.cpp | 27 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in CreateDateFun() 51 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, &date, nullptr, nullptr)); in IsDateFun() 64 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, &date, nullptr, nullptr)); in GetDateValueFun()
|
H A D | js_test_object_napi.cpp | 37 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, &whichType, NULL, NULL)); in ObjectTypeTaggedInstance() 54 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, NULL, NULL)); in ObjectCheckTypeTag() 70 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, NULL, NULL)); in ObjectFreeze() 83 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, NULL, NULL)); in ObjectSeal()
|
H A D | js_test_bigint_napi.cpp | 29 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in BigIntIsLossless() 54 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in BigInt64() 72 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in BigUint64() 96 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in BigIntWords()
|
H A D | js_test_buffer_napi.cpp | 46 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in NewBufferFun() 74 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in NewExternalBufferFun() 103 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in CopyBufferFun() 124 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in BufferHasInstanceFun() 144 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr)); in BufferInfoFun()
|
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/ |
H A D | audio_renderer_info_napi.cpp | 83 status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Construct() 136 status = napi_get_cb_info(env, info, &argc, nullptr, &jsThis, nullptr); in GetContentType() 138 MEDIA_LOGE("Get content type fail to napi_get_cb_info"); in GetContentType() 165 status = napi_get_cb_info(env, info, &argc, args, &jsThis, nullptr); in SetContentType() 167 MEDIA_LOGE("SetContentType: napi_get_cb_info failed"); in SetContentType() 198 status = napi_get_cb_info(env, info, &argc, nullptr, &jsThis, nullptr); in GetStreamUsage() 200 MEDIA_LOGE("Get stream usage fail to napi_get_cb_info"); in GetStreamUsage() 227 status = napi_get_cb_info(env, info, &argc, args, &jsThis, nullptr); in SetStreamUsage() 229 MEDIA_LOGE("SetStreamUsage: napi_get_cb_info failed"); in SetStreamUsage() 262 status = napi_get_cb_info(en in GetRendererFlags() [all...] |
H A D | ringtone_options_napi.cpp | 85 status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Construct() 138 status = napi_get_cb_info(env, info, &argc, nullptr, &jsThis, nullptr); in GetVolume() 140 MEDIA_LOGE("Get volume: failed for napi_get_cb_info"); in GetVolume() 166 status = napi_get_cb_info(env, info, &argc, args, &jsThis, nullptr); in SetVolume() 168 MEDIA_LOGE("SetVolume: failed for napi_get_cb_info"); in SetVolume() 198 status = napi_get_cb_info(env, info, &argc, nullptr, &jsThis, nullptr); in GetLoop() 200 MEDIA_LOGE("GetLoop: failed for napi_get_cb_info"); in GetLoop() 226 status = napi_get_cb_info(env, info, &argc, args, &jsThis, nullptr); in SetLoop() 228 MEDIA_LOGE("SetLoop: failed for napi_get_cb_info"); in SetLoop()
|
/foundation/communication/ipc/ipc/native/src/napi/src/ |
H A D | napi_message_option.cpp | 37 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiOhosRpcMessageOptionGetFlags() 57 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in NapiOhosRpcMessageOptionSetFlags() 80 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiOhosRpcMessageOptionIsAsync() 100 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in NapiOhosRpcMessageOptionSetAsync() 123 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiOhosRpcMessageOptionGetWaittime() 143 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in NapiOhosRpcMessageOptionSetWaittime() 165 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in NAPIMessageOption_JS_Constructor()
|
/foundation/multimedia/image_framework/interfaces/kits/native/ndk_test_example/ |
H A D | my_pixel_map.cpp | 91 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in Constructor() 109 status = napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr); in TestGetImageInfo() 111 IMAGE_LOGE("napi_get_cb_info fail"); in TestGetImageInfo() 137 status = napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr); in TestAccessPixels() 139 IMAGE_LOGE("napi_get_cb_info fail"); in TestAccessPixels() 163 status = napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr); in TestUnAccessPixels() 165 IMAGE_LOGE("napi_get_cb_info fail"); in TestUnAccessPixels()
|
/foundation/arkui/napi/sample/native_module_demo/ |
H A D | demo_javascript_class.cpp | 72 napi_get_cb_info(env, info, nullptr, nullptr, &thisArg, &data); in DemoJavascriptClassConstructor() 90 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in DemoJavascriptClassAdd() 130 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in DemoJavascriptClassSub() 170 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in DemoJavascriptClassMul() 210 napi_get_cb_info(env, info, &argc, argv, &thisArg, &data); in DemoJavascriptClassDiv()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_a2dp_snk.cpp | 52 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in A2dpSinkConstructor() 107 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in GetDeviceState() 139 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in Connect() 171 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in Disconnect() 203 napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in getPlayingState()
|
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/system_tone_player/ |
H A D | system_tone_options_napi.cpp | 84 status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Construct() 137 status = napi_get_cb_info(env, info, &argc, nullptr, &jsThis, nullptr); in IsAudioMute() 139 MEDIA_LOGE("IsAudioMute: failed for napi_get_cb_info"); in IsAudioMute() 165 status = napi_get_cb_info(env, info, &argc, args, &jsThis, nullptr); in SetAudioMute() 167 MEDIA_LOGE("SetAudioMute: failed for napi_get_cb_info"); in SetAudioMute() 197 status = napi_get_cb_info(env, info, &argc, nullptr, &jsThis, nullptr); in IsHapticsMute() 199 MEDIA_LOGE("IsHapticsMute: failed for napi_get_cb_info"); in IsHapticsMute() 225 status = napi_get_cb_info(env, info, &argc, args, &jsThis, nullptr); in SetHapticsMute() 227 MEDIA_LOGE("SetHapticsMute: failed for napi_get_cb_info"); in SetHapticsMute()
|
/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/audio_haptic_player/ |
H A D | audio_haptic_player_options_napi.cpp | 85 status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Construct() 139 status = napi_get_cb_info(env, info, &argc, nullptr, &jsThis, nullptr); in IsAudioMute() 141 MEDIA_LOGE("IsAudioMute: failed for napi_get_cb_info"); in IsAudioMute() 167 status = napi_get_cb_info(env, info, &argc, args, &jsThis, nullptr); in SetAudioMute() 169 MEDIA_LOGE("SetAudioMute: failed for napi_get_cb_info"); in SetAudioMute() 199 status = napi_get_cb_info(env, info, &argc, nullptr, &jsThis, nullptr); in IsHapticsMute() 201 MEDIA_LOGE("IsHapticsMute: failed for napi_get_cb_info"); in IsHapticsMute() 227 status = napi_get_cb_info(env, info, &argc, args, &jsThis, nullptr); in SetHapticsMute() 229 MEDIA_LOGE("SetHapticsMute: failed for napi_get_cb_info"); in SetHapticsMute()
|
/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | module_template.cpp | 34 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr)); in On() 62 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr)); in Once() 89 NAPI_CALL(env, napi_get_cb_info(env, info, ¶msCount, params, &thisVal, nullptr)); in Off() 125 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVal, nullptr)); in DefineClass() 147 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in NewInstance()
|
/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | audio_player_napi.cpp | 105 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Constructor() 184 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); in CreateAudioPlayerAsync() 186 asyncContext->SignError(MSERR_EXT_INVALID_VAL, "failed to napi_get_cb_info"); in CreateAudioPlayerAsync() 211 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); in SetSrc() 277 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in GetSrc() 301 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); in SetFdSrc() 350 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in GetFdSrc() 379 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Play() 412 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Pause() 442 napi_status status = napi_get_cb_info(en in Stop() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | napi_arg.cpp | 27 napi_status status = napi_get_cb_info(env_, info_, &argc, nullptr, &thisArg, nullptr); in Init() 39 status = napi_get_cb_info(env_, info_, &argc, argv_.get(), &thisArg, nullptr); in Init()
|