| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| D | ark_js_value.cpp | 20 int32_t ArkJSValue::ToInt32(shared_ptr<JsRuntime> runtime) in ToInt32() 32 double ArkJSValue::ToDouble(shared_ptr<JsRuntime> runtime) in ToDouble() 49 std::string ArkJSValue::ToString(shared_ptr<JsRuntime> runtime) in ToString() 66 bool ArkJSValue::ToBoolean(shared_ptr<JsRuntime> runtime) in ToBoolean() 77 bool ArkJSValue::IsUndefined([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsUndefined() 82 bool ArkJSValue::IsNull([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsNull() 87 bool ArkJSValue::IsBoolean([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsBoolean() 92 bool ArkJSValue::IsInt32([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsInt32() 97 bool ArkJSValue::WithinInt32([[maybe_unused]] shared_ptr<JsRuntime> runtime) in WithinInt32() 102 bool ArkJSValue::IsString([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsString() [all …]
|
| D | jsi_offscreen_canvas_bridge.cpp | 43 inline double GetJsDoubleVal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetJsDoubleVal() 55 inline std::vector<double> GetJsDashValue(const shared_ptr<JsRuntime>& runtime, const shared_ptr<Js… in GetJsDashValue() 81 … const shared_ptr<JsRuntime>& runtime, int32_t argc, const std::vector<shared_ptr<JsValue>>& argv) in GetJsRectParam() 99 inline int32_t GetCurrentBridgeId(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in GetCurrentBridgeId() 114 const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetOffscreenCanvasBridge() 128 RefPtr<OffscreenCanvas> GlobalGetOffscreenCanvas(const shared_ptr<JsRuntime>& runtime, const shared… in GlobalGetOffscreenCanvas() 137 inline PaintState JsParseTextDirection(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal… in JsParseTextDirection() 147 inline PaintState JsParseTextState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in JsParseTextState() 214 shared_ptr<JsValue> JsiOffscreenCanvasBridge::GetBridge(const shared_ptr<JsRuntime>& runtime) in GetBridge() 229 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsGetContext(const shared_ptr<JsRuntime>& runtime, in JsGetContext() [all …]
|
| D | ark_js_value.h | 40 …ArkJSValue(const shared_ptr<ArkJSRuntime> &runtime, Local<JSValueRef> value) : value_(runtime->Get… in ArkJSValue() 90 Local<JSValueRef> GetValue(const shared_ptr<ArkJSRuntime> &runtime) in GetValue() 95 void SetValue(const shared_ptr<ArkJSRuntime> &runtime, const Local<JSValueRef> &value) in SetValue()
|
| D | jsi_canvas_bridge.cpp | 34 RefPtr<PixelMap> CreatePixelMapFromNapiValue(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsVal… in CreatePixelMapFromNapiValue() 99 inline double GetJsDoubleVal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetJsDoubleVal() 111 inline std::vector<double> GetJsDashValue(const shared_ptr<JsRuntime>& runtime, const shared_ptr<Js… in GetJsDashValue() 137 … const shared_ptr<JsRuntime>& runtime, int32_t argc, const std::vector<shared_ptr<JsValue>>& argv) in GetJsRectParam() 155 inline NodeId GetCurrentNodeId(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& val… in GetCurrentNodeId() 169 void PushTaskToPage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, in PushTaskToPage() 193 inline PaintState JsParseTextState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in JsParseTextState() 255 void JsiCanvasBridge::HandleJsContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::s… in HandleJsContext() 354 void JsiCanvasBridge::HandleWebglContext(const shared_ptr<JsRuntime>& runtime, in HandleWebglContext() 460 void JsiCanvasBridge::HandleToDataURL(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::s… in HandleToDataURL() [all …]
|
| D | jsi_engine.cpp | 74 RefPtr<PixelMap> CreatePixelMapFromNapiValue(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsVal… in CreatePixelMapFromNapiValue() 117 RefPtr<JsAcePage> GetStagingPage(const shared_ptr<JsRuntime>& runtime) in GetStagingPage() 127 RefPtr<JsAcePage> GetRunningPage(const shared_ptr<JsRuntime>& runtime) in GetRunningPage() 137 RefPtr<FrontendDelegate> GetFrontendDelegate(const shared_ptr<JsRuntime>& runtime) in GetFrontendDelegate() 147 void GetValueAsString(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::… in GetValueAsString() 186 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::string& familyStyle) in GetStyleFamilyValue() 230 void GetStyleAnimationName(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, in GetStyleAnimationName() 258 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ImageProperties& image… in GetAttrImage() 298 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arrayVal, std::vector<ImageProper… in GetAttrImages() 314 void SetDomAttributesWithArray(const shared_ptr<JsRuntime>& runtime, const std::string& keyStr, in SetDomAttributesWithArray() [all …]
|
| D | jsi_animation_bridge.cpp | 23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate() 42 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() 56 inline NodeId GetCurrentNodeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentNodeId() 75 inline int32_t GetCurrentPageId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentPageId() 94 …const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t nodeId, AnimationOperation operation) in HandleJsAnimationContext() 124 …llAnimationFinishJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, in CallAnimationFinishJs() 150 …llAnimationCancelJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, in CallAnimationCancelJs() 178 … shared_ptr<JsRuntime>&& runtime, const WeakPtr<JsiAnimationBridge>& bridgeWeak, const char* state) in JsUpdatePlayState() 202 shared_ptr<JsRuntime> runtime, const RefPtr<JsAcePage>& page) in AddListenerForEventCallback() 238 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& animationContext, NodeId nodeId) in JsiAnimationBridge() [all …]
|
| D | jsi_animator_bridge.cpp | 23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate() 42 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() 56 inline int32_t GetCurrentBridgeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentBridgeId() 71 inline int32_t GetCurrentPageId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentPageId() 86 void HandleJsAnimatorContext(const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t bridgeId, in HandleJsAnimatorContext() 111 …CallAnimationStartJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationStartJs() 136 …allAnimationFinishJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationFinishJs() 161 …allAnimationCancelJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationCancelJs() 186 …allAnimationRepeatJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationRepeatJs() 211 …imationFrameJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, doub… in CallAnimationFrameJs() [all …]
|
| D | jsi_chart_bridge.cpp | 26 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, AxisOption& axisOption) in GetAttrOptionsAxis() 68 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, PointInfo& pointInfo) in GetAttrOptionsSeriesPoint() 122 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLineStyle() 165 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLoop() 207 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeries() 273 void ParseTextInfoAndSegmentInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& v… in ParseTextInfoAndSegmentInfo() 313 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, double index, LineInfo… in ParseAttrDataStyle() 358 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& dataArrayVal, MainChart& dataSet) in GetAttrDataSetData() 398 void GetAttrDataset(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, Mai… in GetAttrDataset() 434 void ParseAttrSegment(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, S… in ParseAttrSegment() [all …]
|
| /foundation/ability/ability_runtime/test/unittest/child_process_manager_test/ |
| D | js_child_process_test.cpp | 57 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable 70 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable 91 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable 107 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable 128 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable 150 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
| D | declarative_module_preloader.cpp | 26 void InitAceModule(void* runtime) in InitAceModule() 42 void DeclarativeModulePreloader::Preload(NativeEngine& runtime) in Preload() 52 void InitAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) in InitAceModuleCard() 68 void DeclarativeModulePreloader::PreloadCard(NativeEngine& runtime, const std::string& bundleName, in PreloadCard() 75 void ReloadAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) in ReloadAceModuleCard() 91 void DeclarativeModulePreloader::ReloadCard(NativeEngine& runtime, const std::string &bundleName, in ReloadCard() 102 void InitAceModuleWorker(void* runtime) in InitAceModuleWorker() 118 void DeclarativeModulePreloader::PreloadWorker(NativeEngine& runtime) in PreloadWorker()
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
| D | form_extension_test.cpp | 66 std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 81 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable 107 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable 127 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable 148 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable 164 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable 181 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable 198 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable 216 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable 234 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable [all …]
|
| D | ability_runtime_test.cpp | 60 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable 78 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable 94 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable 110 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable 126 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable
|
| D | form_extension_provider_client_test.cpp | 156 auto runtime = AbilityRuntime::Runtime::Create(options); variable 289 auto runtime = AbilityRuntime::Runtime::Create(options); variable 307 auto runtime = AbilityRuntime::Runtime::Create(options); variable 460 auto runtime = AbilityRuntime::Runtime::Create(options); variable 484 auto runtime = AbilityRuntime::Runtime::Create(options); variable 510 auto runtime = AbilityRuntime::Runtime::Create(options); variable 536 auto runtime = AbilityRuntime::Runtime::Create(options); variable 561 auto runtime = AbilityRuntime::Runtime::Create(options); variable 589 auto runtime = AbilityRuntime::Runtime::Create(options); variable 616 auto runtime = AbilityRuntime::Runtime::Create(options); variable [all …]
|
| /foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/ |
| D | ringtone_datashare_stub_impl_test.cpp | 58 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 72 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 92 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 111 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 130 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 149 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 169 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 189 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 208 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable 229 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
| D | jsi_curves_module.cpp | 27 shared_ptr<JsValue> CurvesInterpolate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValu… in CurvesInterpolate() 59 shared_ptr<JsValue> CurvesInitInternal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal… in CurvesInitInternal() 89 shared_ptr<JsValue> CurvesInit(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in CurvesInit() 95 shared_ptr<JsValue> InitCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in InitCurve() 101 bool CreateSpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateSpringCurve() 136 bool CreateInterpolatingSpring(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in CreateInterpolatingSpring() 159 bool CreateCubicCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateCubicCurve() 188 bool CreateStepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateStepsCurve() 214 bool CreateSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in CreateSpringMotionCurve() 245 bool CreateResponsiveSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal… in CreateResponsiveSpringMotionCurve() [all …]
|
| D | jsi_router_module.cpp | 27 std::string DeclarativeParseRouteUrl(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue… in DeclarativeParseRouteUrl() 44 std::string DeclarativeParseRouteParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVa… in DeclarativeParseRouteParams() 56 shared_ptr<JsValue> PagePush(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in PagePush() 74 shared_ptr<JsValue> PageReplace(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in PageReplace() 92 shared_ptr<JsValue> PageBack(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in PageBack() 114 shared_ptr<JsValue> PageClear(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in PageClear() 126 shared_ptr<JsValue> PageGetLength(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in PageGetLength() 138 shared_ptr<JsValue> PageGetState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in PageGetState() 157 shared_ptr<JsValue> PageGetParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in PageGetParams() 172 void InitRouterModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) in InitRouterModule()
|
| D | jsi_app_module.cpp | 25 shared_ptr<JsValue> AppGetInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in AppGetInfo() 49 shared_ptr<JsValue> AppTerminate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in AppTerminate() 77 shared_ptr<JsValue> AppSetImageCacheCount(const shared_ptr<JsRuntime>& runtime, const shared_ptr<Js… in AppSetImageCacheCount() 115 const shared_ptr<JsRuntime>& runtime, in AppSetImageRawDataCacheSize() 153 shared_ptr<JsValue> AppSetImageFileCacheSize(const shared_ptr<JsRuntime>& runtime, const shared_ptr… in AppSetImageFileCacheSize() 167 shared_ptr<JsValue> AppRequestFullWindow(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV… in AppRequestFullWindow() 173 shared_ptr<JsValue> AppScreenOnVisible(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal… in AppScreenOnVisible() 179 void InitAppModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) in InitAppModule()
|
| D | jsi_timer_module.cpp | 26 shared_ptr<JsValue> SetTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV… in SetTimeoutOrInterval() 61 void ClearTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisOb… in ClearTimeoutOrInterval() 87 shared_ptr<JsValue> SetTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in SetTimeout() 93 shared_ptr<JsValue> SetInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in SetInterval() 99 shared_ptr<JsValue> ClearTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in ClearTimeout() 106 shared_ptr<JsValue> ClearInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in ClearInterval() 156 void JsiTimerModule::InitTimerModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& mod… in InitTimerModule()
|
| D | jsi_matrix4_module.cpp | 34 Matrix4 ConvertToMatrix(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in ConvertToMatrix() 54 shared_ptr<JsValue> ConvertToJSValue(const shared_ptr<JsRuntime>& runtime, const Matrix4& matrix) in ConvertToJSValue() 66 double ConvertToDouble(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, doub… in ConvertToDouble() 76 shared_ptr<JsValue> Combine(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisOb… in Combine() 95 shared_ptr<JsValue> Invert(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Invert() 106 shared_ptr<JsValue> Translate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in Translate() 130 shared_ptr<JsValue> Skew(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Skew() 147 shared_ptr<JsValue> Scale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Scale() 182 shared_ptr<JsValue> Rotate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Rotate() 220 shared_ptr<JsValue> TransformPoint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in TransformPoint() [all …]
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/share_extension_ability/ |
| D | js_share_extension.cpp | 24 JsShareExtension *JsShareExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() 29 JsShareExtension::JsShareExtension(const std::unique_ptr<Runtime> &runtime) in JsShareExtension()
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/action_extension_ability/ |
| D | js_action_extension.cpp | 24 JsActionExtension *JsActionExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() 29 JsActionExtension::JsActionExtension(const std::unique_ptr<Runtime> &runtime) in JsActionExtension()
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/embedded_ui_extension_ability/ |
| D | js_embedded_ui_extension.cpp | 24 JsEmbeddedUIExtension *JsEmbeddedUIExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() 29 JsEmbeddedUIExtension::JsEmbeddedUIExtension(const std::unique_ptr<Runtime> &runtime) in JsEmbeddedUIExtension()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| D | jsi_declarative_engine.cpp | 128 shared_ptr<JsValue> JsPerfPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfPrint() 136 shared_ptr<JsValue> JsPerfSleep(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfSleep() 145 shared_ptr<JsValue> JsPerfBegin(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfBegin() 154 shared_ptr<JsValue> JsPerfEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in JsPerfEnd() 162 shared_ptr<JsValue> RequireNativeModule(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVa… in RequireNativeModule() 184 inline bool PreloadJsEnums(const shared_ptr<JsRuntime>& runtime) in PreloadJsEnums() 191 inline bool PreloadStateManagement(const shared_ptr<JsRuntime>& runtime) in PreloadStateManagement() 204 inline bool PreloadUIContent(const shared_ptr<JsRuntime>& runtime) in PreloadUIContent() 216 inline bool PreloadArkComponent(const shared_ptr<JsRuntime>& runtime) in PreloadArkComponent() 223 inline bool PreloadArkTheme(const shared_ptr<JsRuntime>& runtime) in PreloadArkTheme() [all …]
|
| D | jsi_types.inl | 27 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 45 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 139 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 246 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 255 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 271 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 280 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 290 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 300 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 309 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local
|
| D | jsi_object_template.cpp | 22 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… in JsiObjectTemplate() local 34 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… in NewInstance() local
|