Home
last modified time | relevance | path

Searched refs:info (Results 2126 - 2150 of 24326) sorted by relevance

1...<<81828384858687888990>>...974

/third_party/node/deps/npm/lib/commands/
H A Dprofile.js10 const readUserInfo = require('../utils/read-user-info.js')
109 const info = await pulseTillDone.withPromise(
113 if (!info.cidr_whitelist) {
114 delete info.cidr_whitelist
118 this.npm.output(JSON.stringify(info, null, 2))
125 cleaned[key] = info[key] || ''
128 const unknownProfileKeys = Object.keys(info).filter((k) => !(k in cleaned))
130 cleaned[key] = info[key] || ''
135 cleaned.email += info.email_verified ? ' (verified)' : '(unverified)'
137 if (info
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dfree-space-cache.c23 #include "space-info.h"
48 struct btrfs_free_space *info);
50 struct btrfs_free_space *info, bool update_stat);
57 struct btrfs_free_space *info, u64 offset,
62 struct btrfs_free_space *info; in __btrfs_remove_free_space_cache() local
66 info = rb_entry(node, struct btrfs_free_space, offset_index); in __btrfs_remove_free_space_cache()
67 if (!info->bitmap) { in __btrfs_remove_free_space_cache()
68 unlink_free_space(ctl, info, true); in __btrfs_remove_free_space_cache()
69 kmem_cache_free(btrfs_free_space_cachep, info); in __btrfs_remove_free_space_cache()
71 free_bitmap(ctl, info); in __btrfs_remove_free_space_cache()
900 struct btrfs_free_space *info; copy_free_space_cache() local
1605 struct btrfs_free_space *info; tree_insert_offset() local
1815 unlink_free_space(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) unlink_free_space() argument
1834 link_free_space(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info) link_free_space() argument
1858 relink_bitmap_entry(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info) relink_bitmap_entry() argument
1876 bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, u64 offset, u64 bytes, bool update_stat) bitmap_clear_bits() argument
1912 bitmap_set_bits(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, u64 offset, u64 bytes) bitmap_set_bits() argument
2115 add_new_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, u64 offset) add_new_bitmap() argument
2226 add_bytes_to_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, u64 offset, u64 bytes, enum btrfs_trim_state trim_state) add_bytes_to_bitmap() argument
2256 use_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info) use_bitmap() argument
2310 insert_into_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info) insert_into_bitmap() argument
2448 try_merge_free_space(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) try_merge_free_space() argument
2496 steal_from_bitmap_to_end(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) steal_from_bitmap_to_end() argument
2530 steal_from_bitmap_to_front(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) steal_from_bitmap_to_front() argument
2595 steal_from_bitmap(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info, bool update_stat) steal_from_bitmap() argument
2626 struct btrfs_free_space *info; __btrfs_add_free_space() local
2797 struct btrfs_free_space *info; btrfs_remove_free_space() local
2911 struct btrfs_free_space *info; btrfs_dump_free_space() local
3056 struct btrfs_free_space *info; btrfs_is_free_space_trimmed() local
4189 struct btrfs_free_space *info = NULL, *bitmap_info; test_add_free_space_entry() local
4259 struct btrfs_free_space *info; test_check_exists() local
[all...]
/foundation/ability/ability_runtime/service_router_framework/services/srms/test/unittest/service_router_mgr_interface_test/
H A Dsrms_interface_test.cpp197 AppInfo info; in HWTEST_F() local
198 info.bundleName = BUNDLE_NAME; in HWTEST_F()
202 auto ret = info.Marshalling(parcel); in HWTEST_F()
216 BusinessAbilityInfo info; in HWTEST_F() local
217 info.bundleName = BUNDLE_NAME; in HWTEST_F()
219 auto ret = info.Marshalling(parcel); in HWTEST_F()
233 PurposeInfo info; in HWTEST_F() local
234 info.bundleName = BUNDLE_NAME; in HWTEST_F()
236 auto ret = info.Marshalling(parcel); in HWTEST_F()
280 AppInfo info; in HWTEST_F() local
295 AppInfo info; HWTEST_F() local
310 PurposeInfo info; HWTEST_F() local
325 PurposeInfo info; HWTEST_F() local
340 PurposeInfo info; HWTEST_F() local
356 BusinessAbilityInfo info; HWTEST_F() local
371 BusinessAbilityInfo info; HWTEST_F() local
386 BusinessAbilityInfo info; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drotation_recognizer.cpp334 GestureEvent info; in SendCallbackMsg() local
335 info.SetTimeStamp(time_); in SendCallbackMsg()
337 info.SetFingerList(fingerList_); in SendCallbackMsg()
338 info.SetAngle(resultAngle_); in SendCallbackMsg()
339 info.SetDeviceId(deviceId_); in SendCallbackMsg()
340 info.SetSourceDevice(deviceType_); in SendCallbackMsg()
341 info.SetTarget(GetEventTarget().value_or(EventTarget())); in SendCallbackMsg()
346 info.SetForce(touchPoint.force); in SendCallbackMsg()
348 info.SetTiltX(touchPoint.tiltX.value()); in SendCallbackMsg()
351 info in SendCallbackMsg()
379 auto info = std::make_shared<RotationGestureEvent>(); TriggerGestureJudgeCallback() local
435 RefPtr<GestureSnapshot> info = NGGestureRecognizer::Dump(); Dump() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_clock.cpp90 void JSTextClock::Create(const JSCallbackInfo& info) in Create() argument
93 if (info.Length() < 1 || !info[0]->IsObject()) { in Create()
99 JSRef<JSObject> optionsObject = JSRef<JSObject>::Cast(info[0]); in Create()
152 void JSTextClock::SetTextColor(const JSCallbackInfo& info) in SetTextColor() argument
154 if (info.Length() < 1) { in SetTextColor()
158 if (!ParseJsColor(info[0], textColor) && !JSTextClockTheme::ObtainTextColor(textColor)) { in SetTextColor()
168 void JSTextClock::SetFontSize(const JSCallbackInfo& info) in SetFontSize() argument
170 if (info.Length() < 1) { in SetFontSize()
179 if (!ParseJsDimensionFpNG(info[ in SetFontSize()
194 SetFontWeight(const JSCallbackInfo& info) SetFontWeight() argument
228 SetFontFamily(const JSCallbackInfo& info) SetFontFamily() argument
240 SetFormat(const JSCallbackInfo& info) SetFormat() argument
267 SetTextShadow(const JSCallbackInfo& info) SetTextShadow() argument
279 SetFontFeature(const JSCallbackInfo& info) SetFontFeature() argument
292 JsOnDateChange(const JSCallbackInfo& info) JsOnDateChange() argument
364 SetDateTimeOptions(const JSCallbackInfo& info) SetDateTimeOptions() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp136 for (const auto &info : resourceInfos) { in GetLauncherResourceInfoByAbilityName()
137 if ((info.moduleName_ == moduleName) && (info.abilityName_ == abilityName)) { in GetLauncherResourceInfoByAbilityName()
138 resourceInfo = info; in GetLauncherResourceInfoByAbilityName()
166 APP_LOGI("bundleName:%{public}s has clone info", item.first.c_str()); in GetResourceInfoByColorModeChanged()
175 ResourceInfo info; in GetResourceInfoByColorModeChanged() local
176 info.ParseKey(bundleName); in GetResourceInfoByColorModeChanged()
177 needAddResourceBundles.insert(info.bundleName_); in GetResourceInfoByColorModeChanged()
196 for (auto &info : resourceInfos) { in ChangeDynamicIcon()
197 info in ChangeDynamicIcon()
298 ConvertToLauncherAbilityResourceInfo(const AbilityInfo &info) ConvertToLauncherAbilityResourceInfo() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-winbond.c352 const struct winbond_gpio_info **info) in winbond_gpio_get_info()
364 *info = &winbond_gpio_infos[i]; in winbond_gpio_get_info()
386 const struct winbond_gpio_info *info; in winbond_gpio_get() local
390 winbond_gpio_get_info(&offset, &info); in winbond_gpio_get()
396 winbond_sio_select_logical(*base, info->dev); in winbond_gpio_get()
398 val = winbond_sio_reg_btest(*base, info->datareg, offset); in winbond_gpio_get()
399 if (winbond_sio_reg_btest(*base, info->invreg, offset)) in winbond_gpio_get()
410 const struct winbond_gpio_info *info; in winbond_gpio_direction_in() local
413 if (!winbond_gpio_get_info(&offset, &info)) in winbond_gpio_direction_in()
420 winbond_sio_select_logical(*base, info in winbond_gpio_direction_in()
351 winbond_gpio_get_info(unsigned int *gpio_num, const struct winbond_gpio_info **info) winbond_gpio_get_info() argument
434 const struct winbond_gpio_info *info; winbond_gpio_direction_out() local
465 const struct winbond_gpio_info *info; winbond_gpio_set() local
524 const struct winbond_gpio_info *info = &winbond_gpio_infos[idx]; winbond_gpio_configure_port() local
[all...]
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_midi.c162 static int midisynth_subscribe(void *private_data, struct snd_seq_port_subscribe *info) in midisynth_subscribe() argument
193 static int midisynth_unsubscribe(void *private_data, struct snd_seq_port_subscribe *info) in midisynth_unsubscribe() argument
205 static int midisynth_use(void *private_data, struct snd_seq_port_subscribe *info) in midisynth_use() argument
232 static int midisynth_unuse(void *private_data, struct snd_seq_port_subscribe *info) in midisynth_unuse() argument
264 struct snd_rawmidi_info *info; in snd_seq_midisynth_probe() local
275 info = kmalloc(sizeof(*info), GFP_KERNEL); in snd_seq_midisynth_probe()
276 if (! info) in snd_seq_midisynth_probe()
278 info->device = device; in snd_seq_midisynth_probe()
279 info in snd_seq_midisynth_probe()
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dvmaster.c15 * a subset of information returned via ctl info callback
25 * identical types, i.e. info returns the same value type and value
33 struct link_ctl_info info; member
50 struct link_ctl_info info; member
69 for (ch = 0; ch < follower->info.count; ch++) in follower_update()
76 /* get the follower ctl info and save the initial values */
82 if (follower->info.count) { in follower_init()
93 err = follower->follower.info(&follower->follower, uinfo); in follower_init()
98 follower->info.type = uinfo->type; in follower_init()
99 follower->info in follower_init()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c213 union acpi_object *info; in radeon_atif_verify_interface() local
218 info = radeon_atif_call(handle, ATIF_FUNCTION_VERIFY_INTERFACE, NULL); in radeon_atif_verify_interface()
219 if (!info) in radeon_atif_verify_interface()
224 size = *(u16 *) info->buffer.pointer; in radeon_atif_verify_interface()
232 memcpy(&output, info->buffer.pointer, size); in radeon_atif_verify_interface()
241 kfree(info); in radeon_atif_verify_interface()
260 union acpi_object *info; in radeon_atif_get_notification_params() local
265 info = radeon_atif_call(handle, ATIF_FUNCTION_GET_SYSTEM_PARAMETERS, NULL); in radeon_atif_get_notification_params()
266 if (!info) { in radeon_atif_get_notification_params()
271 size = *(u16 *) info in radeon_atif_get_notification_params()
322 union acpi_object *info; radeon_atif_get_sbios_requests() local
509 union acpi_object *info; radeon_atcs_verify_interface() local
571 union acpi_object *info; radeon_acpi_pcie_notify_device_ready() local
606 union acpi_object *info; radeon_acpi_pcie_performance_request() local
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dtps6524x-regulator.c458 const struct supply_info *info; in set_voltage_sel() local
462 info = &supply_info[rdev_get_id(rdev)]; in set_voltage_sel()
467 return write_field(hw, &info->voltage, selector); in set_voltage_sel()
472 const struct supply_info *info; in get_voltage_sel() local
477 info = &supply_info[rdev_get_id(rdev)]; in get_voltage_sel()
482 ret = read_field(hw, &info->voltage); in get_voltage_sel()
485 if (WARN_ON(ret >= info->n_voltages)) in get_voltage_sel()
494 const struct supply_info *info; in set_current_limit() local
499 info = &supply_info[rdev_get_id(rdev)]; in set_current_limit()
501 if (info in set_current_limit()
515 const struct supply_info *info; get_current_limit() local
536 const struct supply_info *info; enable_supply() local
547 const struct supply_info *info; disable_supply() local
558 const struct supply_info *info; is_supply_enabled() local
583 const struct supply_info *info = supply_info; pmic_probe() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dmount_clnt.c138 * @info: pointer to mount request arguments
146 int nfs_mount(struct nfs_mount_request *info, int timeo, int retrans) in nfs_mount() argument
150 .fh = info->fh, in nfs_mount()
151 .auth_count = info->auth_flav_len, in nfs_mount()
152 .auth_flavors = info->auth_flavs, in nfs_mount()
155 .rpc_argp = info->dirpath, in nfs_mount()
159 .net = info->net, in nfs_mount()
160 .protocol = info->protocol, in nfs_mount()
161 .address = (struct sockaddr *)info->sap, in nfs_mount()
162 .addrsize = info in nfs_mount()
238 nfs_umount(const struct nfs_mount_request *info) nfs_umount() argument
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dtps6524x-regulator.c458 const struct supply_info *info; in set_voltage_sel() local
462 info = &supply_info[rdev_get_id(rdev)]; in set_voltage_sel()
467 return write_field(hw, &info->voltage, selector); in set_voltage_sel()
472 const struct supply_info *info; in get_voltage_sel() local
477 info = &supply_info[rdev_get_id(rdev)]; in get_voltage_sel()
482 ret = read_field(hw, &info->voltage); in get_voltage_sel()
485 if (WARN_ON(ret >= info->n_voltages)) in get_voltage_sel()
494 const struct supply_info *info; in set_current_limit() local
499 info = &supply_info[rdev_get_id(rdev)]; in set_current_limit()
501 if (info in set_current_limit()
515 const struct supply_info *info; get_current_limit() local
536 const struct supply_info *info; enable_supply() local
547 const struct supply_info *info; disable_supply() local
558 const struct supply_info *info; is_supply_enabled() local
583 const struct supply_info *info = supply_info; pmic_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-winbond.c352 const struct winbond_gpio_info **info) in winbond_gpio_get_info()
364 *info = &winbond_gpio_infos[i]; in winbond_gpio_get_info()
386 const struct winbond_gpio_info *info; in winbond_gpio_get() local
390 winbond_gpio_get_info(&offset, &info); in winbond_gpio_get()
396 winbond_sio_select_logical(*base, info->dev); in winbond_gpio_get()
398 val = winbond_sio_reg_btest(*base, info->datareg, offset); in winbond_gpio_get()
399 if (winbond_sio_reg_btest(*base, info->invreg, offset)) in winbond_gpio_get()
410 const struct winbond_gpio_info *info; in winbond_gpio_direction_in() local
413 if (!winbond_gpio_get_info(&offset, &info)) in winbond_gpio_direction_in()
420 winbond_sio_select_logical(*base, info in winbond_gpio_direction_in()
351 winbond_gpio_get_info(unsigned int *gpio_num, const struct winbond_gpio_info **info) winbond_gpio_get_info() argument
434 const struct winbond_gpio_info *info; winbond_gpio_direction_out() local
465 const struct winbond_gpio_info *info; winbond_gpio_set() local
524 const struct winbond_gpio_info *info = &winbond_gpio_infos[idx]; winbond_gpio_configure_port() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c212 union acpi_object *info; in radeon_atif_verify_interface() local
217 info = radeon_atif_call(handle, ATIF_FUNCTION_VERIFY_INTERFACE, NULL); in radeon_atif_verify_interface()
218 if (!info) in radeon_atif_verify_interface()
223 size = *(u16 *) info->buffer.pointer; in radeon_atif_verify_interface()
231 memcpy(&output, info->buffer.pointer, size); in radeon_atif_verify_interface()
240 kfree(info); in radeon_atif_verify_interface()
259 union acpi_object *info; in radeon_atif_get_notification_params() local
264 info = radeon_atif_call(handle, ATIF_FUNCTION_GET_SYSTEM_PARAMETERS, NULL); in radeon_atif_get_notification_params()
265 if (!info) { in radeon_atif_get_notification_params()
270 size = *(u16 *) info in radeon_atif_get_notification_params()
321 union acpi_object *info; radeon_atif_get_sbios_requests() local
506 union acpi_object *info; radeon_atcs_verify_interface() local
568 union acpi_object *info; radeon_acpi_pcie_notify_device_ready() local
603 union acpi_object *info; radeon_acpi_pcie_performance_request() local
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_midi.c170 static int midisynth_subscribe(void *private_data, struct snd_seq_port_subscribe *info) in midisynth_subscribe() argument
202 static int midisynth_unsubscribe(void *private_data, struct snd_seq_port_subscribe *info) in midisynth_unsubscribe() argument
214 static int midisynth_use(void *private_data, struct snd_seq_port_subscribe *info) in midisynth_use() argument
242 static int midisynth_unuse(void *private_data, struct snd_seq_port_subscribe *info) in midisynth_unuse() argument
274 struct snd_rawmidi_info *info; in snd_seq_midisynth_probe() local
285 info = kmalloc(sizeof(*info), GFP_KERNEL); in snd_seq_midisynth_probe()
286 if (! info) in snd_seq_midisynth_probe()
288 info->device = device; in snd_seq_midisynth_probe()
289 info in snd_seq_midisynth_probe()
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dvmaster.c15 * a subset of information returned via ctl info callback
25 * identical types, i.e. info returns the same value type and value
33 struct link_ctl_info info; member
50 struct link_ctl_info info; member
69 for (ch = 0; ch < follower->info.count; ch++) in follower_update()
76 /* get the follower ctl info and save the initial values */
82 if (follower->info.count) { in follower_init()
93 err = follower->follower.info(&follower->follower, uinfo); in follower_init()
98 follower->info.type = uinfo->type; in follower_init()
99 follower->info in follower_init()
[all...]
/third_party/mesa3d/src/glx/
H A Ddri2.c90 XExtDisplayInfo *info = DRI2FindDisplay(dpy); in DRI2WireToEvent() local
93 XextCheckExtension(dpy, info, dri2ExtensionName, False); in DRI2WireToEvent()
95 switch ((wire->u.u.type & 0x7f) - info->codes->first_event) { in DRI2WireToEvent()
166 XExtDisplayInfo *info = DRI2FindDisplay(dpy); in DRI2EventToWire() local
168 XextCheckExtension(dpy, info, dri2ExtensionName, False); in DRI2EventToWire()
210 XExtDisplayInfo *info = DRI2FindDisplay(dpy); in DRI2QueryExtension() local
212 if (XextHasExtension(info)) { in DRI2QueryExtension()
213 *eventBase = info->codes->first_event; in DRI2QueryExtension()
214 *errorBase = info->codes->first_error; in DRI2QueryExtension()
224 XExtDisplayInfo *info in DRI2QueryVersion() local
271 XExtDisplayInfo *info = DRI2FindDisplay(dpy); DRI2Connect() local
340 XExtDisplayInfo *info = DRI2FindDisplay(dpy); DRI2Authenticate() local
368 XExtDisplayInfo *info = DRI2FindDisplay(dpy); DRI2CreateDrawable() local
385 XExtDisplayInfo *info = DRI2FindDisplay(dpy); DRI2DestroyDrawable() local
406 XExtDisplayInfo *info = DRI2FindDisplay(dpy); DRI2GetBuffers() local
465 XExtDisplayInfo *info = DRI2FindDisplay(dpy); DRI2GetBuffersWithFormat() local
523 XExtDisplayInfo *info = DRI2FindDisplay(dpy); DRI2CopyRegion() local
[all...]
/third_party/skia/tests/
H A DCodecPartialTest.cpp40 const SkImageInfo info = standardize_info(codec.get()); in create_truth() local
41 dst->allocPixels(info); in create_truth()
42 return SkCodec::kSuccess == codec->getPixels(info, dst->getPixels(), dst->rowBytes()); in create_truth()
46 const SkImageInfo& info = bm1.info(); in compare_bitmaps() local
47 if (info != bm2.info()) { in compare_bitmaps()
51 const size_t rowBytes = info.minRowBytes(); in compare_bitmaps()
52 for (int i = 0; i < info.height(); i++) { in compare_bitmaps()
81 const SkImageInfo info in test_partial() local
235 const auto info = standardize_info(fullCodec.get()); DEF_TEST() local
342 const SkImageInfo info = standardize_info(partialCodec.get()); test_interleaved() local
406 auto info = standardize_info(codec.get()); DEF_TEST() local
482 const auto info = standardize_info(codec.get()); DEF_TEST() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_test_ng.cpp443 TouchEventInfo info(""); in HWTEST_F()
444 info.changedTouches_.emplace_back(LInfo); in HWTEST_F()
445 sliderPattern->HandleTouchEvent(info); in HWTEST_F()
447 sliderPattern->HandleTouchEvent(info); in HWTEST_F()
454 sliderPattern->HandleTouchEvent(info); in HWTEST_F()
459 info.changedTouches_.front().touchType_ = TouchType::UP; in HWTEST_F()
460 sliderPattern->HandleTouchEvent(info); in HWTEST_F()
538 GestureEvent info; in HWTEST_F() local
539 info.inputEventType_ = InputEventType::AXIS; in HWTEST_F()
540 info in HWTEST_F()
807 GestureEvent info; HWTEST_F() local
1443 GestureEvent info; HWTEST_F() local
1506 GestureEvent info; HWTEST_F() local
1561 GestureEvent info; HWTEST_F() local
1622 GestureEvent info; HWTEST_F() local
1681 GestureEvent info; HWTEST_F() local
1913 GestureEvent info; HWTEST_F() local
1997 GestureEvent info; HWTEST_F() local
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp109 SessionInfo info; in HWTEST_F() local
110 info.persistentId_ = 0; in HWTEST_F()
111 ssm_->UpdateSceneSessionWant(info); in HWTEST_F()
122 SessionInfo info; in HWTEST_F() local
123 info.persistentId_ = 1; in HWTEST_F()
124 ssm_->UpdateSceneSessionWant(info); in HWTEST_F()
135 SessionInfo info; in HWTEST_F() local
136 info.persistentId_ = 1; in HWTEST_F()
137 auto sceneSession = sptr<SceneSession>::MakeSptr(info, nullptr); in HWTEST_F()
140 ssm_->UpdateSceneSessionWant(info); in HWTEST_F()
151 SessionInfo info; HWTEST_F() local
169 SessionInfo info; HWTEST_F() local
189 SessionInfo info; HWTEST_F() local
213 SessionInfo info; HWTEST_F() local
233 SessionInfo info; HWTEST_F() local
279 SessionInfo info; HWTEST_F() local
362 SessionInfo info; HWTEST_F() local
418 SessionInfo info; HWTEST_F() local
439 SessionInfo info; HWTEST_F() local
461 SessionInfo info; HWTEST_F() local
492 SessionInfo info; HWTEST_F() local
528 SessionInfo info; HWTEST_F() local
560 SessionInfo info; HWTEST_F() local
601 SessionInfo info; HWTEST_F() local
623 SessionInfo info; HWTEST_F() local
641 SessionInfo info; HWTEST_F() local
670 SessionInfo info; HWTEST_F() local
701 SessionInfo info; HWTEST_F() local
754 SessionInfo info; HWTEST_F() local
791 SessionInfo info; HWTEST_F() local
813 SessionInfo info; HWTEST_F() local
847 SessionInfo info; HWTEST_F() local
878 SessionInfo info; HWTEST_F() local
915 SessionInfo info; HWTEST_F() local
947 SessionInfo info; HWTEST_F() local
1002 SessionInfo info; HWTEST_F() local
1034 SessionInfo info; HWTEST_F() local
1084 SessionInfo info; HWTEST_F() local
1115 SessionInfo info; HWTEST_F() local
1137 SessionInfo info; HWTEST_F() local
1205 SessionInfo info; HWTEST_F() local
1228 SessionInfo info; HWTEST_F() local
1277 SessionInfo info; HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_a2dp_a2dpCodecStatus.cpp26 BluetoothA2dpCodecInfo info = bluetooth::CodecInfo(codecInfo); in Marshalling() local
27 if (!parcel.WriteParcelable(&info)) { in Marshalling()
34 info = bluetooth::CodecInfo(infoLocalCap); in Marshalling()
35 if (!parcel.WriteParcelable(&info)) { in Marshalling()
43 info = bluetooth::CodecInfo(infoConfirmCap); in Marshalling()
44 if (!parcel.WriteParcelable(&info)) { in Marshalling()
68 std::shared_ptr<BluetoothA2dpCodecInfo> info(parcel.ReadParcelable<BluetoothA2dpCodecInfo>()); in ReadFromParcel()
69 if (!info) { in ReadFromParcel()
72 codecInfo = bluetooth::CodecInfo(*info); in ReadFromParcel()
99 BluetoothA2dpOffloadCodecInfo info in Marshalling() local
[all...]
/foundation/multimedia/av_session/services/session/adapter/
H A Daudio_adapter.cpp75 for (const auto& info : audioRendererChangeInfo) { in MuteAudioStream()
76 if (info->clientUID == uid) { in MuteAudioStream()
78 uid, info->rendererInfo.streamUsage, info->rendererState); in MuteAudioStream()
80 uid, AudioStandard::StreamSetState::STREAM_MUTE, info->rendererInfo.streamUsage); in MuteAudioStream()
98 for (const auto& info : audioRendererChangeInfo) { in UnMuteAudioStream()
99 if (info->clientUID == uid) { in UnMuteAudioStream()
101 uid, info->rendererInfo.streamUsage, info->rendererState); in UnMuteAudioStream()
103 uid, AudioStandard::StreamSetState::STREAM_UNMUTE, info in UnMuteAudioStream()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphoto_album_restore.h50 for (auto &info : galleryAlbumInfos) { in TRACE_LOG()
51 MEDIA_INFO_LOG("Media_Restore: restore album info: relativeBucketId = %{public}s, \ in TRACE_LOG()
56 info.relativeBucketId.c_str(), in TRACE_LOG()
57 info.albumName.c_str(), in TRACE_LOG()
58 info.bundleName.c_str(), in TRACE_LOG()
59 info.lPath.c_str(), in TRACE_LOG()
60 info.priority); in TRACE_LOG()
67 for (auto &info : albumInfos) { in TRACE_LOG()
68 MEDIA_INFO_LOG("Media_Restore: restore album info: albumId = %{public}d, \ in TRACE_LOG()
75 info in TRACE_LOG()
[all...]
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.h72 static napi_value GetCutoutInfo(napi_env env, napi_callback_info info);
73 static napi_value HasImmersiveWindow(napi_env env, napi_callback_info info);
74 static napi_value GetSupportedColorSpaces(napi_env env, napi_callback_info info);
75 static napi_value GetSupportedHDRFormats(napi_env env, napi_callback_info info);
76 static napi_value GetAvailableArea(napi_env env, napi_callback_info info);
77 static napi_value RegisterDisplayManagerCallback(napi_env env, napi_callback_info info);
78 static napi_value UnregisterDisplayManagerCallback(napi_env env, napi_callback_info info);
82 napi_value OnGetCutoutInfo(napi_env env, napi_callback_info info);
83 napi_value OnHasImmersiveWindow(napi_env env, napi_callback_info info);
84 napi_value OnGetSupportedColorSpaces(napi_env env, napi_callback_info info);
[all...]

Completed in 22 milliseconds

1...<<81828384858687888990>>...974