Home
last modified time | relevance | path

Searched defs:runtime (Results 151 - 175 of 957) sorted by relevance

12345678910>>...39

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_extension_provider_client_test.cpp156 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
289 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
307 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
460 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
484 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
510 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
536 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
561 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
589 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
616 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
641 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
665 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
692 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
719 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
745 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
769 auto runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
[all...]
H A Dform_extension_test.cpp66 std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
81 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
107 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
127 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
148 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
164 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
181 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
198 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
216 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
234 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
251 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
268 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
285 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
303 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ui_service_extension_test/
H A Dui_service_extension_test.cpp95 auto runtime = Runtime::Create(options); in HWTEST_F() local
122 auto runtime = Runtime::Create(options); in HWTEST_F() local
320 auto runtime = Runtime::Create(options); in HWTEST_F() local
345 auto runtime in HWTEST_F() local
370 auto runtime = Runtime::Create(options); HWTEST_F() local
393 auto runtime = Runtime::Create(options); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/
H A Djs_test_runner.cpp30 std::unique_ptr<TestRunner> JsTestRunner::Create(const std::unique_ptr<Runtime> &runtime, in Create() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp42 auto& runtime = application_->GetRuntime(); in SetAppFreezeFilterCallback() local
65 auto& runtime = application_->GetRuntime(); in DumpJsHeap() local
85 void DumpRuntimeHelper::GetCheckList(const std::unique_ptr<AbilityRuntime::Runtime> &runtime, st argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Dcj_ability_stage.cpp99 Create( const std::unique_ptr<Runtime>& runtime, const AppExecFwk::HapModuleInfo& hapModuleInfo) Create() argument
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/
H A Dapp_recovery_test.cpp324 auto runtime = AbilityRuntime::JsRuntime::Create(options); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_test_runner_test.cpp98 std::unique_ptr<CJRuntime> runtime = std::make_unique<cjMockRuntime>(); in SetUp() local
130 std::unique_ptr<Runtime> runtime = static_cast<std::unique_ptr<Runtime>>(std::move(runtime_)); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp81 std::unique_ptr<CJRuntime> runtime = std::make_unique<cjMockRuntime>(); in HWTEST_F() local
101 std::unique_ptr<CJRuntime> runtime = std::make_unique<cjMockRuntime>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_router_module.cpp24 std::string DeclarativeParseRouteUrl(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, in DeclarativeParseRouteUrl() argument
41 std::string DeclarativeParseRouteParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, in DeclarativeParseRouteParams() argument
53 shared_ptr<JsValue> PagePush(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in PagePush() argument
71 PageReplace(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageReplace() argument
89 PageBack(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageBack() argument
111 PageClear(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageClear() argument
123 PageGetLength(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageGetLength() argument
135 PageGetState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageGetState() argument
154 PageGetParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) PageGetParams() argument
169 InitRouterModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) InitRouterModule() argument
[all...]
H A Djsi_timer_module.cpp26 shared_ptr<JsValue> SetTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in SetTimeoutOrInterval() argument
61 ClearTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ClearTimeoutOrInterval() argument
87 SetTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) SetTimeout() argument
93 SetInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) SetInterval() argument
99 ClearTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ClearTimeout() argument
106 ClearInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ClearInterval() argument
156 InitTimerModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) InitTimerModule() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp45 void JsiXComponentBridge::HandleContext(const shared_ptr<JsRuntime>& runtime, NodeId id, const std::string& args) in HandleContext() argument
148 shared_ptr<JsValue> JsiXComponentBridge::JsGetXComponentSurfaceId(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) in JsGetXComponentSurfaceId() argument
185 JsSetXComponentSurfaceSize( const shared_ptr<JsRuntime>& runtime, const std::string& arguments, NodeId nodeId) JsSetXComponentSurfaceSize() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_module_preloader.cpp30 extern "C" ACE_FORCE_EXPORT void OHOS_ACE_PreloadAceModuleCard(void* runtime, const char* bundleName, in OHOS_ACE_PreloadAceModuleCard() argument
41 extern "C" ACE_FORCE_EXPORT void OHOS_ACE_ReloadAceModuleCard(void* runtime, const char* bundleName, in OHOS_ACE_ReloadAceModuleCard() argument
/foundation/arkui/ace_engine/test/mock/core/pattern/
H A Dmock_ui_extension_model_ng.cpp35 InitializeDynamicComponent(const RefPtr<NG::FrameNode>& frameNode, const std::string& hapPath, const std::string& abcPath, const std::string& entryPoint, void* runtime) InitializeDynamicComponent() argument
39 InitializeIsolatedComponent( const RefPtr<NG::FrameNode>& frameNode, const RefPtr<OHOS::Ace::WantWrap>& wantWrap, void* runtime) InitializeIsolatedComponent() argument
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_group.cpp27 Create( const std::shared_ptr<OHOS::AbilityRuntime::Context> context, const std::shared_ptr<OHOS::AbilityRuntime::Runtime> runtime, std::weak_ptr<OHOS::AppExecFwk::EventHandler> eventHandler) Create() argument
35 FormRendererGroup( const std::shared_ptr<OHOS::AbilityRuntime::Context> context, const std::shared_ptr<OHOS::AbilityRuntime::Runtime> runtime, std::weak_ptr<OHOS::AppExecFwk::EventHandler> eventHandler) FormRendererGroup() argument
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_module.cpp82 auto runtime = OHOS::CJEnv::LoadInstance(); in ARKTS_LoadModule() local
/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H A Dringtone_datashare_extension_test.cpp58 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
96 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
113 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
131 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() local
148 const std::unique_ptr<AbilityRuntime::Runtime> runtime; HWTEST_F() local
167 const std::unique_ptr<AbilityRuntime::Runtime> runtime; HWTEST_F() local
186 const std::unique_ptr<AbilityRuntime::Runtime> runtime; HWTEST_F() local
202 const std::unique_ptr<AbilityRuntime::Runtime> runtime; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp54 void UnifiedData::SetRuntime(Runtime &runtime) in SetRuntime() argument
162 std::shared_ptr<Runtime> runtime = this->GetRuntime(); in IsComplete() local
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/
H A Dext_backup_mock.cpp34 ExtBackup *ExtBackup::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
H A Dext_backup_js_mock.cpp34 ExtBackupJs *ExtBackupJs::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dthreadtest.c123 time_t start, now, runtime; in main() local
H A Dinconsistency-check.c158 int runtime = 10; in main() local
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-alsa-pcm.c59 struct snd_pcm_runtime *runtime; in ivtv_alsa_announce_pcm_data() local
134 struct snd_pcm_runtime *runtime = substream->runtime; snd_ivtv_pcm_capture_open() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-alsa-pcm.c62 struct snd_pcm_runtime *runtime; in cx18_alsa_announce_pcm_data() local
137 struct snd_pcm_runtime *runtime = substream->runtime; snd_cx18_pcm_capture_open() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c47 static void snd_bcm2835_playback_free(struct snd_pcm_runtime *runtime) in snd_bcm2835_playback_free() argument
89 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_playback_open_generic() local
171 struct snd_pcm_runtime *runtime; snd_bcm2835_playback_close() local
199 struct snd_pcm_runtime *runtime = substream->runtime; snd_bcm2835_pcm_prepare() local
238 struct snd_pcm_runtime *runtime = substream->runtime; snd_bcm2835_pcm_transfer() local
247 struct snd_pcm_runtime *runtime = substream->runtime; snd_bcm2835_pcm_ack() local
258 struct snd_pcm_runtime *runtime = substream->runtime; snd_bcm2835_pcm_trigger() local
278 struct snd_pcm_runtime *runtime = substream->runtime; snd_bcm2835_pcm_pointer() local
[all...]

Completed in 13 milliseconds

12345678910>>...39