| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| D | ark_js_value.cpp | 23 int32_t ArkJSValue::ToInt32(shared_ptr<JsRuntime> runtime) in ToInt32() 35 double ArkJSValue::ToDouble(shared_ptr<JsRuntime> runtime) in ToDouble() 52 std::string ArkJSValue::ToString(shared_ptr<JsRuntime> runtime) in ToString() 69 bool ArkJSValue::ToBoolean(shared_ptr<JsRuntime> runtime) in ToBoolean() 80 bool ArkJSValue::IsUndefined([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsUndefined() 85 bool ArkJSValue::IsNull([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsNull() 90 bool ArkJSValue::IsBoolean([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsBoolean() 95 bool ArkJSValue::IsInt32([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsInt32() 100 bool ArkJSValue::WithinInt32([[maybe_unused]] shared_ptr<JsRuntime> runtime) in WithinInt32() 105 bool ArkJSValue::IsString([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsString() [all …]
|
| D | jsi_offscreen_canvas_bridge.cpp | 47 inline double GetJsDoubleVal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetJsDoubleVal() 59 inline std::vector<double> GetJsDashValue(const shared_ptr<JsRuntime>& runtime, const shared_ptr<Js… in GetJsDashValue() 85 … const shared_ptr<JsRuntime>& runtime, int32_t argc, const std::vector<shared_ptr<JsValue>>& argv) in GetJsRectParam() 103 inline int32_t GetCurrentBridgeId(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in GetCurrentBridgeId() 118 const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetOffscreenCanvasBridge() 132 RefPtr<OffscreenCanvas> GlobalGetOffscreenCanvas(const shared_ptr<JsRuntime>& runtime, const shared… in GlobalGetOffscreenCanvas() 141 inline PaintState JsParseTextDirection(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal… in JsParseTextDirection() 151 inline PaintState JsParseTextState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in JsParseTextState() 218 shared_ptr<JsValue> JsiOffscreenCanvasBridge::GetBridge(const shared_ptr<JsRuntime>& runtime) in GetBridge() 233 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 | 39 RefPtr<PixelMap> CreatePixelMapFromNapiValue(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsVal… in CreatePixelMapFromNapiValue() 104 inline double GetJsDoubleVal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetJsDoubleVal() 116 inline std::vector<double> GetJsDashValue(const shared_ptr<JsRuntime>& runtime, const shared_ptr<Js… in GetJsDashValue() 142 … const shared_ptr<JsRuntime>& runtime, int32_t argc, const std::vector<shared_ptr<JsValue>>& argv) in GetJsRectParam() 160 inline NodeId GetCurrentNodeId(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& val… in GetCurrentNodeId() 174 void PushTaskToPage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, in PushTaskToPage() 198 inline PaintState JsParseTextState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in JsParseTextState() 260 void JsiCanvasBridge::HandleJsContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::s… in HandleJsContext() 359 void JsiCanvasBridge::HandleWebglContext(const shared_ptr<JsRuntime>& runtime, in HandleWebglContext() 465 void JsiCanvasBridge::HandleToDataURL(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::s… in HandleToDataURL() [all …]
|
| D | jsi_engine.cpp | 88 RefPtr<PixelMap> CreatePixelMapFromNapiValue(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsVal… in CreatePixelMapFromNapiValue() 131 RefPtr<JsAcePage> GetStagingPage(const shared_ptr<JsRuntime>& runtime) in GetStagingPage() 141 RefPtr<JsAcePage> GetRunningPage(const shared_ptr<JsRuntime>& runtime) in GetRunningPage() 151 RefPtr<FrontendDelegate> GetFrontendDelegate(const shared_ptr<JsRuntime>& runtime) in GetFrontendDelegate() 161 void GetValueAsString(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::… in GetValueAsString() 200 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::string& familyStyle) in GetStyleFamilyValue() 244 void GetStyleAnimationName(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, in GetStyleAnimationName() 272 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ImageProperties& image… in GetAttrImage() 312 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arrayVal, std::vector<ImageProper… in GetAttrImages() 328 void SetDomAttributesWithArray(const shared_ptr<JsRuntime>& runtime, const std::string& keyStr, in SetDomAttributesWithArray() [all …]
|
| D | jsi_animator_bridge.cpp | 27 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate() 46 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() 60 inline int32_t GetCurrentBridgeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentBridgeId() 75 inline int32_t GetCurrentPageId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentPageId() 90 void HandleJsAnimatorContext(const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t bridgeId, in HandleJsAnimatorContext() 115 …CallAnimationStartJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationStartJs() 140 …allAnimationFinishJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationFinishJs() 165 …allAnimationCancelJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationCancelJs() 190 …allAnimationRepeatJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationRepeatJs() 215 …imationFrameJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, doub… in CallAnimationFrameJs() [all …]
|
| D | jsi_animation_bridge.cpp | 30 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate() 49 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() 63 inline NodeId GetCurrentNodeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentNodeId() 82 inline int32_t GetCurrentPageId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentPageId() 101 …const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t nodeId, AnimationOperation operation) in HandleJsAnimationContext() 131 …llAnimationFinishJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, in CallAnimationFinishJs() 157 …llAnimationCancelJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, in CallAnimationCancelJs() 185 … shared_ptr<JsRuntime>&& runtime, const WeakPtr<JsiAnimationBridge>& bridgeWeak, const char* state) in JsUpdatePlayState() 209 shared_ptr<JsRuntime> runtime, const RefPtr<JsAcePage>& page) in AddListenerForEventCallback() 241 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& animationContext, NodeId nodeId) in JsiAnimationBridge() [all …]
|
| D | jsi_chart_bridge.cpp | 28 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, AxisOption& axisOption) in GetAttrOptionsAxis() 70 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, PointInfo& pointInfo) in GetAttrOptionsSeriesPoint() 124 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLineStyle() 167 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLoop() 209 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeries() 275 void ParseTextInfoAndSegmentInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& v… in ParseTextInfoAndSegmentInfo() 315 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, double index, LineInfo… in ParseAttrDataStyle() 360 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& dataArrayVal, MainChart& dataSet) in GetAttrDataSetData() 400 void GetAttrDataset(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, Mai… in GetAttrDataset() 436 void ParseAttrSegment(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, S… in ParseAttrSegment() [all …]
|
| /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) in InitAceModuleCard() 68 void DeclarativeModulePreloader::PreloadCard(NativeEngine& runtime, const std::string &bundleName) in PreloadCard() 73 void ReloadAceModuleCard(void* runtime, const char* bundleName) in ReloadAceModuleCard() 89 void DeclarativeModulePreloader::ReloadCard(NativeEngine& runtime, const std::string &bundleName) in ReloadCard() 98 void InitAceModuleWorker(void* runtime) in InitAceModuleWorker() 114 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 233 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable [all …]
|
| D | ability_runtime_test.cpp | 61 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable 79 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable 95 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable 111 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 …]
|
| D | action_extension_test.cpp | 56 std::unique_ptr<Runtime> runtime; variable 71 auto runtime = Runtime::Create(options); variable 95 std::unique_ptr<Runtime> runtime = Runtime::Create(options); variable
|
| D | share_extension_test.cpp | 56 std::unique_ptr<Runtime> runtime; variable 71 auto runtime = Runtime::Create(options); variable 95 std::unique_ptr<Runtime> runtime = Runtime::Create(options); variable
|
| D | share_extension_module_loader_test.cpp | 56 std::unique_ptr<Runtime> runtime; variable 71 auto runtime = Runtime::Create(options); variable 95 std::unique_ptr<Runtime> runtime = Runtime::Create(options); variable
|
| /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_matrix4_module.cpp | 27 Matrix4 ConvertToMatrix(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in ConvertToMatrix() 47 shared_ptr<JsValue> ConvertToJSValue(const shared_ptr<JsRuntime>& runtime, const Matrix4& matrix) in ConvertToJSValue() 59 double ConvertToDouble(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, doub… in ConvertToDouble() 69 shared_ptr<JsValue> Combine(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisOb… in Combine() 88 shared_ptr<JsValue> Invert(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Invert() 99 shared_ptr<JsValue> Translate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in Translate() 123 shared_ptr<JsValue> Scale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Scale() 158 shared_ptr<JsValue> Rotate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Rotate() 196 shared_ptr<JsValue> TransformPoint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in TransformPoint() 224 void AddCommonMatrixProperties(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& obj) in AddCommonMatrixProperties() [all …]
|
| 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() 75 shared_ptr<JsValue> AppSetImageCacheCount(const shared_ptr<JsRuntime>& runtime, const shared_ptr<Js… in AppSetImageCacheCount() 111 const shared_ptr<JsRuntime>& runtime, in AppSetImageRawDataCacheSize() 147 shared_ptr<JsValue> AppSetImageFileCacheSize(const shared_ptr<JsRuntime>& runtime, const shared_ptr… in AppSetImageFileCacheSize() 161 shared_ptr<JsValue> AppRequestFullWindow(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV… in AppRequestFullWindow() 167 shared_ptr<JsValue> AppScreenOnVisible(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal… in AppScreenOnVisible() 173 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()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| D | jsi_types.inl | 27 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 37 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 131 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 200 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 209 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 225 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 234 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 244 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 254 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 263 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local
|
| D | jsi_declarative_engine.cpp | 112 shared_ptr<JsValue> JsPerfPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfPrint() 120 shared_ptr<JsValue> JsPerfSleep(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfSleep() 129 shared_ptr<JsValue> JsPerfBegin(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfBegin() 138 shared_ptr<JsValue> JsPerfEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in JsPerfEnd() 146 shared_ptr<JsValue> RequireNativeModule(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVa… in RequireNativeModule() 168 inline bool PreloadJsEnums(const shared_ptr<JsRuntime>& runtime) in PreloadJsEnums() 174 inline bool PreloadStateManagement(const shared_ptr<JsRuntime>& runtime) in PreloadStateManagement() 181 inline bool PreloadUIContent(const shared_ptr<JsRuntime>& runtime) in PreloadUIContent() 188 inline bool PreloadArkComponent(const shared_ptr<JsRuntime>& runtime) in PreloadArkComponent() 194 bool PreloadConsole(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& global) in PreloadConsole() [all …]
|
| 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
|
| /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
|
| D | child_process_test.cpp | 55 std::unique_ptr<Runtime> runtime; variable 68 std::unique_ptr<Runtime> runtime; variable
|