Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 25 of 196) sorted by relevance

12345678

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Dark_js_value.cpp20 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 …]
Djsi_offscreen_canvas_bridge.cpp43 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()
81const 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 …]
Dark_js_value.h40 …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()
Djsi_canvas_bridge.cpp34 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()
137const 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 …]
Djsi_engine.cpp74 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()
186const 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()
258const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ImageProperties& image… in GetAttrImage()
298const 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 …]
Djsi_animation_bridge.cpp23 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()
94const 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()
178shared_ptr<JsRuntime>&& runtime, const WeakPtr<JsiAnimationBridge>& bridgeWeak, const char* state) in JsUpdatePlayState()
202 shared_ptr<JsRuntime> runtime, const RefPtr<JsAcePage>& page) in AddListenerForEventCallback()
238const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& animationContext, NodeId nodeId) in JsiAnimationBridge()
[all …]
Djsi_animator_bridge.cpp23 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 …]
Djsi_chart_bridge.cpp26const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, AxisOption& axisOption) in GetAttrOptionsAxis()
68const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, PointInfo& pointInfo) in GetAttrOptionsSeriesPoint()
122const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLineStyle()
165const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLoop()
207const 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()
313const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, double index, LineInfo… in ParseAttrDataStyle()
358const 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/
Djs_child_process_test.cpp57 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/
Ddeclarative_module_preloader.cpp26 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/
Dform_extension_test.cpp66 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 …]
Dability_runtime_test.cpp60 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
Dform_extension_provider_client_test.cpp156 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/
Dringtone_datashare_stub_impl_test.cpp58 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/
Djsi_curves_module.cpp27 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 …]
Djsi_router_module.cpp27 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()
Djsi_app_module.cpp25 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()
Djsi_timer_module.cpp26 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()
Djsi_matrix4_module.cpp34 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/
Djs_share_extension.cpp24 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/
Djs_action_extension.cpp24 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/
Djs_embedded_ui_extension.cpp24 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/
Djsi_declarative_engine.cpp128 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 …]
Djsi_types.inl27 …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
Djsi_object_template.cpp22 …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

12345678