/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | module_template.cpp | 38 napi_value thisVal = nullptr; in OnManagerWrapper() local 80 napi_value thisVal = nullptr; in OnceManagerWrapper() local 116 napi_value thisVal = nullptr; in OffManagerWrapper() local 168 napi_value thisVal in OnSharedManager() local 210 napi_value thisVal = nullptr; OnceSharedManager() local 246 napi_value thisVal = nullptr; OffSharedManager() local 298 napi_value thisVal = nullptr; On() local 327 napi_value thisVal = nullptr; Once() local 354 napi_value thisVal = nullptr; Off() local 416 napi_value thisVal = nullptr; NewInstanceWithManagerWrapper() local 445 napi_value thisVal = nullptr; NewInstanceWithSharedManager() local 476 napi_value thisVal = nullptr; NewInstance() local 502 napi_value thisVal = nullptr; NewInstanceNoManager() local [all...] |
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_napi.cpp | 131 napi_value thisVal = nullptr; in JsOnComplete() local 149 napi_value thisVal = nullptr; in JsOnStart() local 167 napi_value thisVal = nullptr; in JsOnStop() local 185 napi_value thisVal = nullptr; in JsOnPause() local 203 napi_value thisVal = nullptr; in JsOnFinish() local 221 napi_value thisVal = nullptr; JsOnError() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_offscreen_canvas.cpp | 420 napi_value thisVal = nullptr; in CreateContext2d() local
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/ |
H A D | audio_module.cpp | 46 JSIValue AudioModule::Play(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Play() argument 51 JSIValue AudioModule::Pause(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Pause() argument 56 JSIValue AudioModule::Stop(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Stop() argument 61 JSIValue AudioModule::GetPlayState(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in GetPlayState() argument 99 JSIValue AudioModule::SrcGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in SrcGetter() argument 105 JSIValue AudioModule::SrcSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in SrcSetter() argument 115 JSIValue AudioModule::CurrentTimeGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in CurrentTimeGetter() argument 120 JSIValue AudioModule::CurrentTimeSetter(const JSIValue thisVal, cons argument 131 DurationGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) DurationGetter() argument 137 DurationSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) DurationSetter() argument 142 AutoPlayGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) AutoPlayGetter() argument 147 AutoPlaySetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) AutoPlaySetter() argument 157 LoopGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) LoopGetter() argument 162 LoopSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) LoopSetter() argument 173 VolumeGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) VolumeGetter() argument 178 VolumeSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) VolumeSetter() argument 188 MutedGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) MutedGetter() argument 193 MutedSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) MutedSetter() argument 203 OnPlayGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnPlayGetter() argument 208 OnPlaySetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnPlaySetter() argument 218 OnPauseGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnPauseGetter() argument 223 OnPauseSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnPauseSetter() argument 233 OnStopGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnStopGetter() argument 238 OnStopSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnStopSetter() argument 248 OnLoadedDataGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnLoadedDataGetter() argument 253 OnLoadedDataSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnLoadedDataSetter() argument 263 OnEndedGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnEndedGetter() argument 268 OnEndedSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnEndedSetter() argument 278 OnErrorGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnErrorGetter() argument 283 OnErrorSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnErrorSetter() argument 293 OnTimeUpdateGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnTimeUpdateGetter() argument 298 OnTimeUpdateSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) OnTimeUpdateSetter() argument [all...] |
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | monitor_server.cpp | 317 napi_value thisVal = nullptr;
in On() local 353 napi_value thisVal = nullptr;
in ConnectionOn() local 394 napi_value thisVal = nullptr; Off() local 450 napi_value thisVal = nullptr; ConnectionOff() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_types.cpp | 369 JsiRef<JsiValue> JsiFunction::Call(JsiRef<JsiValue> thisVal, int argc, JsiRef<JsiValue> argv[]) const in Call() argument
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 185 static bool SetSocket(napi_env env, napi_value thisVal, BaseContext *context, int sock) in SetSocket() argument 207 static bool MakeTcpClientBindSocket(napi_env env, napi_value thisVal, BindContext *context) in MakeTcpClientBindSocket() argument 230 static bool MakeTcpClientConnectSocket(napi_env env, napi_value thisVal, ConnectContext *context) in MakeTcpClientConnectSocket() argument 257 static bool MakeTcpServerSocket(napi_env env, napi_value thisVal, TcpServerListenContext *context) in MakeTcpServerSocket() argument 282 static bool MakeUdpSocket(napi_env env, napi_value thisVal, BindContex argument 300 MakeMulticastUdpSocket(napi_env env, napi_value thisVal, MulticastMembershipContext *context) MakeMulticastUdpSocket() argument 322 SetSocketManager(napi_env env, napi_value thisVal, BaseContext *context, SocketBaseManager *mgr) SetSocketManager() argument 344 MakeLocalSocketBind(napi_env env, napi_value thisVal, LocalSocketBindContext *context) MakeLocalSocketBind() argument 368 MakeLocalSocketConnect(napi_env env, napi_value thisVal, LocalSocketConnectContext *context) MakeLocalSocketConnect() argument 392 MakeLocalServerSocket(napi_env env, napi_value thisVal, LocalSocketServerListenContext *context) MakeLocalServerSocket() argument [all...] |
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A D | jsi.cpp | 428 void JSI::CallFunction(JSIValue funcObj, JSIValue thisVal, const JSIValue *argv, uint8_t argc) in CallFunction() argument 1145 void JSI::FailCallback(const JSIValue thisVal, const JSIValue args, int32_t errCode, const char * const errDesc) in FailCallback() argument 1161 void JSI::SuccessCallback(const JSIValue thisVal, const JSIValue args, const JSIValue *argv, uint8_t argc) in SuccessCallback() argument 129 CreateJerryFuncHelper(const jerry_value_t func, const jerry_value_t thisVal, const jerry_value_t *args, const jerry_length_t argsNum) CreateJerryFuncHelper() argument [all...] |
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/ |
H A D | jsi_interface_tdd_test.cpp | 45 JSIValue JsiInterfaceTddTest::Function(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum) in Function() argument 54 JSIValue JsiInterfaceTddTest::Setter(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum) in Setter() argument 65 JSIValue JsiInterfaceTddTest::Getter(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum) in Getter() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.cpp | 298 CallJSFunctionAutoRelease(const jerry_value_t funcObj, const jerry_value_t thisVal, const jerry_value_t args[], const jerry_size_t argc) CallJSFunctionAutoRelease() argument
|