/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | form_extension_test.cpp | 66 std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() 67 auto formExtension = AbilityRuntime::FormExtension::Create(runtime); in HWTEST_F() 80 AbilityRuntime::Runtime::Options options; in HWTEST_F() 81 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() 82 auto formExtension = AbilityRuntime::FormExtension::Create(runtime); in HWTEST_F() 100 std::shared_ptr<AbilityRuntime::ContextImpl> contextImpl = std::make_shared<AbilityRuntime::ContextImpl>(); in HWTEST_F() 101 std::shared_ptr<AbilityRuntime::ApplicationContext> applicationContext = in HWTEST_F() 102 AbilityRuntime in HWTEST_F() [all...] |
H A D | form_extension_provider_client_test.cpp | 101 std::shared_ptr<AbilityRuntime::FormExtensionProviderClient> formExtensionProviderClient = in HWTEST_F() 102 std::make_shared<AbilityRuntime::FormExtensionProviderClient>(); in HWTEST_F() 126 std::shared_ptr<AbilityRuntime::FormExtensionProviderClient> formExtensionProviderClient = in HWTEST_F() 127 std::make_shared<AbilityRuntime::FormExtensionProviderClient>(); in HWTEST_F() 151 std::shared_ptr<AbilityRuntime::FormExtensionProviderClient> formExtensionProviderClient = in HWTEST_F() 152 std::make_shared<AbilityRuntime::FormExtensionProviderClient>(); in HWTEST_F() 155 AbilityRuntime::Runtime::Options options; in HWTEST_F() 156 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() 157 std::shared_ptr<AbilityRuntime::FormExtension> formExtension(AbilityRuntime in HWTEST_F() [all...] |
H A D | extension_ability_thread_test.cpp | 30 namespace AbilityRuntime { namespace 62 AbilityRuntime::ExtensionAbilityThread *extensionabilitythread = in HWTEST_F() 63 new (std::nothrow) AbilityRuntime::ExtensionAbilityThread(); in HWTEST_F() 95 AbilityRuntime::ExtensionAbilityThread *extensionabilitythread = in HWTEST_F() 96 new (std::nothrow) AbilityRuntime::ExtensionAbilityThread(); in HWTEST_F() 116 AbilityRuntime::ExtensionAbilityThread *extensionabilitythread = in HWTEST_F() 117 new (std::nothrow) AbilityRuntime::ExtensionAbilityThread(); in HWTEST_F() 136 AbilityRuntime::ExtensionAbilityThread *extensionabilitythread = in HWTEST_F() 137 new (std::nothrow) AbilityRuntime::ExtensionAbilityThread(); in HWTEST_F() 164 AbilityRuntime in HWTEST_F() [all...] |
H A D | ability_thread_test.cpp | 83 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::FAAbilityThread(); in HWTEST_F() 120 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::FAAbilityThread(); in HWTEST_F() 151 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::FAAbilityThread(); in HWTEST_F() 168 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::FAAbilityThread(); in HWTEST_F() 200 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::FAAbilityThread(); in HWTEST_F() 216 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::FAAbilityThread(); in HWTEST_F() 243 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::FAAbilityThread(); in HWTEST_F() 271 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::FAAbilityThread(); in HWTEST_F() 298 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::FAAbilityThread(); in HWTEST_F() 328 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime in HWTEST_F() [all...] |
H A D | ability_connection_manager_test.cpp | 31 namespace AbilityRuntime { namespace 66 std::shared_ptr<OHOS::AbilityRuntime::ConnectionManager> mgr = in HWTEST_F() 67 std::make_shared<OHOS::AbilityRuntime::ConnectionManager>(); in HWTEST_F() 85 std::shared_ptr<OHOS::AbilityRuntime::ConnectionManager> mgr = in HWTEST_F() 86 std::make_shared<OHOS::AbilityRuntime::ConnectionManager>(); in HWTEST_F() 103 std::shared_ptr<OHOS::AbilityRuntime::ConnectionManager> mgr = in HWTEST_F() 104 std::make_shared<OHOS::AbilityRuntime::ConnectionManager>(); in HWTEST_F() 121 std::shared_ptr<OHOS::AbilityRuntime::ConnectionManager> mgr = in HWTEST_F() 122 std::make_shared<OHOS::AbilityRuntime::ConnectionManager>(); in HWTEST_F() 139 std::shared_ptr<OHOS::AbilityRuntime in HWTEST_F() [all...] |
H A D | ui_ability_thread_test.cpp | 67 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::UIAbilityThread(); in HWTEST_F() 102 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::UIAbilityThread(); in HWTEST_F() 122 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::UIAbilityThread(); in HWTEST_F() 141 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::UIAbilityThread(); in HWTEST_F() 161 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::UIAbilityThread(); in HWTEST_F() 189 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::UIAbilityThread(); in HWTEST_F() 205 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::UIAbilityThread(); in HWTEST_F() 234 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::UIAbilityThread(); in HWTEST_F() 250 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime::UIAbilityThread(); in HWTEST_F() 277 AbilityThread *abilitythread = new (std::nothrow) AbilityRuntime in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/ |
H A D | auto_fill_manager_test.cpp | 74 auto &manager = AbilityRuntime::AutoFillManager::GetInstance(); in HWTEST_F() 75 const AbilityRuntime::AutoFill::AutoFillRequest autoFillRequest; in HWTEST_F() 76 const std::shared_ptr<AbilityRuntime::IFillRequestCallback> fillCallback = nullptr; in HWTEST_F() 77 AbilityRuntime::AutoFill::AutoFillResult result; in HWTEST_F() 79 EXPECT_EQ(ret, AbilityRuntime::AutoFill::AUTO_FILL_OBJECT_IS_NULL); in HWTEST_F() 93 auto &manager = AbilityRuntime::AutoFillManager::GetInstance(); in HWTEST_F() 94 const AbilityRuntime::AutoFill::AutoFillRequest autoFillRequest; in HWTEST_F() 95 const std::shared_ptr<AbilityRuntime::ISaveRequestCallback> saveCallback = nullptr; in HWTEST_F() 96 AbilityRuntime::AutoFill::AutoFillResult result; in HWTEST_F() 98 EXPECT_EQ(ret, AbilityRuntime in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_util_test/ |
H A D | auto_fill_manager_util_test.cpp | 24 using PopupDimensionUnit = OHOS::AbilityRuntime::AutoFill::PopupDimensionUnit; 25 using PopupPlacement = OHOS::AbilityRuntime::AutoFill::PopupPlacement; 29 AbilityRuntime::AutoFill::PopupSize popupSize { 30 .unit = AbilityRuntime::AutoFill::PopupDimensionUnit::PX, 35 AbilityRuntime::AutoFill::PopupOffset popupOffset { 36 .unit = AbilityRuntime::AutoFill::PopupDimensionUnit::VP, 41 AbilityRuntime::AutoFill::PopupLength popupLength { 42 .unit = AbilityRuntime::AutoFill::PopupDimensionUnit::FP, 46 AbilityRuntime::AutoFill::PopupLength arrowLength { 47 .unit = AbilityRuntime [all...] |
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_extension_window_config.h | 70 napi_value OnGetWindowName(napi_env env, AbilityRuntime::NapiCallbackInfo& info); 71 napi_value OnGetWindowAttribute(napi_env env, AbilityRuntime::NapiCallbackInfo& info); 72 napi_value OnGetWindowRect(napi_env env, AbilityRuntime::NapiCallbackInfo& info); 73 napi_value OnGetWindowRectLeft(napi_env env, AbilityRuntime::NapiCallbackInfo& info); 74 napi_value OnGetWindowRectTop(napi_env env, AbilityRuntime::NapiCallbackInfo& info); 75 napi_value OnGetWindowRectWidth(napi_env env, AbilityRuntime::NapiCallbackInfo& info); 76 napi_value OnGetWindowRectHeight(napi_env env, AbilityRuntime::NapiCallbackInfo& info); 77 napi_value OnGetSubWindowOptions(napi_env env, AbilityRuntime::NapiCallbackInfo& info); 78 napi_value OnGetSubWindowOptionsTitle(napi_env env, AbilityRuntime::NapiCallbackInfo& info); 79 napi_value OnGetSubWindowOptionsDecorEnabled(napi_env env, AbilityRuntime [all...] |
/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() 59 AbilityRuntime::RingtoneDataShareExtension *mediaDataShare; in HWTEST_F() 60 AbilityRuntime::DataShareExtAbility::Create(runtime); in HWTEST_F() 61 mediaDataShare = AbilityRuntime::RingtoneDataShareExtension::Create(runtime); in HWTEST_F() 70 std::shared_ptr<AbilityRuntime::AbilityInfo> info = std::make_shared<AbilityRuntime::AbilityInfo>(); in HWTEST_F() 80 std::shared_ptr<AbilityRuntime::EventRunner> runner = nullptr; in HWTEST_F() 96 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() 97 AbilityRuntime::RingtoneDataShareExtension *mediaDataShare; in HWTEST_F() 98 mediaDataShare = AbilityRuntime in HWTEST_F() [all...] |
H A D | ringtone_datashare_stub_impl_test.cpp | 58 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() 59 AbilityRuntime::RingtoneDataShareExtension *mediaDataShare; in HWTEST_F() 60 mediaDataShare = AbilityRuntime::RingtoneDataShareExtension::Create(runtime); in HWTEST_F() 72 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() 75 auto dataShareExtension = AbilityRuntime::RingtoneDataShareExtension::Create(runtime); in HWTEST_F() 92 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() 95 auto dataShareExtension = AbilityRuntime::RingtoneDataShareExtension::Create(runtime); in HWTEST_F() 111 const std::unique_ptr<AbilityRuntime::Runtime> runtime; in HWTEST_F() 114 auto dataShareExtension = AbilityRuntime::RingtoneDataShareExtension::Create(runtime); in HWTEST_F() 130 const std::unique_ptr<AbilityRuntime in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | ohos_application.h | 31 namespace AbilityRuntime { namespace 33 } // namespace AbilityRuntime 55 void SetRuntime(std::unique_ptr<AbilityRuntime::Runtime>&& runtime); 62 void SetApplicationContext(const std::shared_ptr<AbilityRuntime::ApplicationContext> &abilityRuntimeContext); 79 AbilityRuntime::SetLevel level = AbilityRuntime::SetLevel::System); 132 std::shared_ptr<AbilityRuntime::Context> AddAbilityStage( 134 const std::function<void(const std::shared_ptr<AbilityRuntime::Context> &)> &callback, bool &isAsyncCallback); 168 std::shared_ptr<AbilityRuntime::Context> GetAppContext() const; 175 const std::unique_ptr<AbilityRuntime [all...] |
/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/ |
H A D | system_sound_manager.h | 63 virtual std::shared_ptr<RingtonePlayer> GetRingtonePlayer(const std::shared_ptr<AbilityRuntime::Context> &context, 76 virtual int32_t SetRingtoneUri(const std::shared_ptr<AbilityRuntime::Context> &context, const std::string &uri, 87 virtual std::string GetRingtoneUri(const std::shared_ptr<AbilityRuntime::Context> &context, 99 const std::shared_ptr<AbilityRuntime::Context> &context, SystemToneType systemToneType) = 0; 111 virtual int32_t SetSystemToneUri(const std::shared_ptr<AbilityRuntime::Context> &context, const std::string &uri, 121 virtual std::string GetSystemToneUri(const std::shared_ptr<AbilityRuntime::Context> &context, 132 virtual std::shared_ptr<ToneAttrs> GetDefaultRingtoneAttrs(const std::shared_ptr<AbilityRuntime::Context> &context, 144 const std::shared_ptr<AbilityRuntime::Context> &context, RingtoneType ringtoneType) = 0; 155 const std::shared_ptr<AbilityRuntime::Context> &context, SystemToneType systemtoneType) = 0; 166 const std::shared_ptr<AbilityRuntime [all...] |
/foundation/ability/form_fwk/frameworks/js/napi/formHost/ |
H A D | native_module.cpp | 28 using namespace OHOS::AbilityRuntime; 42 OHOS::AbilityRuntime::BindNativeFunction(env, exports, "shareForm", moduleName, NapiFormHost::ShareForm); in NapiFormHostInit() 43 OHOS::AbilityRuntime::BindNativeFunction( in NapiFormHostInit() 45 OHOS::AbilityRuntime::BindNativeFunction(env, exports, "isSystemReady", moduleName, NapiFormHost::IsSystemReady); in NapiFormHostInit() 46 OHOS::AbilityRuntime::BindNativeFunction(env, exports, "deleteForm", moduleName, NapiFormHost::DeleteForm); in NapiFormHostInit() 47 OHOS::AbilityRuntime::BindNativeFunction(env, exports, "releaseForm", moduleName, NapiFormHost::ReleaseForm); in NapiFormHostInit() 48 OHOS::AbilityRuntime::BindNativeFunction(env, exports, "requestForm", moduleName, NapiFormHost::RequestForm); in NapiFormHostInit() 49 OHOS::AbilityRuntime::BindNativeFunction(env, exports, "castTempForm", moduleName, NapiFormHost::CastTempForm); in NapiFormHostInit() 50 OHOS::AbilityRuntime::BindNativeFunction( in NapiFormHostInit() 52 OHOS::AbilityRuntime in NapiFormHostInit() [all...] |
/foundation/window/window_manager/extension/window_extension/include/ |
H A D | window_extension.h | 26 class WindowExtension : public AbilityRuntime::ExtensionBase<WindowExtensionContext> { 41 const std::shared_ptr<AbilityRuntime::AbilityLocalRecord>& record, 42 const std::shared_ptr<AbilityRuntime::OHOSApplication>& application, 43 std::shared_ptr<AbilityRuntime::AbilityHandler>& handler, 54 virtual void Init(const std::shared_ptr<AbilityRuntime::AbilityLocalRecord>& record, 55 const std::shared_ptr<AbilityRuntime::OHOSApplication>& application, 56 std::shared_ptr<AbilityRuntime::AbilityHandler>& handler, 65 static WindowExtension* Create(const std::unique_ptr<AbilityRuntime::Runtime>& runtime);
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/ |
H A D | accessibility_extension.h | 25 class AccessibilityExtension : public AbilityRuntime::ExtensionBase<AccessibilityExtensionContext> { 38 virtual void Init(const std::shared_ptr<AbilityRuntime::AbilityLocalRecord> &record, 39 const std::shared_ptr<AbilityRuntime::OHOSApplication> &application, 40 std::shared_ptr<AbilityRuntime::AbilityHandler> &handler, 53 const std::shared_ptr<AbilityRuntime::AbilityLocalRecord> &record, 54 const std::shared_ptr<AbilityRuntime::OHOSApplication> &application, 55 std::shared_ptr<AbilityRuntime::AbilityHandler> &handler,
|
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/include/ |
H A D | connection_subscriber.h | 24 class ConnectionSubscriber : public AbilityRuntime::ConnectionObserver { 26 virtual void OnExtensionConnected(const AbilityRuntime::ConnectionData& data) override; 27 virtual void OnExtensionDisconnected(const AbilityRuntime::ConnectionData& data) override; 28 virtual void OnDlpAbilityOpened(const AbilityRuntime::DlpStateData& data) override; 29 virtual void OnDlpAbilityClosed(const AbilityRuntime::DlpStateData& data) override; 33 void MarshallingConnectionData(const AbilityRuntime::ConnectionData& data, nlohmann::json &payload); 34 void MarshallingDlpStateData(const AbilityRuntime::DlpStateData& data, nlohmann::json &payload);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | connection_observer_controller.cpp | 23 using namespace OHOS::AbilityRuntime; 24 int ConnectionObserverController::AddObserver(const sptr<AbilityRuntime::IConnectionObserver> &observer) in AddObserver() 28 return AbilityRuntime::ERR_INVALID_OBSERVER; in AddObserver() 59 void ConnectionObserverController::RemoveObserver(const sptr<AbilityRuntime::IConnectionObserver> &observer) in RemoveObserver() 75 void ConnectionObserverController::NotifyExtensionConnected(const AbilityRuntime::ConnectionData& data) in NotifyExtensionConnected() 77 CallObservers(&AbilityRuntime::IConnectionObserver::OnExtensionConnected, data); in NotifyExtensionConnected() 80 void ConnectionObserverController::NotifyExtensionDisconnected(const AbilityRuntime::ConnectionData& data) in NotifyExtensionDisconnected() 82 CallObservers(&AbilityRuntime::IConnectionObserver::OnExtensionDisconnected, data); in NotifyExtensionDisconnected() 86 void ConnectionObserverController::NotifyDlpAbilityOpened(const AbilityRuntime::DlpStateData& data) in NotifyDlpAbilityOpened() 88 CallObservers(&AbilityRuntime in NotifyDlpAbilityOpened() [all...] |
/foundation/window/window_manager/extension/window_extension/src/ |
H A D | window_extension.cpp | 28 WindowExtension* WindowExtension::Create(const std::unique_ptr<AbilityRuntime::Runtime>& runtime) in Create() 35 case AbilityRuntime::Runtime::Language::JS: { in Create() 46 void WindowExtension::Init(const std::shared_ptr<AbilityRuntime::AbilityLocalRecord>& record, in Init() 47 const std::shared_ptr<AbilityRuntime::OHOSApplication>& application, in Init() 48 std::shared_ptr<AbilityRuntime::AbilityHandler>& handler, in Init() 56 const std::shared_ptr<AbilityRuntime::AbilityLocalRecord>& record, in CreateAndInitContext() 57 const std::shared_ptr<AbilityRuntime::OHOSApplication>& application, in CreateAndInitContext() 58 std::shared_ptr<AbilityRuntime::AbilityHandler>& handler, in CreateAndInitContext()
|
/foundation/ability/ability_runtime/test/unittest/ability_extension_base_test/ |
H A D | ability_extension_base_test.cpp | 40 namespace AbilityRuntime { namespace 75 std::shared_ptr<AbilityRuntime::ContextImpl> contextImpl = std::make_shared<AbilityRuntime::ContextImpl>(); in HWTEST_F() 76 std::shared_ptr<AbilityRuntime::ApplicationContext> applicationContext = in HWTEST_F() 77 AbilityRuntime::ApplicationContext::GetInstance(); in HWTEST_F() 104 std::shared_ptr<AbilityRuntime::ContextImpl> contextImpl = std::make_shared<AbilityRuntime::ContextImpl>(); in HWTEST_F() 105 std::shared_ptr<AbilityRuntime::ApplicationContext> applicationContext = in HWTEST_F() 106 AbilityRuntime::ApplicationContext::GetInstance(); in HWTEST_F() 134 std::shared_ptr<AbilityRuntime in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_first_test/ |
H A D | ohos_application_first_test.cpp | 44 using namespace OHOS::AbilityRuntime; 55 std::unordered_map<std::string, std::shared_ptr<AbilityRuntime::AbilityStage>> abilityStages_; 97 AbilityRuntime::Runtime::Options options; in HWTEST_F() 98 auto runTime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() 99 abilityStages_.emplace("1", AbilityRuntime::AbilityStage::Create(runTime, info)); in HWTEST_F() 100 abilityStages_.emplace("2", AbilityRuntime::AbilityStage::Create(runTime, info)); in HWTEST_F() 101 abilityStages_.emplace("3", AbilityRuntime::AbilityStage::Create(runTime, info)); in HWTEST_F() 118 AbilityRuntime::Runtime::Options options; in HWTEST_F() 119 auto runTime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() 124 it.second = AbilityRuntime in HWTEST_F() [all...] |
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/ |
H A D | extension_connection_observer.h | 23 class ExtensionConnectionObserver : public AbilityRuntime::ConnectionObserver { 30 virtual void OnExtensionConnected(const AbilityRuntime::ConnectionData& data) override; 37 virtual void OnExtensionDisconnected(const AbilityRuntime::ConnectionData& data) override; 44 virtual void OnDlpAbilityOpened(const AbilityRuntime::DlpStateData& data) override; 51 virtual void OnDlpAbilityClosed(const AbilityRuntime::DlpStateData& data) override;
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | dump_runtime_helper_second_test.cpp | 78 AbilityRuntime::Runtime::Options options; in HWTEST_F() 79 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() 116 AbilityRuntime::Runtime::Options options; in HWTEST_F() 117 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() 144 AbilityRuntime::Runtime::Options options; in HWTEST_F() 145 options.lang = AbilityRuntime::Runtime::Language::JS; in HWTEST_F() 146 auto runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() 162 AbilityRuntime::Runtime::Options options; in HWTEST_F() 163 options.lang = AbilityRuntime::Runtime::Language::JS; in HWTEST_F() 164 auto runtime = AbilityRuntime in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/ability_service_extension_test/ |
H A D | ability_service_extension_test.cpp | 30 namespace AbilityRuntime { namespace 79 std::shared_ptr<AbilityRuntime::ContextImpl> contextImpl = std::make_shared<AbilityRuntime::ContextImpl>(); in HWTEST_F() 80 std::shared_ptr<AbilityRuntime::ApplicationContext> applicationContext = in HWTEST_F() 81 AbilityRuntime::ApplicationContext::GetInstance(); in HWTEST_F() 112 std::shared_ptr<AbilityRuntime::ContextImpl> contextImpl = std::make_shared<AbilityRuntime::ContextImpl>(); in HWTEST_F() 113 std::shared_ptr<AbilityRuntime::ApplicationContext> applicationContext = in HWTEST_F() 114 AbilityRuntime::ApplicationContext::GetInstance(); in HWTEST_F() 145 std::shared_ptr<AbilityRuntime in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_first_test.cpp | 37 namespace AbilityRuntime {
namespace 84 AbilityRuntime::Runtime::Options options;
in HWTEST_F() 86 auto jsRuntime = AbilityRuntime::JsRuntime::Create(options);
in HWTEST_F() 103 AbilityRuntime::Runtime::Options options;
in HWTEST_F() 105 auto jsRuntime = AbilityRuntime::JsRuntime::Create(options);
in HWTEST_F() 123 AbilityRuntime::Runtime::Options options;
in HWTEST_F() 125 auto jsRuntime = AbilityRuntime::JsRuntime::Create(options);
in HWTEST_F() 145 AbilityRuntime::Runtime::Options options;
in HWTEST_F() 147 auto jsRuntime = AbilityRuntime::JsRuntime::Create(options);
in HWTEST_F() 151 AbilityRuntime in HWTEST_F() [all...] |