| /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() 360 void JsiCanvasBridge::HandleWebglContext(const shared_ptr<JsRuntime>& runtime, in HandleWebglContext() 467 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() 142 RefPtr<JsAcePage> GetRunningPage(const shared_ptr<JsRuntime>& runtime) in GetRunningPage() 153 RefPtr<FrontendDelegate> GetFrontendDelegate(const shared_ptr<JsRuntime>& runtime) in GetFrontendDelegate() 164 void GetValueAsString(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::… in GetValueAsString() 203 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::string& familyStyle) in GetStyleFamilyValue() 247 void GetStyleAnimationName(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, in GetStyleAnimationName() 277 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ImageProperties& image… in GetAttrImage() 321 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arrayVal, std::vector<ImageProper… in GetAttrImages() 337 void SetDomAttributesWithArray(const shared_ptr<JsRuntime>& runtime, const std::string& keyStr, in SetDomAttributesWithArray() [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() 64 inline NodeId GetCurrentNodeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentNodeId() 83 inline int32_t GetCurrentPageId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentPageId() 102 …const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t nodeId, AnimationOperation operation) in HandleJsAnimationContext() 132 …llAnimationFinishJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, in CallAnimationFinishJs() 159 …llAnimationCancelJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, in CallAnimationCancelJs() 189 … shared_ptr<JsRuntime>&& runtime, const WeakPtr<JsiAnimationBridge>& bridgeWeak, const char* state) in JsUpdatePlayState() 213 shared_ptr<JsRuntime> runtime, const RefPtr<JsAcePage>& page) in AddListenerForEventCallback() 245 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& animationContext, NodeId nodeId) in JsiAnimationBridge() [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() 141 …allAnimationFinishJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationFinishJs() 167 …allAnimationCancelJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationCancelJs() 193 …allAnimationRepeatJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationRepeatJs() 219 …imationFrameJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, doub… in CallAnimationFrameJs() [all …]
|
| D | jsi_chart_bridge.cpp | 28 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, AxisOption& axisOption) in GetAttrOptionsAxis() 74 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, PointInfo& pointInfo) in GetAttrOptionsSeriesPoint() 132 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLineStyle() 179 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLoop() 225 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeries() 295 void ParseTextInfoAndSegmentInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& v… in ParseTextInfoAndSegmentInfo() 335 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, double index, LineInfo… in ParseAttrDataStyle() 380 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& dataArrayVal, MainChart& dataSet) in GetAttrDataSetData() 420 void GetAttrDataset(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, Mai… in GetAttrDataset() 460 void ParseAttrSegment(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, S… in ParseAttrSegment() [all …]
|
| /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
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
| D | declarative_module_preloader.cpp | 35 void InitAceModule(void* runtime) in InitAceModule() 51 void DeclarativeModulePreloader::Preload(NativeEngine& runtime) in Preload() 61 void InitAceModuleCard(void* runtime, const char* bundleName) in InitAceModuleCard() 77 void DeclarativeModulePreloader::PreloadCard(NativeEngine& runtime, const std::string &bundleName) in PreloadCard() 82 void ReloadAceModuleCard(void* runtime, const char* bundleName) in ReloadAceModuleCard() 98 void DeclarativeModulePreloader::ReloadCard(NativeEngine& runtime, const std::string &bundleName) in ReloadCard()
|
| D | ui_content.cpp | 46 UIContent* CreateUIContent(void* context, void* runtime, bool isFormRender) in CreateUIContent() 63 UIContent* CreateUIContent(void* context, void* runtime) in CreateUIContent() 105 …que_ptr<UIContent> UIContent::Create(OHOS::AbilityRuntime::Context* context, NativeEngine* runtime) in Create() 113 OHOS::AbilityRuntime::Context* context, NativeEngine* runtime, bool isFormRender) in Create()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
| D | jsi_curves_module.cpp | 28 shared_ptr<JsValue> CurvesInterpolate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValu… in CurvesInterpolate() 58 shared_ptr<JsValue> CurvesInitInternal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal… in CurvesInitInternal() 91 shared_ptr<JsValue> CurvesInit(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in CurvesInit() 97 shared_ptr<JsValue> InitCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in InitCurve() 103 bool CreateSpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateSpringCurve() 130 bool CreateInterpolatingSpring(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in CreateInterpolatingSpring() 157 bool CreateCubicCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateCubicCurve() 175 bool CreateStepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateStepsCurve() 203 bool CreateSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in CreateSpringMotionCurve() 238 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() 46 std::string DeclarativeParseRouteParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVa… in DeclarativeParseRouteParams() 58 shared_ptr<JsValue> PagePush(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in PagePush() 79 shared_ptr<JsValue> PageReplace(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in PageReplace() 100 shared_ptr<JsValue> PageBack(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in PageBack() 125 shared_ptr<JsValue> PageClear(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in PageClear() 139 shared_ptr<JsValue> PageGetLength(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in PageGetLength() 153 shared_ptr<JsValue> PageGetState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in PageGetState() 174 shared_ptr<JsValue> PageGetParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in PageGetParams() 192 void InitRouterModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) in InitRouterModule()
|
| D | jsi_matrix4_module.cpp | 28 Matrix4 ConvertToMatrix(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in ConvertToMatrix() 50 shared_ptr<JsValue> ConvertToJSValue(const shared_ptr<JsRuntime>& runtime, const Matrix4& matrix) in ConvertToJSValue() 62 double ConvertToDouble(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, doub… in ConvertToDouble() 72 shared_ptr<JsValue> Combine(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisOb… in Combine() 93 shared_ptr<JsValue> Invert(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Invert() 104 shared_ptr<JsValue> Translate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in Translate() 130 shared_ptr<JsValue> Scale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Scale() 167 shared_ptr<JsValue> Rotate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Rotate() 207 shared_ptr<JsValue> TransformPoint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>&… in TransformPoint() 237 void AddCommonMatrixProperties(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& obj) in AddCommonMatrixProperties() [all …]
|
| D | jsi_timer_module.cpp | 27 shared_ptr<JsValue> SetTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV… in SetTimeoutOrInterval() 66 void ClearTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisOb… in ClearTimeoutOrInterval() 96 shared_ptr<JsValue> SetTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in SetTimeout() 102 shared_ptr<JsValue> SetInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in SetInterval() 108 shared_ptr<JsValue> ClearTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in ClearTimeout() 115 shared_ptr<JsValue> ClearInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in ClearInterval() 167 void JsiTimerModule::InitTimerModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& mod… in InitTimerModule()
|
| D | jsi_app_module.cpp | 25 shared_ptr<JsValue> AppGetInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in AppGetInfo() 51 shared_ptr<JsValue> AppTerminate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in AppTerminate() 80 shared_ptr<JsValue> AppSetImageCacheCount(const shared_ptr<JsRuntime>& runtime, const shared_ptr<Js… in AppSetImageCacheCount() 123 const shared_ptr<JsRuntime>& runtime, in AppSetImageRawDataCacheSize() 166 shared_ptr<JsValue> AppSetImageFileCacheSize(const shared_ptr<JsRuntime>& runtime, const shared_ptr… in AppSetImageFileCacheSize() 208 shared_ptr<JsValue> AppRequestFullWindow(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV… in AppRequestFullWindow() 214 shared_ptr<JsValue> AppScreenOnVisible(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal… in AppScreenOnVisible() 220 void InitAppModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) in InitAppModule()
|
| /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 179 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 188 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 197 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 207 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 217 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 226 …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
|
| D | jsi_declarative_engine.cpp | 107 shared_ptr<JsValue> JsPerfPrint(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfPrint() 115 shared_ptr<JsValue> JsPerfSleep(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfSleep() 124 shared_ptr<JsValue> JsPerfBegin(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in JsPerfBegin() 133 shared_ptr<JsValue> JsPerfEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in JsPerfEnd() 141 shared_ptr<JsValue> RequireNativeModule(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVa… in RequireNativeModule() 206 …st std::unordered_map<std::string, void*>& extraNativeObject, const shared_ptr<JsRuntime>& runtime) in InitJsEnv() 324 extern "C" ACE_FORCE_EXPORT void OHOS_ACE_PreloadAceModule(void* runtime) in OHOS_ACE_PreloadAceModule() 330 void JsiDeclarativeEngineInstance::PreloadAceModule(void* runtime) in PreloadAceModule() 529 auto runtime = std::static_pointer_cast<ArkJSRuntime>(runtime_); in InitGlobalObjectTemplate() local 540 auto runtime = std::static_pointer_cast<ArkJSRuntime>(runtime_); in InitGroupJsBridge() local [all …]
|
| D | jsi_bindings.inl | 71 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 84 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 96 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 106 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 119 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 138 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 150 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 168 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 180 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local 192 …auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRunt… local [all …]
|
| /foundation/ability/ability_runtime/test/unittest/ability_extension_module_loader_test/ |
| D | ability_extension_module_loader_test.cpp | 56 auto runtime = AbilityRuntime::Runtime::Create(options); variable 88 auto runtime = AbilityRuntime::Runtime::Create(options); variable 103 auto runtime = AbilityRuntime::Runtime::Create(options); variable
|
| /foundation/ability/form_fwk/test/unittest/fms_form_render_record_test/ |
| D | fms_form_render_record_test.cpp | 245 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; variable 262 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; variable 279 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; variable 336 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; variable 359 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; variable 465 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; variable 489 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; variable
|