Home
last modified time | relevance | path

Searched defs:runtime (Results 551 - 575 of 967) sorted by relevance

1...<<21222324252627282930>>...39

/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...]
/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
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-acpi.c874 static int ata_acpi_choose_suspend_state(struct ata_device *dev, bool runtime) in ata_acpi_choose_suspend_state() argument
894 bool runtime = PMSG_IS_AUTO(state); in sata_acpi_set_state() local
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Defi.c900 EFI_ATTR_SHOW(runtime); global() variable
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c449 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx25821_pcm_open() local
618 struct snd_pcm_runtime *runtime = substream->runtime; snd_cx25821_pointer() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-alsa.c407 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx88_pcm_open() local
561 struct snd_pcm_runtime *runtime = substream->runtime; snd_cx88_pointer() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c235 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_saa7134_capture_trigger() local
499 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_saa7134_capture_prepare() local
593 struct snd_pcm_runtime *runtime = substream->runtime; snd_card_saa7134_capture_pointer() local
644 snd_card_saa7134_runtime_free(struct snd_pcm_runtime *runtime) snd_card_saa7134_runtime_free() argument
796 struct snd_pcm_runtime *runtime = substream->runtime; snd_card_saa7134_capture_open() local
[all...]
/kernel/linux/linux-5.10/sound/ppc/
H A Dpmac.c183 struct snd_pcm_runtime *runtime = subs->runtime; in snd_pmac_pcm_prepare() local
556 struct snd_pcm_runtime *runtime = subs->runtime; in snd_pmac_pcm_open() local
[all...]
/kernel/linux/linux-5.10/sound/firewire/
H A Disight.c90 struct snd_pcm_runtime *runtime = isight->pcm->runtime; in isight_update_pointers() local
111 struct snd_pcm_runtime *runtime; in isight_samples() local
140 struct snd_pcm_runtime *runtime; isight_dropped_samples() local
[all...]

Completed in 26 milliseconds

1...<<21222324252627282930>>...39