/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_module_manager.cpp | 31 InitModule( const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& thisObj, const std::string& moduleName) InitModule() argument [all...] |
H A D | jsi_syscap_module.cpp | 45 shared_ptr<JsValue> CanIUse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CanIUse() argument
|
H A D | jsi_app_module.cpp | 25 shared_ptr<JsValue> AppGetInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in AppGetInfo() argument 49 shared_ptr<JsValue> AppTerminate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in AppTerminate() argument 77 shared_ptr<JsValue> AppSetImageCacheCount(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in AppSetImageCacheCount() argument 153 shared_ptr<JsValue> AppSetImageFileCacheSize(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in AppSetImageFileCacheSize() argument 167 shared_ptr<JsValue> AppRequestFullWindow(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in AppRequestFullWindow() argument 173 shared_ptr<JsValue> AppScreenOnVisible(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in AppScreenOnVisible() argument 114 AppSetImageRawDataCacheSize( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppSetImageRawDataCacheSize() argument
|
H A D | jsi_context_module.cpp | 52 GetContext(const std::shared_ptr<JsRuntime>& runtime, const std::shared_ptr<JsValue>& thisObj, const std::vector<std::shared_ptr<JsValue>>& argv, int32_t argc) GetContext() argument
|
H A D | jsi_router_module.cpp | 53 shared_ptr<JsValue> PagePush(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in PagePush() argument 71 shared_ptr<JsValue> PageReplace(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in PageReplace() argument 89 shared_ptr<JsValue> PageBack(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in PageBack() argument 111 shared_ptr<JsValue> PageClear(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in PageClear() argument 123 shared_ptr<JsValue> PageGetLength(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in PageGetLength() argument 135 shared_ptr<JsValue> PageGetState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in PageGetState() argument 154 shared_ptr<JsValue> PageGetParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in PageGetParams() argument
|
H A D | jsi_timer_module.cpp | 26 shared_ptr<JsValue> SetTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in SetTimeoutOrInterval() argument 61 void ClearTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in ClearTimeoutOrInterval() argument 87 shared_ptr<JsValue> SetTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in SetTimeout() argument 93 shared_ptr<JsValue> SetInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in SetInterval() argument 99 shared_ptr<JsValue> ClearTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in ClearTimeout() argument 106 shared_ptr<JsValue> ClearInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in ClearInterval() argument [all...] |
H A D | jsi_curves_module.cpp | 27 shared_ptr<JsValue> CurvesInterpolate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CurvesInterpolate() argument 59 shared_ptr<JsValue> CurvesInitInternal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CurvesInitInternal() argument 89 shared_ptr<JsValue> CurvesInit(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CurvesInit() argument 95 shared_ptr<JsValue> InitCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in InitCurve() argument 101 bool CreateSpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateSpringCurve() argument 136 bool CreateInterpolatingSpring(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateInterpolatingSpring() argument 159 CreateCubicCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateCubicCurve() argument 188 CreateStepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateStepsCurve() argument 214 CreateSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateSpringMotionCurve() argument 245 CreateResponsiveSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateResponsiveSpringMotionCurve() argument 276 ParseCurves(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, std::string& curveString) ParseCurves() argument 323 CurvesBezier(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CurvesBezier() argument 330 BezierCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) BezierCurve() argument 337 CurvesSpring(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CurvesSpring() argument 344 SpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) SpringCurve() argument 351 InterpolatingSpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) InterpolatingSpringCurve() argument 358 CurvesSteps(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CurvesSteps() argument 365 StepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) StepsCurve() argument 371 CustomCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CustomCurve() argument 378 SpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) SpringMotionCurve() argument 385 ResponsiveSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ResponsiveSpringMotionCurve() argument [all...] |
H A D | jsi_matrix4_module.cpp | 76 shared_ptr<JsValue> Combine(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Combine() argument 95 shared_ptr<JsValue> Invert(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Invert() argument 106 shared_ptr<JsValue> Translate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Translate() argument 130 Skew(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) Skew() argument 147 Scale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) Scale() argument 182 Rotate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) Rotate() argument 220 TransformPoint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) TransformPoint() argument 261 SetPolyToPoly(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) SetPolyToPoly() argument 339 Copy(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) Copy() argument 353 Init(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) Init() argument 367 Identity(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) Identity() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | js_types.cpp | 28 Local<JSValueRef> thisObj = info->GetThisRef(); in JsStopPropagation() local 39 Local<JSValueRef> thisObj = info->GetThisRef(); in JsPreventDefault() local 50 Local<JSValueRef> thisObj = info->GetThisRef(); in JsClickPreventDefault() local 67 Local<JSValueRef> thisObj = info->GetThisRef(); in JsTouchPreventDefault() local 84 Local<JSValueRef> thisObj = info->GetThisRef(); in JsGetHistoricalPoints() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_mock.cpp | 94 shared_ptr<JsValue> MockRequireNativeModule(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in MockRequireNativeModule() argument 76 InitModule( const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& thisObj, const std::string& moduleName) InitModule() argument
|
H A D | js_base_node.cpp | 145 JSRef<JSObject> thisObj = info.This(); in BuildNode() local
|
H A D | js_view_measure_layout.cpp | 441 Local<JSValueRef> thisObj = runtimeCallInfo->GetThisRef(); in JSMeasure() local 524 Local<JSValueRef> thisObj = runtimeCallInfo->GetThisRef(); in JSLayout() local 563 Local<JSValueRef> thisObj = runtimeCallInfo->GetThisRef(); in JSPlaceChildren() local 599 Local<JSValueRef> thisObj = runtimeCallInfo->GetThisRef(); in JSGetMargin() local 615 Local<JSValueRef> thisObj = runtimeCallInfo->GetThisRef(); in JSGetPadding() local 633 Local<JSValueRef> thisObj = runtimeCallInfo->GetThisRef(); JSGetBorderWidth() local [all...] |
H A D | js_view.cpp | 356 JSRef<JSObject> thisObj = info.This(); in ConstructorCallback() local 1080 JSRef<JSObject> thisObj = info.This(); in ConstructorCallback() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_utils_bridge.h | 70 Local<panda::ObjectRef> thisObj = thisRef->ToObject(vm); in GetPointerField() local
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_listener.cpp | 47 JsScreenListener* thisObj = reinterpret_cast<JsScreenListener*>(obj);
in CleanEnv() local
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/include/ |
H A D | napi_async_proxy.h | 83 napi_value thisObj = nullptr; in ParseInputs() local
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/include/ |
H A D | napi_async_proxy.h | 94 napi_value thisObj = nullptr; in ParseInputs() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_value.cpp | 139 shared_ptr<JsValue> ArkJSValue::Call(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, in Call() argument
|
H A D | jsi_animation_bridge.cpp | 244 JsAnimationStartTimeGet(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationStartTimeGet() argument 281 JsAnimationStartTimeSet(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationStartTimeSet() argument 310 JsAnimationPendingGet(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationPendingGet() argument 350 JsAnimationPendingSet(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationPendingSet() argument 356 JsAnimationPlayStateGet(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationPlayStateGet() argument 372 JsAnimationPlayStateSet(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationPlayStateSet() argument 549 JsAnimationPlay(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationPlay() argument 558 JsAnimationFinish(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationFinish() argument 567 JsAnimationPause(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationPause() argument 576 JsAnimationCancel(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationCancel() argument 585 JsAnimationReverse(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimationReverse() argument [all...] |
H A D | jsi_animator_bridge.cpp | 334 shared_ptr<JsValue> JsiAnimatorBridgeUtils::JsAnimatorPlay(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, in JsAnimatorPlay() argument 343 shared_ptr<JsValue> JsiAnimatorBridgeUtils::JsAnimatorFinish(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, in JsAnimatorFinish() argument 352 shared_ptr<JsValue> JsiAnimatorBridgeUtils::JsAnimatorPause(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, in JsAnimatorPause() argument 361 shared_ptr<JsValue> JsiAnimatorBridgeUtils::JsAnimatorCancel(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, in JsAnimatorCancel() argument 370 JsAnimatorReverse(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimatorReverse() argument 380 JsAnimatorUpdate(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimatorUpdate() argument 418 JsAnimatorReset(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimatorReset() argument [all...] |
H A D | jsi_group_js_bridge.cpp | 89 ProcessJsRequest(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ProcessJsRequest() argument 167 ProcessJsRequest(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ProcessJsRequest() argument 247 ProcessJsRequestSync(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ProcessJsRequestSync() argument
|
H A D | jsi_base_utils.cpp | 850 shared_ptr<JsValue> JsiBaseUtils::JsTraceBegin(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in JsTraceBegin() argument 860 shared_ptr<JsValue> JsiBaseUtils::JsTraceEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in JsTraceEnd() argument 742 AppDebugLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppDebugLogPrint() argument 749 AppInfoLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppInfoLogPrint() argument 756 AppWarnLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppWarnLogPrint() argument 763 AppErrorLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppErrorLogPrint() argument 824 JsDebugLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsDebugLogPrint() argument 830 JsInfoLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsInfoLogPrint() argument 836 JsWarnLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsWarnLogPrint() argument 842 JsErrorLogPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsErrorLogPrint() argument [all...] |
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display_listener.cpp | 47 JsDisplayListener* thisObj = reinterpret_cast<JsDisplayListener*>(obj);
in CleanEnv() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_types.cpp | 384 auto thisObj = thisVal.Get().GetLocalHandle(); in Call() local
|
H A D | jsi_declarative_group_js_bridge.cpp | 85 ProcessJsRequest(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ProcessJsRequest() argument 148 ProcessJsRequestSync(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ProcessJsRequestSync() argument
|