/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/ |
H A D | frs_form_render_record_test.cpp | 287 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; in HWTEST_F() local 304 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; in HWTEST_F() local 321 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; in HWTEST_F() local 378 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; in HWTEST_F() local 401 std::shared_ptr<AbilityRuntime::Runtime> runtime in HWTEST_F() local 510 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local 534 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local 1191 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local 1468 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local 1489 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local 1559 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local 1650 std::shared_ptr<AbilityRuntime::Runtime> runtime = nullptr; HWTEST_F() local [all...] |
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_impl.cpp | 46 static OHOS::AbilityRuntime::ServiceExtension *FormRenderServiceCreator(const std::unique_ptr<Runtime> &runtime)
in FormRenderServiceCreator() argument
|
/foundation/ability/ability_runtime/test/unittest/js_ui_service_proxy_test/ |
H A D | js_ui_service_proxy_test.cpp | 83 std::unique_ptr<Runtime> runtime; member in OHOS::AbilityRuntime::JsUIServiceProxyTest
|
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/ |
H A D | ohos_application_test.cpp | 184 std::unique_ptr<AbilityRuntime::Runtime> runtime = nullptr; in HWTEST_F() local 198 std::unique_ptr<AbilityRuntime::Runtime> runtime = std::make_unique<AbilityRuntime::MockRuntime>(); in HWTEST_F() local 721 auto &runtime = ohosApplication_->GetRuntime(); in HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/js_ui_service_extension_test/ |
H A D | js_ui_service_extension_test.cpp | 89 std::unique_ptr<Runtime> runtime; member in OHOS::AbilityRuntime::JsUIServiceExtensionTest
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_chart_bridge.cpp | 25 GetAttrOptionsAxis( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, AxisOption& axisOption) GetAttrOptionsAxis() argument 67 GetAttrOptionsSeriesPoint( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, PointInfo& pointInfo) GetAttrOptionsSeriesPoint() argument 121 GetChartAttrOptionsSeriesLineStyle( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOptions) GetChartAttrOptionsSeriesLineStyle() argument 164 GetChartAttrOptionsSeriesLoop( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOptions) GetChartAttrOptionsSeriesLoop() argument 206 GetChartAttrOptionsSeries( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOptions) GetChartAttrOptionsSeries() argument 273 ParseTextInfoAndSegmentInfo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& val, const std::string& key, TextInfo& textInfo, SegmentInfo& segmentInfo) ParseTextInfoAndSegmentInfo() argument 312 ParseAttrDataStyle( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, double index, LineInfo& line) ParseAttrDataStyle() argument 357 GetAttrDataSetData( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& dataArrayVal, MainChart& dataSet) GetAttrDataSetData() argument 398 GetAttrDataset(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, MainChart& dataSet) GetAttrDataset() argument 434 ParseAttrSegment(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, Segment& segment) ParseAttrSegment() argument 474 GetAttrOptionsObject(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) GetAttrOptionsObject() argument 523 GetAttrDatasets(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valArray) GetAttrDatasets() argument 536 ParseAttrSegmentArray(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valArray) ParseAttrSegmentArray() argument 549 ParseAttrSingleSegment(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) ParseAttrSingleSegment() argument [all...] |
H A D | ark_js_value.cpp | 20 int32_t ArkJSValue::ToInt32(shared_ptr<JsRuntime> runtime) in ToInt32() argument 32 double ArkJSValue::ToDouble(shared_ptr<JsRuntime> runtime) in ToDouble() argument 49 std::string ArkJSValue::ToString(shared_ptr<JsRuntime> runtime) in ToString() argument 66 bool ArkJSValue::ToBoolean(shared_ptr<JsRuntime> runtime) in ToBoolean() argument 77 bool ArkJSValue::IsUndefined([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsUndefined() argument 82 bool ArkJSValue::IsNull([[maybe_unused]] shared_ptr<JsRuntime> runtime) in IsNull() argument 87 IsBoolean([[maybe_unused]] shared_ptr<JsRuntime> runtime) IsBoolean() argument 92 IsInt32([[maybe_unused]] shared_ptr<JsRuntime> runtime) IsInt32() argument 97 WithinInt32([[maybe_unused]] shared_ptr<JsRuntime> runtime) WithinInt32() argument 102 IsString([[maybe_unused]] shared_ptr<JsRuntime> runtime) IsString() argument 108 IsNumber([[maybe_unused]] shared_ptr<JsRuntime> runtime) IsNumber() argument 114 IsObject([[maybe_unused]] shared_ptr<JsRuntime> runtime) IsObject() argument 120 IsArray([[maybe_unused]] shared_ptr<JsRuntime> runtime) IsArray() argument 126 IsFunction([[maybe_unused]] shared_ptr<JsRuntime> runtime) IsFunction() argument 133 IsException([[maybe_unused]] shared_ptr<JsRuntime> runtime) IsException() argument 139 Call(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> thisObj, std::vector<shared_ptr<JsValue>> argv, int32_t argc) Call() argument 166 GetPropertyNames(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> &propName, int32_t &len) GetPropertyNames() argument 190 GetEnumerablePropertyNames(shared_ptr<JsRuntime> runtime, shared_ptr<JsValue> &propName, int32_t &len) GetEnumerablePropertyNames() argument 214 GetProperty(shared_ptr<JsRuntime> runtime, int32_t idx) GetProperty() argument 236 GetProperty(shared_ptr<JsRuntime> runtime, const std::string &name) GetProperty() argument 244 GetProperty(shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue> &name) GetProperty() argument 267 SetProperty(shared_ptr<JsRuntime> runtime, const std::string &name, const shared_ptr<JsValue> &value) SetProperty() argument 275 SetProperty(shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue> &name, const shared_ptr<JsValue> &value) SetProperty() argument 295 SetAccessorProperty(shared_ptr<JsRuntime> runtime, const std::string &name, const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) SetAccessorProperty() argument 304 SetAccessorProperty(shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue> &name, const shared_ptr<JsValue> &getter, const shared_ptr<JsValue> &setter) SetAccessorProperty() argument 325 HasProperty(shared_ptr<JsRuntime> runtime, const std::string &name) HasProperty() argument 333 HasProperty(shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue> &name) HasProperty() argument 356 GetArrayLength(shared_ptr<JsRuntime> runtime) GetArrayLength() argument 369 GetElement(shared_ptr<JsRuntime> runtime, int32_t idx) GetElement() argument 391 GetJsonString(const shared_ptr<JsRuntime>& runtime) GetJsonString() argument 414 CheckException(const shared_ptr<ArkJSRuntime> &runtime, const Local<JSValueRef> &value) const CheckException() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register_impl.cpp | 415 auto runtime = JsiDeclarativeEngineInstance::GetCurrentRuntime(); in UpdateRootComponent() local
|
H A D | jsi_view_register_impl_ng.cpp | 359 auto runtime = std::static_pointer_cast<ArkJSRuntime>(JsiDeclarativeEngineInstance::GetCurrentRuntime()); in JSBindLibs() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_curves_module.cpp | 27 shared_ptr<JsValue> CurvesInterpolate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CurvesInterpolate() argument 59 CurvesInitInternal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CurvesInitInternal() argument 89 CurvesInit(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CurvesInit() argument 95 InitCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) InitCurve() argument 101 CreateSpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateSpringCurve() argument 136 CreateInterpolatingSpring(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateInterpolatingSpring() argument 159 CreateCubicCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateCubicCurve() argument 188 CreateStepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateStepsCurve() argument 214 CreateSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateSpringMotionCurve() argument 245 CreateResponsiveSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, RefPtr<Curve>& curve) CreateResponsiveSpringMotionCurve() argument 276 ParseCurves(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, std::string& curveString) ParseCurves() argument 323 CurvesBezier(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CurvesBezier() argument 330 BezierCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) BezierCurve() argument 337 CurvesSpring(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CurvesSpring() argument 344 SpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) SpringCurve() argument 351 InterpolatingSpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) InterpolatingSpringCurve() argument 358 CurvesSteps(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CurvesSteps() argument 365 StepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) StepsCurve() argument 371 CustomCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) CustomCurve() argument 378 SpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) SpringMotionCurve() argument 385 ResponsiveSpringMotionCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) ResponsiveSpringMotionCurve() argument 392 InitCurvesModule(const shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& moduleObj) InitCurvesModule() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_model_ng.cpp | 160 InitializeDynamicComponent(const RefPtr<FrameNode>& frameNode, const std::string& hapPath, const std::string& abcPath, const std::string& entryPoint, void* runtime) InitializeDynamicComponent() argument 168 InitializeIsolatedComponent( const RefPtr<NG::FrameNode>& frameNode, const RefPtr<OHOS::Ace::WantWrap>& wantWrap, void* runtime) InitializeIsolatedComponent() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | isolated_pattern_test_ng.cpp | 124 void* runtime = nullptr;
in HWTEST_F() local 172 void* runtime = nullptr;
in HWTEST_F() local 271 void* runtime = nullptr;
in HWTEST_F() local 304 void* runtime = nullptr;
in HWTEST_F() local 388 void* runtime in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
H A D | mock_dynamic_component_renderer_impl.cpp | 20 Create( const RefPtr<FrameNode>& host, void* runtime, const IsolatedInfo& isolatedInfo) Create() argument 26 DynamicComponentRendererImpl( const RefPtr<FrameNode>& host, void* runtime, const IsolatedInfo& isolatedInfo) DynamicComponentRendererImpl() argument
|
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_ext_ability.cpp | 37 FileAccessExtAbility* FileAccessExtAbility::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
|
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
H A D | media_file_ext_ability.cpp | 44 MediaFileExtAbility* MediaFileExtAbility::Create(const unique_ptr<Runtime>& runtime) in Create() argument 50 static MediaFileExtAbility* MediaFileExtCreator(const unique_ptr<Runtime>& runtime) in MediaFileExtCreator() argument
|
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_datashare_extension.cpp | 62 RingtoneDataShareExtension *RingtoneDataShareExtension::Create(const unique_ptr<Runtime> &runtime) in Create() argument 67 RingtoneDataShareExtension::RingtoneDataShareExtension(Runtime &runtime) : DataShareExtAbility(), runtime_(runtime) {} in RingtoneDataShareExtension() argument 377 static DataShare::DataShareExtAbility *RingtoneDataShareCreator(const unique_ptr<Runtime> &runtime) in RingtoneDataShareCreator() argument
|
/foundation/window/window_manager/extension/window_extension/src/ |
H A D | js_window_extension.cpp | 92 JsWindowExtension* JsWindowExtension::Create(const std::unique_ptr<AbilityRuntime::Runtime>& runtime) in Create() argument
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | datashare_ext_ability.cpp | 35 DataShareExtAbility* DataShareExtAbility::Create(const std::unique_ptr<Runtime>& runtime) in Create() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/preprocess/ |
H A D | preprocess_utils.cpp | 59 Runtime runtime; in RuntimeDataImputation() local 138 std::shared_ptr<Runtime> runtime = data.GetRuntime(); SetRemoteData() local [all...] |
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_backup.cpp | 62 ExtBackup *ExtBackup::Create(const unique_ptr<AbilityRuntime::Runtime> &runtime) in Create() argument
|
/foundation/filemanagement/app_file_service/test/fuzztest/backupext_fuzzer/ |
H A D | backupext_fuzzer.cpp | 99 unique_ptr<AbilityRuntime::Runtime> runtime; in CreateFuzzTest() local
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | efi.h | 77 u64 runtime; member 94 u32 runtime; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_device_info.c | 392 struct intel_runtime_info *runtime = RUNTIME_INFO(dev_priv); in intel_device_info_runtime_init() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_context_types.h | 108 } runtime; member
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-alsa-pcm.c | 102 struct snd_pcm_runtime *runtime; in cobalt_alsa_announce_pcm_data() local 208 struct snd_pcm_runtime *runtime = substream->runtime; snd_cobalt_pcm_capture_open() local 302 struct snd_pcm_runtime *runtime; cobalt_alsa_pb_pcm_data() local 370 struct snd_pcm_runtime *runtime = substream->runtime; snd_cobalt_pcm_playback_open() local [all...] |