Home
last modified time | relevance | path

Searched defs:runtime (Results 201 - 225 of 278) sorted by relevance

12345678910>>...12

/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp1917 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.cpp97 JsAutoFillExtension *JsAutoFillExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H A Dcj_ui_ability_test.cpp161 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
296 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp223 extern "C" ACE_FORCE_EXPORT void* OHOS_ACE_CreateUIContent(void* context, void* runtime) in OHOS_ACE_CreateUIContent() argument
228 extern "C" ACE_FORCE_EXPORT void* OHOS_ACE_CreateFormContent(void* context, void* runtime, bool isCard) in OHOS_ACE_CreateFormContent() argument
238 UIContentImpl::UIContentImpl(OHOS::AbilityRuntime::Context* context, void* runtime) in UIContentImpl() argument
279 UIContentImpl::UIContentImpl(OHOS::AbilityRuntime::Context* context, void* runtime, bool isCard) in UIContentImpl() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.cpp145 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); in Undefined() local
151 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); in Null() local
157 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); in True() local
163 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); in False() local
333 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); in ToJsonObject() local
387 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); Call() local
400 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); New() local
424 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); New() local
536 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); New() local
553 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); New() local
[all...]
H A Djsi_declarative_engine.h274 JsiDeclarativeEngine(int32_t instanceId, void* runtime) : instanceId_(instanceId), runtime_(runtime) {} in JsiDeclarativeEngine() argument
[all...]
H A Djsi_declarative_group_js_bridge.cpp43 int32_t JsiDeclarativeGroupJsBridge::InitializeGroupJsBridge(const shared_ptr<JsRuntime>& runtime) in InitializeGroupJsBridge() argument
85 shared_ptr<JsValue> JsiDeclarativeGroupJsBridge::ProcessJsRequest(const shared_ptr<JsRuntime>& runtime, in 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
215 SetEventGroupCallBackFuncs(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& localEventCallbackFunc, int32_t callbackId, int32_t requestId) SetEventGroupCallBackFuncs() argument
257 ProcessParseJsError( ParseJsDataResult errorType, const shared_ptr<JsRuntime>& runtime, int32_t callbackId) ProcessParseJsError() argument
303 SerializationObjectToString( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& val) SerializationObjectToString() argument
325 ParseJsPara(const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t beginIndex, int32_t requestId, std::vector<CodecData>& arguments) ParseJsPara() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.cpp23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate() argument
42 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() argument
56 inline NodeId GetCurrentNodeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentNodeId() argument
75 GetCurrentPageId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) GetCurrentPageId() argument
93 HandleJsAnimationContext( const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t nodeId, AnimationOperation operation) HandleJsAnimationContext() argument
124 CallAnimationFinishJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, const RefPtr<JsAcePage>& page) CallAnimationFinishJs() argument
150 CallAnimationCancelJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, const RefPtr<JsAcePage>& page) CallAnimationCancelJs() argument
177 JsUpdatePlayState( shared_ptr<JsRuntime>&& runtime, const WeakPtr<JsiAnimationBridge>& bridgeWeak, const char* state) JsUpdatePlayState() argument
201 AddListenerForEventCallback(const WeakPtr<JsiAnimationBridge>& bridgeWeak, const RefPtr<Animator>& animator, shared_ptr<JsRuntime> runtime, const RefPtr<JsAcePage>& page) AddListenerForEventCallback() argument
237 JsiAnimationBridge( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& animationContext, NodeId nodeId) JsiAnimationBridge() argument
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
594 CreateAnimationContext( shared_ptr<JsRuntime> runtime, int32_t pageId, NodeId nodeId) CreateAnimationContext() argument
624 JsiAnimationBridgeTaskCreate( shared_ptr<JsRuntime> runtime, const RefPtr<JsiAnimationBridge>& bridge, std::string param) JsiAnimationBridgeTaskCreate() argument
[all...]
H A Djsi_animator_bridge.cpp23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate() argument
42 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById() argument
56 inline int32_t GetCurrentBridgeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentBridgeId() argument
71 GetCurrentPageId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) GetCurrentPageId() argument
86 HandleJsAnimatorContext(const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t bridgeId, AnimatorOperation operation) HandleJsAnimatorContext() argument
111 CallAnimationStartJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) CallAnimationStartJs() argument
136 CallAnimationFinishJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) CallAnimationFinishJs() argument
161 CallAnimationCancelJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) CallAnimationCancelJs() argument
186 CallAnimationRepeatJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) CallAnimationRepeatJs() argument
211 CallAnimationFrameJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, double value) CallAnimationFrameJs() argument
237 AddListenerForEventCallback(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, const RefPtr<Animator>& animator, shared_ptr<JsRuntime> runtime) AddListenerForEventCallback() argument
291 AddFrameListener(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, const RefPtr<KeyframeAnimation<double>>& animator, shared_ptr<JsRuntime> runtime) AddFrameListener() argument
313 CreateAnimatorContext( shared_ptr<JsRuntime> runtime, int32_t pageId, int32_t bridgeId) CreateAnimatorContext() argument
334 JsAnimatorPlay(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimatorPlay() argument
343 JsAnimatorFinish(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimatorFinish() argument
352 JsAnimatorPause(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAnimatorPause() argument
361 JsAnimatorCancel(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) 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
467 JsiAnimatorBridge(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& animatorContext) JsiAnimatorBridge() argument
563 JsiAnimatorTaskCreate( shared_ptr<JsRuntime> runtime, const RefPtr<JsiAnimatorBridge>& bridge, const std::string& param) JsiAnimatorTaskCreate() argument
669 UpdateAnimator(const RefPtr<Animator>& animator, const RefPtr<JsiAnimatorBridge>& bridge, shared_ptr<JsRuntime> runtime, const std::unordered_map<std::string, std::string>& params) UpdateAnimator() argument
[all...]
H A Dark_js_runtime.cpp458 auto runtime = runtime_.lock(); in Callback() local
[all...]
H A Djsi_group_js_bridge.cpp43 int32_t JsiGroupJsBridge::InitializeGroupJsBridge(const shared_ptr<JsRuntime>& runtime) in InitializeGroupJsBridge() argument
89 shared_ptr<JsValue> JsiGroupJsBridge::ProcessJsRequest(const shared_ptr<JsRuntime>& runtime, in 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
331 SetEventGroupCallBackFuncs(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& localEventCallbackFunc, int32_t callbackId, int32_t requestId) SetEventGroupCallBackFuncs() argument
376 ProcessParseJsError( ParseJsDataResult errorType, const shared_ptr<JsRuntime>& runtime, int32_t callbackId) ProcessParseJsError() argument
429 SerializationObjectToString( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& val) SerializationObjectToString() argument
455 ParseJsPara(const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t beginIndex, int32_t requestId, std::vector<CodecData>& arguments) ParseJsPara() argument
[all...]
H A Djsi_base_utils.cpp91 GenerateErrorMsg( const std::shared_ptr<JsValue>& error, const std::shared_ptr<JsRuntime>& runtime) GenerateErrorMsg() argument
120 GenerateJsErrorObject( const std::shared_ptr<JsValue>& error, const std::shared_ptr<JsRuntime>& runtime) GenerateJsErrorObject() argument
142 GenerateSummaryBody( const std::shared_ptr<JsValue>& error, const std::shared_ptr<JsRuntime>& runtime) GenerateSummaryBody() argument
288 GetSourceCodeInfo( std::shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue>& errorFunc, ErrorPos pos) GetSourceCodeInfo() argument
568 ReportJsErrorEvent(std::shared_ptr<JsValue> error, std::shared_ptr<JsRuntime> runtime) ReportJsErrorEvent() argument
661 GetLogContent( const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) GetLogContent() argument
676 GetLogContentFromStartIndex( const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, int32_t startIndex) GetLogContentFromStartIndex() argument
694 GetLogTag( const shared_ptr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, AceLogTag& tag) GetLogTag() argument
715 AppLogPrint( const shared_ptr<JsRuntime>& runtime, JsLogLevel level, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) AppLogPrint() 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
769 JsLogPrint( const shared_ptr<JsRuntime>& runtime, JsLogLevel level, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLogPrint() 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
850 JsTraceBegin(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTraceBegin() argument
860 JsTraceEnd(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTraceEnd() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_matrix4_module.cpp34 Matrix4 ConvertToMatrix(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in ConvertToMatrix() argument
54 shared_ptr<JsValue> ConvertToJSValue(const shared_ptr<JsRuntime>& runtime, const Matrix4& matrix) in ConvertToJSValue() argument
66 ConvertToDouble(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, double defaultValue) ConvertToDouble() argument
76 Combine(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) Combine() argument
95 Invert(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) Invert() argument
106 Translate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) 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
245 ParsePoint(shared_ptr<JsValue> array, std::vector<OHOS::Ace::NG::PointT<int32_t>>& vector, const shared_ptr<JsRuntime>& runtime) ParsePoint() 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
317 AddCommonMatrixProperties(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& obj) AddCommonMatrixProperties() 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
377 InitMatrix4Module(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) InitMatrix4Module() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Ddynamic_component_renderer_impl.cpp69 DynamicComponentRendererImpl( const RefPtr<FrameNode>& host, void* runtime, const IsolatedInfo& isolatedInfo) DynamicComponentRendererImpl() argument
77 Create( const RefPtr<FrameNode>& host, void* runtime, const IsolatedInfo& isolatedInfo) Create() argument
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp31 JsWorkSchedulerExtension* JsWorkSchedulerExtension::Create(const std::unique_ptr<AbilityRuntime::Runtime>& runtime) in Create() argument
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension.cpp111 JsVpnExtension* JsVpnExtension::Create(const std::unique_ptr<Runtime>& runtime) in Create() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp218 std::shared_ptr<Runtime> runtime = unifiedData.GetRuntime(); in RetrieveData() local
388 std::shared_ptr<Runtime> runtime = data.GetRuntime(); in UpdateData() local
423 std::shared_ptr<Runtime> runtime; DeleteData() local
587 std::shared_ptr<Runtime> runtime = unifiedData.GetRuntime(); IsRemoteData() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp595 Runtime runtime; in UnmarshalEntries() local
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp179 Runtime runtime; in HWTEST_F() local
293 Runtime runtime; in HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp519 ExtBackupJs *ExtBackupJs::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp1432 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
2684 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability.cpp92 Ability *JsAbility::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
H A Dcj_ui_ability.cpp88 UIAbility *CJUIAbility::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp93 JsUIExtension* JsUIExtension::Create(const std::unique_ptr<Runtime>& runtime) in Create() argument
H A Djs_ui_extension_base.cpp103 JsUIExtensionBase::JsUIExtensionBase(const std::unique_ptr<Runtime> &runtime) in JsUIExtensionBase() argument

Completed in 48 milliseconds

12345678910>>...12