Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 25 of 253) sorted by relevance

1234567891011

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dblock_on.rs52 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in sdv_single1_block_on() localVariable
61 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in sdv_block_on_nest_spawn() localVariable
63 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in sdv_block_on_nest_spawn() localVariable
95 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in sdv_block_on_nest_spawn_spawn_blocking() localVariable
106 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in sdv_block_on_nest_spawn_and_spawn() localVariable
174 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in sdv_block_on_nest_spawn_nest_spawn() localVariable
194 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in sdv_block_on_nest_spawn_nest_spawn2() localVariable
219 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in sdv_block_on_nest_batch_spawn() localVariable
232 let runtime = RuntimeBuilder::new_multi_thread() in sdv_block_on_nest_await_spawn() localVariable
247 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in sdv_block_on_nest_await_spawn() localVariable
[all …]
H A Dspawn_blocking.rs114 let runtime = RuntimeBuilder::new_multi_thread() in sdv_one_core_test() localVariable
129 let runtime = RuntimeBuilder::new_multi_thread() in sdv_two_core_test() localVariable
144 let runtime = RuntimeBuilder::new_multi_thread() in sdv_three_core_test() localVariable
158 let runtime = RuntimeBuilder::new_multi_thread() in sdv_four_core_test() localVariable
171 let runtime = RuntimeBuilder::new_multi_thread() in sdv_eight_core_test() localVariable
184 let runtime = RuntimeBuilder::new_multi_thread() in sdv_max_core_test() localVariable
196 let runtime = RuntimeBuilder::new_multi_thread() in sdv_complex_task_test() localVariable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Djs_child_process_test.cpp57 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable
70 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable
91 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable
107 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable
128 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable
150 std::unique_ptr<Runtime> runtime = std::make_unique<JsRuntime>(); variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Ddeclarative_module_preloader.cpp26 void InitAceModule(void* runtime) in InitAceModule()
42 void DeclarativeModulePreloader::Preload(NativeEngine& runtime) in Preload()
52 void InitAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) in InitAceModuleCard()
68 void DeclarativeModulePreloader::PreloadCard(NativeEngine& runtime, const std::string& bundleName, in PreloadCard()
75 void ReloadAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) in ReloadAceModuleCard()
91 void DeclarativeModulePreloader::ReloadCard(NativeEngine& runtime, const std::string &bundleName, in ReloadCard()
102 void InitAceModuleWorker(void* runtime) in InitAceModuleWorker()
118 void DeclarativeModulePreloader::PreloadWorker(NativeEngine& runtime) in PreloadWorker()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_extension_test.cpp66 std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
81 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable
107 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable
127 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable
148 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable
164 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable
181 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable
198 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable
216 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable
234 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); variable
[all …]
H A Dability_runtime_test.cpp60 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable
78 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable
94 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable
110 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable
126 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H A Dringtone_datashare_stub_impl_test.cpp58 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
72 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
92 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
111 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
130 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
149 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
169 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
189 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
208 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
229 const std::unique_ptr<AbilityRuntime::Runtime> runtime; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp114 const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetOffscreenCanvasBridge()
214 shared_ptr<JsValue> JsiOffscreenCanvasBridge::GetBridge(const shared_ptr<JsRuntime>& runtime) in GetBridge()
610 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsArc(const shared_ptr<JsRuntime>& runtime, in JsArc()
640 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsArcTo(const shared_ptr<JsRuntime>& runtime, in JsArcTo()
687 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsRect(const shared_ptr<JsRuntime>& runtime, in JsRect()
698 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsFill(const shared_ptr<JsRuntime>& runtime, in JsFill()
737 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsClip(const shared_ptr<JsRuntime>& runtime, in JsClip()
761 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsSave(const shared_ptr<JsRuntime>& runtime, in JsSave()
786 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsScale(const shared_ptr<JsRuntime>& runtime, in JsScale()
1313 const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetPath2D()
[all …]
H A Dark_js_value.cpp20 int32_t ArkJSValue::ToInt32(shared_ptr<JsRuntime> runtime) in ToInt32()
32 double ArkJSValue::ToDouble(shared_ptr<JsRuntime> runtime) in ToDouble()
49 std::string ArkJSValue::ToString(shared_ptr<JsRuntime> runtime) in ToString()
66 bool ArkJSValue::ToBoolean(shared_ptr<JsRuntime> runtime) in ToBoolean()
214 shared_ptr<JsValue> ArkJSValue::GetProperty(shared_ptr<JsRuntime> runtime, int32_t idx) in GetProperty()
275 bool ArkJSValue::SetProperty(shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue> &name, in SetProperty()
295 bool ArkJSValue::SetAccessorProperty(shared_ptr<JsRuntime> runtime, const std::string &name, in SetAccessorProperty()
325 bool ArkJSValue::HasProperty(shared_ptr<JsRuntime> runtime, const std::string &name) in HasProperty()
356 int32_t ArkJSValue::GetArrayLength(shared_ptr<JsRuntime> runtime) in GetArrayLength()
369 shared_ptr<JsValue> ArkJSValue::GetElement(shared_ptr<JsRuntime> runtime, int32_t idx) in GetElement()
[all …]
H A Dark_js_value.h40 …ArkJSValue(const shared_ptr<ArkJSRuntime> &runtime, Local<JSValueRef> value) : value_(runtime->Get… in ArkJSValue()
90 Local<JSValueRef> GetValue(const shared_ptr<ArkJSRuntime> &runtime) in GetValue()
95 void SetValue(const shared_ptr<ArkJSRuntime> &runtime, const Local<JSValueRef> &value) in SetValue()
H A Djsi_canvas_bridge.cpp169 void PushTaskToPage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, in PushTaskToPage()
354 void JsiCanvasBridge::HandleWebglContext(const shared_ptr<JsRuntime>& runtime, in HandleWebglContext()
572 shared_ptr<JsValue> JsiCanvasBridge::JsAddColorStop(const shared_ptr<JsRuntime>& runtime, in JsAddColorStop()
622 shared_ptr<JsValue> JsiCanvasBridge::JsStrokeRect(const shared_ptr<JsRuntime>& runtime, in JsStrokeRect()
666 shared_ptr<JsValue> JsiCanvasBridge::JsStrokeText(const shared_ptr<JsRuntime>& runtime, in JsStrokeText()
684 shared_ptr<JsValue> JsiCanvasBridge::JsMeasureText(const shared_ptr<JsRuntime>& runtime, in JsMeasureText()
1043 shared_ptr<JsValue> JsiCanvasBridge::JsSetLineDash(const shared_ptr<JsRuntime>& runtime, in JsSetLineDash()
1058 shared_ptr<JsValue> JsiCanvasBridge::JsGetLineDash(const shared_ptr<JsRuntime>& runtime, in JsGetLineDash()
1445 shared_ptr<JsValue> JsiCanvasBridge::JsPath2DRect(const shared_ptr<JsRuntime>& runtime, in JsPath2DRect()
2189 shared_ptr<JsValue> JsiCanvasBridge::JsFontGetter(const shared_ptr<JsRuntime>& runtime, in JsFontGetter()
[all …]
H A Djsi_engine.cpp117 RefPtr<JsAcePage> GetStagingPage(const shared_ptr<JsRuntime>& runtime) in GetStagingPage()
127 RefPtr<JsAcePage> GetRunningPage(const shared_ptr<JsRuntime>& runtime) in GetRunningPage()
537 shared_ptr<JsValue> GetAppInfo(const shared_ptr<JsRuntime>& runtime) in GetAppInfo()
555 void Terminate(const shared_ptr<JsRuntime>& runtime) in Terminate()
703 shared_ptr<JsValue> GetLocale(const shared_ptr<JsRuntime>& runtime) in GetLocale()
3073 auto runtime = engineInstance_->GetJsRuntime(); in Initialize() local
3286 auto runtime = engineInstance_->GetJsRuntime(); in ExecuteAbc() local
3315 auto runtime = engineInstance_->GetJsRuntime(); in LoadJs() local
3469 auto runtime = engineInstance_->GetJsRuntime(); in FireExternalEvent() local
3489 shared_ptr<JsRuntime> runtime = engineInstance_->GetJsRuntime(); in DestroyPageInstance() local
[all …]
H A Djsi_animation_bridge.cpp23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate()
42 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById()
56 inline NodeId GetCurrentNodeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentNodeId()
75 inline int32_t GetCurrentPageId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentPageId()
202 shared_ptr<JsRuntime> runtime, const RefPtr<JsAcePage>& page) in AddListenerForEventCallback()
558 shared_ptr<JsValue> JsiAnimationBridgeUtils::JsAnimationFinish(shared_ptr<JsRuntime> runtime, in JsAnimationFinish()
567 shared_ptr<JsValue> JsiAnimationBridgeUtils::JsAnimationPause(shared_ptr<JsRuntime> runtime, in JsAnimationPause()
576 shared_ptr<JsValue> JsiAnimationBridgeUtils::JsAnimationCancel(shared_ptr<JsRuntime> runtime, in JsAnimationCancel()
585 shared_ptr<JsValue> JsiAnimationBridgeUtils::JsAnimationReverse(shared_ptr<JsRuntime> runtime, in JsAnimationReverse()
595 shared_ptr<JsRuntime> runtime, int32_t pageId, NodeId nodeId) in CreateAnimationContext()
[all …]
H A Djsi_animator_bridge.cpp23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate()
42 RefPtr<JsAcePage> GetPageById(const shared_ptr<JsRuntime>& runtime, int32_t pageId) in GetPageById()
56 inline int32_t GetCurrentBridgeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentBridgeId()
71 inline int32_t GetCurrentPageId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentPageId()
86 void HandleJsAnimatorContext(const shared_ptr<JsRuntime>& runtime, int32_t pageId, int32_t bridgeId, in HandleJsAnimatorContext()
111 …CallAnimationStartJs(const WeakPtr<JsiAnimatorBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime) in CallAnimationStartJs()
238 shared_ptr<JsRuntime> runtime) in AddListenerForEventCallback()
292 shared_ptr<JsRuntime> runtime) in AddFrameListener()
314 shared_ptr<JsRuntime> runtime, int32_t pageId, int32_t bridgeId) in CreateAnimatorContext()
370 shared_ptr<JsValue> JsiAnimatorBridgeUtils::JsAnimatorReverse(shared_ptr<JsRuntime> runtime, in JsAnimatorReverse()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp27 shared_ptr<JsValue> CurvesInterpolate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValu… in CurvesInterpolate()
89 shared_ptr<JsValue> CurvesInit(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in CurvesInit()
95 shared_ptr<JsValue> InitCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in InitCurve()
101 bool CreateSpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateSpringCurve()
136 bool CreateInterpolatingSpring(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in CreateInterpolatingSpring()
159 bool CreateCubicCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateCubicCurve()
188 bool CreateStepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateStepsCurve()
214 bool CreateSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in CreateSpringMotionCurve()
365 shared_ptr<JsValue> StepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in StepsCurve()
385 shared_ptr<JsValue> ResponsiveSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, in ResponsiveSpringMotionCurve()
[all …]
H A Djsi_router_module.cpp27 std::string DeclarativeParseRouteUrl(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue… in DeclarativeParseRouteUrl()
44 std::string DeclarativeParseRouteParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVa… in DeclarativeParseRouteParams()
56 shared_ptr<JsValue> PagePush(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in PagePush()
74 shared_ptr<JsValue> PageReplace(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in PageReplace()
92 shared_ptr<JsValue> PageBack(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisO… in PageBack()
114 shared_ptr<JsValue> PageClear(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& this… in PageClear()
126 shared_ptr<JsValue> PageGetLength(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in PageGetLength()
138 shared_ptr<JsValue> PageGetState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in PageGetState()
157 shared_ptr<JsValue> PageGetParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in PageGetParams()
172 void InitRouterModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) in InitRouterModule()
H A Djsi_app_module.cpp25 shared_ptr<JsValue> AppGetInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in AppGetInfo()
49 shared_ptr<JsValue> AppTerminate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in AppTerminate()
77 shared_ptr<JsValue> AppSetImageCacheCount(const shared_ptr<JsRuntime>& runtime, const shared_ptr<Js… in AppSetImageCacheCount()
115 const shared_ptr<JsRuntime>& runtime, in AppSetImageRawDataCacheSize()
153 shared_ptr<JsValue> AppSetImageFileCacheSize(const shared_ptr<JsRuntime>& runtime, const shared_ptr… in AppSetImageFileCacheSize()
167 shared_ptr<JsValue> AppRequestFullWindow(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV… in AppRequestFullWindow()
173 shared_ptr<JsValue> AppScreenOnVisible(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal… in AppScreenOnVisible()
179 void InitAppModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) in InitAppModule()
H A Djsi_timer_module.cpp26 shared_ptr<JsValue> SetTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV… in SetTimeoutOrInterval()
61 void ClearTimeoutOrInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisOb… in ClearTimeoutOrInterval()
87 shared_ptr<JsValue> SetTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thi… in SetTimeout()
93 shared_ptr<JsValue> SetInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& th… in SetInterval()
99 shared_ptr<JsValue> ClearTimeout(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& t… in ClearTimeout()
106 shared_ptr<JsValue> ClearInterval(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in ClearInterval()
156 void JsiTimerModule::InitTimerModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& mod… in InitTimerModule()
H A Djsi_matrix4_module.cpp34 Matrix4 ConvertToMatrix(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in ConvertToMatrix()
54 shared_ptr<JsValue> ConvertToJSValue(const shared_ptr<JsRuntime>& runtime, const Matrix4& matrix) in ConvertToJSValue()
76 shared_ptr<JsValue> Combine(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisOb… in Combine()
95 shared_ptr<JsValue> Invert(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Invert()
130 shared_ptr<JsValue> Skew(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Skew()
147 shared_ptr<JsValue> Scale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Scale()
182 shared_ptr<JsValue> Rotate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Rotate()
246 const shared_ptr<JsRuntime>& runtime) in ParsePoint()
339 shared_ptr<JsValue> Copy(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Copy()
353 shared_ptr<JsValue> Init(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in Init()
[all …]
/ohos5.0/base/print/print_fwk/test/unittest/extension_test/
H A Dprint_extension_test.cpp50 std::unique_ptr<Runtime> runtime = nullptr; variable
56 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable
62 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntimeJS>(); variable
68 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_tokio_tcp_perf.rs35 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in ylong_create_client() localVariable
69 let runtime = tokio::runtime::Builder::new_multi_thread() in tokio_create_client() localVariable
106 let runtime = RuntimeBuilder::new_multi_thread().build().unwrap(); in main() localVariable
148 let runtime = tokio::runtime::Builder::new_multi_thread() in main() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_signal.rs31 let runtime = $runtime; localVariable
59 let runtime = $runtime; localVariable
80 let runtime = $runtime; localVariable
108 let runtime = $runtime; localVariable
H A Dylong_tokio_async_file.rs34 let runtime = $runtime(); localVariable
58 let runtime = $runtime(); localVariable
85 let runtime = $runtime(); localVariable
/ohos5.0/base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_test/
H A Dstatic_subscriber_extension_test.cpp80 std::unique_ptr<Runtime> runtime = nullptr; variable
98 std::unique_ptr<Runtime> runtime = std::move(mockRuntime); variable
116 std::unique_ptr<Runtime> runtime = std::move(mockRuntime); variable
132 std::unique_ptr<Runtime> runtime = nullptr; variable
156 std::unique_ptr<Runtime> runtime = nullptr; variable
181 std::unique_ptr<Runtime> runtime = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/action_extension_ability/
H A Djs_action_extension.cpp24 JsActionExtension *JsActionExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create()
29 JsActionExtension::JsActionExtension(const std::unique_ptr<Runtime> &runtime) in JsActionExtension()

1234567891011