| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
| H A D | form_extension_provider_client_test.cpp | 156 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 D | form_extension_test.cpp | 66 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 D | ui_service_extension_test.cpp | 95 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 D | js_test_runner.cpp | 30 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 D | dump_runtime_helper.cpp | 42 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 D | cj_ability_stage.cpp | 99 Create( const std::unique_ptr<Runtime>& runtime, const AppExecFwk::HapModuleInfo& hapModuleInfo) Create() argument
|
| /foundation/ability/ability_runtime/test/unittest/app_recovery_test/ |
| H A D | app_recovery_test.cpp | 324 auto runtime = AbilityRuntime::JsRuntime::Create(options); in HWTEST_F() local
|
| /foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/ |
| H A D | cj_test_runner_test.cpp | 98 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 D | cj_runtime_test.cpp | 81 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 D | jsi_router_module.cpp | 24 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 D | jsi_timer_module.cpp | 26 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 D | jsi_xcomponent_bridge.cpp | 45 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 D | form_module_preloader.cpp | 30 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 D | mock_ui_extension_model_ng.cpp | 35 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 D | form_renderer_group.cpp | 27 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 D | ark_interop_module.cpp | 82 auto runtime = OHOS::CJEnv::LoadInstance(); in ARKTS_LoadModule() local
|
| /foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/ |
| H A D | ringtone_datashare_extension_test.cpp | 58 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 D | unified_data.cpp | 54 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 D | ext_backup_mock.cpp | 34 ExtBackup *ExtBackup::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
|
| H A D | ext_backup_js_mock.cpp | 34 ExtBackupJs *ExtBackupJs::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
| H A D | threadtest.c | 123 time_t start, now, runtime; in main() local
|
| H A D | inconsistency-check.c | 158 int runtime = 10; in main() local
|
| /kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
| H A D | ivtv-alsa-pcm.c | 59 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 D | cx18-alsa-pcm.c | 62 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 D | bcm2835-pcm.c | 47 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...] |