Home
last modified time | relevance | path

Searched refs:info (Results 6451 - 6475 of 27884) sorted by relevance

1...<<251252253254255256257258259260>>...1116

/kernel/linux/linux-6.6/drivers/edac/
H A Di82443bxgx_edac.c122 *info) in i82443bxgx_edacmc_get_error_info()
126 pci_read_config_dword(pdev, I82443BXGX_EAP, &info->eap); in i82443bxgx_edacmc_get_error_info()
127 if (info->eap & I82443BXGX_EAP_OFFSET_SBE) in i82443bxgx_edacmc_get_error_info()
133 if (info->eap & I82443BXGX_EAP_OFFSET_MBE) in i82443bxgx_edacmc_get_error_info()
143 *info, int handle_errors) in i82443bxgx_edacmc_process_error_info()
150 eapaddr = (info->eap & 0xfffff000); in i82443bxgx_edacmc_process_error_info()
154 if (info->eap & I82443BXGX_EAP_OFFSET_SBE) { in i82443bxgx_edacmc_process_error_info()
163 if (info->eap & I82443BXGX_EAP_OFFSET_MBE) { in i82443bxgx_edacmc_process_error_info()
177 struct i82443bxgx_edacmc_error_info info; in i82443bxgx_edacmc_check() local
179 i82443bxgx_edacmc_get_error_info(mci, &info); in i82443bxgx_edacmc_check()
120 i82443bxgx_edacmc_get_error_info(struct mem_ctl_info *mci, struct i82443bxgx_edacmc_error_info *info) i82443bxgx_edacmc_get_error_info() argument
140 i82443bxgx_edacmc_process_error_info(struct mem_ctl_info *mci, struct i82443bxgx_edacmc_error_info *info, int handle_errors) i82443bxgx_edacmc_process_error_info() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_cs.c391 const struct engine_info *info = &intel_engines[i]; in intel_mmio_bases_check() local
395 u8 ver = info->mmio_bases[j].graphics_ver; in intel_mmio_bases_check()
396 u32 base = info->mmio_bases[j].base; in intel_mmio_bases_check()
401 intel_engine_class_repr(info->class), in intel_mmio_bases_check()
402 info->class, info->instance, in intel_mmio_bases_check()
413 intel_engine_class_repr(info->class), in intel_mmio_bases_check()
414 info->class, info->instance, in intel_mmio_bases_check()
424 intel_engine_class_repr(info in intel_mmio_bases_check()
[all...]
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_hwdep.c209 struct snd_firewire_get_info info; in hwdep_get_info() local
211 memset(&info, 0, sizeof(info)); in hwdep_get_info()
212 info.type = SNDRV_FIREWIRE_TYPE_FIREWORKS; in hwdep_get_info()
213 info.card = dev->card->index; in hwdep_get_info()
214 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
215 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
216 strscpy(info.device_name, dev_name(&dev->device), in hwdep_get_info()
217 sizeof(info.device_name)); in hwdep_get_info()
219 if (copy_to_user(arg, &info, sizeo in hwdep_get_info()
[all...]
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Dmotu-hwdep.c120 struct snd_firewire_get_info info; in hwdep_get_info() local
122 memset(&info, 0, sizeof(info)); in hwdep_get_info()
123 info.type = SNDRV_FIREWIRE_TYPE_MOTU; in hwdep_get_info()
124 info.card = dev->card->index; in hwdep_get_info()
125 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
126 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
127 strscpy(info.device_name, dev_name(&dev->device), in hwdep_get_info()
128 sizeof(info.device_name)); in hwdep_get_info()
130 if (copy_to_user(arg, &info, sizeo in hwdep_get_info()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dumh.c40 static void call_usermodehelper_freeinfo(struct subprocess_info *info) in call_usermodehelper_freeinfo() argument
42 if (info->cleanup) in call_usermodehelper_freeinfo()
43 (*info->cleanup)(info); in call_usermodehelper_freeinfo()
44 kfree(info); in call_usermodehelper_freeinfo()
358 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup()
359 void (*cleanup)(struct subprocess_info *info), in call_usermodehelper_setup()
485 struct subprocess_info *info; in call_usermodehelper() local
488 info = call_usermodehelper_setup(path, argv, envp, gfp_mask, in call_usermodehelper()
490 if (info in call_usermodehelper()
356 call_usermodehelper_setup(const char *path, char **argv, char **envp, gfp_t gfp_mask, int (*init)(struct subprocess_info *info, struct cred *new), void (*cleanup)(struct subprocess_info *info), void *data) call_usermodehelper_setup() argument
[all...]
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/cpp/
H A Dhello.cpp187 static napi_value RegisterCustomSchemes(napi_env env, napi_callback_info info) in RegisterCustomSchemes() argument
228 static napi_value SetSchemeHandler(napi_env env, napi_callback_info info) in SetSchemeHandler() argument
247 static napi_value ServiceWorkerSetSchemeHandler(napi_env env, napi_callback_info info) in ServiceWorkerSetSchemeHandler() argument
258 static napi_value SchemeHandlerSetOnRequestStart(napi_env env, napi_callback_info info) in SchemeHandlerSetOnRequestStart() argument
269 static napi_value SchemeHandlerSetOnRequestStop(napi_env env, napi_callback_info info) in SchemeHandlerSetOnRequestStop() argument
280 static napi_value ReleaseString(napi_env env, napi_callback_info info) in ReleaseString() argument
291 static napi_value ReleaseByteArray(napi_env env, napi_callback_info info) in ReleaseByteArray() argument
302 static napi_value DestroyResponse(napi_env env, napi_callback_info info) in DestroyResponse() argument
315 static napi_value CreateSchemeHandler(napi_env env, napi_callback_info info) in CreateSchemeHandler() argument
327 static napi_value ResourceRequestGetRequestHeader(napi_env env, napi_callback_info info) in ResourceRequestGetRequestHeader() argument
339 HttpBodyStreamGetUserData(napi_env env, napi_callback_info info) HttpBodyStreamGetUserData() argument
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dxattrndk.cpp51 static napi_value Lgetxattr(napi_env env, napi_callback_info info) in Lgetxattr() argument
78 static napi_value Setxattr(napi_env env, napi_callback_info info) in Setxattr() argument
99 static napi_value Getxattr(napi_env env, napi_callback_info info) in Getxattr() argument
126 static napi_value Listxattr(napi_env env, napi_callback_info info) in Listxattr() argument
154 static napi_value LListxattr(napi_env env, napi_callback_info info) in LListxattr() argument
183 static napi_value FListXAttr(napi_env env, napi_callback_info info) in FListXAttr() argument
195 static napi_value Lsetxattr(napi_env env, napi_callback_info info) in Lsetxattr() argument
213 static napi_value Removexattr(napi_env env, napi_callback_info info) in Removexattr() argument
225 static napi_value Lremovexattr(napi_env env, napi_callback_info info) in Lremovexattr() argument
239 static napi_value Fremovexattr(napi_env env, napi_callback_info info) in Fremovexattr() argument
255 Fsetxattr(napi_env env, napi_callback_info info) Fsetxattr() argument
[all...]
/test/xts/acts/hdf/base/base_ndk/entry/src/main/cpp/
H A Dbase_ddk_test.cpp32 static napi_value DdkCreateAshmemOne(napi_env env, napi_callback_info info) in DdkCreateAshmemOne() argument
44 static napi_value DdkCreateAshmemTwo(napi_env env, napi_callback_info info) in DdkCreateAshmemTwo() argument
55 static napi_value DdkCreateAshmemThree(napi_env env, napi_callback_info info) in DdkCreateAshmemThree() argument
66 static napi_value DdkMapAshmemOne(napi_env env, napi_callback_info info) in DdkMapAshmemOne() argument
80 static napi_value DdkMapAshmemTwo(napi_env env, napi_callback_info info) in DdkMapAshmemTwo() argument
89 static napi_value DdkMapAshmemThree(napi_env env, napi_callback_info info) in DdkMapAshmemThree() argument
104 static napi_value DdkMapAshmemFour(napi_env env, napi_callback_info info) in DdkMapAshmemFour() argument
118 static napi_value DdkUnmapAshmemOne(napi_env env, napi_callback_info info) in DdkUnmapAshmemOne() argument
134 static napi_value DdkUnmapAshmemTwo(napi_env env, napi_callback_info info) in DdkUnmapAshmemTwo() argument
142 static napi_value DdkDestroyAshmemOne(napi_env env, napi_callback_info info) in DdkDestroyAshmemOne() argument
158 DdkDestroyAshmemTwo(napi_env env, napi_callback_info info) DdkDestroyAshmemTwo() argument
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
H A Dimage_packing_test.cpp169 napi_value ImagePackingNDKTest::Create(napi_env env, napi_callback_info info) in Create() argument
176 static ImagePacker_Native* getNativeImagePacker(napi_env env, napi_callback_info info, in getNativeImagePacker() argument
184 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok) { in getNativeImagePacker()
190 napi_value ImagePackingNDKTest::InitNative(napi_env env, napi_callback_info info) in InitNative() argument
195 ImagePacker_Native* native = getNativeImagePacker(env, info, argValue, argCount); in InitNative()
203 napi_value ImagePackingNDKTest::PackToData(napi_env env, napi_callback_info info) in PackToData() argument
207 ImagePacker_Native* native = getNativeImagePacker(env, info, argValue, argCount); in PackToData()
241 napi_value ImagePackingNDKTest::PackToFile(napi_env env, napi_callback_info info) in PackToFile() argument
245 ImagePacker_Native* native = getNativeImagePacker(env, info, argValue, argCount); in PackToFile()
274 napi_value ImagePackingNDKTest::Release(napi_env env, napi_callback_info info) in Release() argument
[all...]
/third_party/benchmark/src/
H A Djson_reporter.cc129 CPUInfo const& info = context.cpu_info;
130 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus))
134 RoundDouble(info.cycles_per_second / 1000000.0))
136 if (CPUInfo::Scaling::UNKNOWN != info.scaling) {
139 info.scaling == CPUInfo::Scaling::ENABLED ? true : false)
146 for (size_t i = 0; i < info.caches.size(); ++i) {
147 auto& CI = info.caches[i];
158 if (i != info.caches.size() - 1) out << ",";
164 for (auto it = info.load_avg.begin(); it != info
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_task_shader.c112 uint32_t range = b->shader->info.task_payload_size; in append_launch_mesh_workgroups_to_nv_task()
132 .task_count_shared_addr = ALIGN(shader->info.shared_size, 4), in nir_lower_nv_task_count()
135 shader->info.shared_size += 4; in nir_lower_nv_task_count()
197 const unsigned invocations = b->shader->info.workgroup_size[0] * in emit_shared_to_payload_copy()
198 b->shader->info.workgroup_size[1] * in emit_shared_to_payload_copy()
199 b->shader->info.workgroup_size[2]; in emit_shared_to_payload_copy()
382 if (shader->info.stage != MESA_SHADER_TASK) in nir_lower_task_shader()
389 if (shader->info.outputs_written & BITFIELD64_BIT(VARYING_SLOT_TASK_COUNT)) { in nir_lower_task_shader()
410 .payload_shared_addr = ALIGN(shader->info.shared_size, 16), in nir_lower_task_shader()
415 shader->info in nir_lower_task_shader()
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c191 * that was passed in the creation info struct. Stash it in our private part
407 struct lws_context_creation_info info; in main() local
425 memset(&info, 0, sizeof info); /* otherwise uninitialized garbage */ in main()
426 info.port = 7681; in main()
427 info.mounts = &mount; in main()
428 info.error_document_404 = "/404.html"; in main()
429 info.options = LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT | in main()
432 info.event_lib_custom = &evlib_custom; /* bind lws to our custom event in main()
436 info in main()
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_blit.c35 struct pan_fb_info *fbinfo = &cmdbuf->state.fb.info; in panvk_meta_blit()
141 struct pan_blit_info info = { in CmdBlitImage2() local
180 info.src.planes[0].format = util_format_stencil_only(info.src.planes[0].format); in CmdBlitImage2()
182 info.src.planes[0].format = util_format_get_depth_only(info.src.planes[0].format); in CmdBlitImage2()
185 info.dst.planes[0].format = util_format_stencil_only(info.dst.planes[0].format); in CmdBlitImage2()
187 info.dst.planes[0].format = util_format_get_depth_only(info in CmdBlitImage2()
[all...]
/third_party/python/Tools/scripts/
H A Dpatchcheck.py29 def status(message, modal=False, info=None):
30 """Decorator to output status info to stdout."""
36 if not modal and not info:
38 elif info:
39 print(info(result))
99 info=lambda x: x if x is not None else "not a PR branch") variable
118 info=lambda x: n_files_str(len(x))) variable
172 @status("Fixing Python file whitespace", info=report_modified_files)
181 @status("Fixing C file whitespace", info=report_modified_files)
197 @status("Fixing docs whitespace", info
[all...]
/third_party/skia/tests/
H A DPremulAlphaRoundTripTest.cpp59 const SkImageInfo info = SkImageInfo::Make(bmp.dimensions(), colorType, kUnpremul_SkAlphaType); in fill_surface() local
60 surf->writePixels({info, bmp.getPixels(), bmp.rowBytes()}, 0, 0); in fill_surface()
67 const SkImageInfo info = SkImageInfo::Make(256, 256, gUnpremul[upmaIdx].fColorType, in test_premul_alpha_roundtrip() local
70 readBmp1.allocPixels(info); in test_premul_alpha_roundtrip()
72 readBmp2.allocPixels(info); in test_premul_alpha_roundtrip()
97 const SkImageInfo info = SkImageInfo::MakeN32Premul(256, 256); in DEF_TEST() local
99 sk_sp<SkSurface> surf(SkSurface::MakeRaster(info)); in DEF_TEST()
104 const SkImageInfo info = SkImageInfo::MakeN32Premul(256, 256); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
107 SkBudgeted::kNo, info)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
185 SkAssertResult(SkConvertPixels(dst.info(), ds in DEF_TEST()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc265 for (const SymbolInfo& info : *this) { in LookupSymbol()
266 if (strcmp(info.name, name) == 0 && strcmp(info.version, version) == 0 && in LookupSymbol()
267 ElfType(info.symbol) == type) { in LookupSymbol()
269 *info_out = info; in LookupSymbol()
279 for (const SymbolInfo& info : *this) { in LookupSymbolByAddress()
281 reinterpret_cast<const char *>(info.address); in LookupSymbolByAddress()
282 const char *const symbol_end = symbol_start + info.symbol->st_size; in LookupSymbolByAddress()
286 if (ElfBind(info.symbol) == STB_GLOBAL) { in LookupSymbolByAddress()
288 *info_out = info; in LookupSymbolByAddress()
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DMotionBlurEffect.cpp105 SkImageInfo info; in renderToRaster8888Pow2Samples() local
107 auto layer = (uint32_t*)canvas->accessTopLayerPixels(&info, &rowBytes); in renderToRaster8888Pow2Samples()
109 SkASSERT(info.colorType() == kRGBA_8888_SkColorType || in renderToRaster8888Pow2Samples()
110 info.colorType() == kBGRA_8888_SkColorType); in renderToRaster8888Pow2Samples()
112 SkASSERT(!info.isEmpty()); in renderToRaster8888Pow2Samples()
113 std::vector<uint64_t> accum(info.width() * info.height()); in renderToRaster8888Pow2Samples()
136 for (int y = 0; y < info.height(); y++) { in renderToRaster8888Pow2Samples()
138 int n = info.width(); in renderToRaster8888Pow2Samples()
168 for (int y = 0; y < info in renderToRaster8888Pow2Samples()
[all...]
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Daccesstoken_kit_test.cpp232 HapInfoParams info = { in SetUp() local
247 AccessTokenKit::AllocHapToken(info, policy); in SetUp()
409 * @tc.desc: Get permission definition info after AllocHapToken function has been invoked.
428 * @tc.desc: Get permission definition info that permission is invalid.
464 * @tc.desc: Get permission definition info list after AllocHapToken function has been invoked.
480 * @tc.desc: Get permission definition info list after clear permission definition list
505 * @tc.desc: Get permission definition info list that tokenID is invalid.
545 * @tc.desc: Get user granted permission state info.
565 * @tc.desc: Get system granted permission state info.
585 * @tc.desc: Get user granted permission state info afte
604 UpdateHapInfoParams info; HWTEST_F() local
1201 UpdateHapInfoParams info; HWTEST_F() local
2425 GetDlpFlagTest(HapInfoParams info, HapPolicyParams policy, int flag) GetDlpFlagTest() argument
2564 UpdateHapInfoParams info; HWTEST_F() local
2596 UpdateHapInfoParams info; HWTEST_F() local
2619 UpdateHapInfoParams info; HWTEST_F() local
2650 UpdateHapInfoParams info; HWTEST_F() local
2681 UpdateHapInfoParams info; HWTEST_F() local
2762 UpdateHapInfoParams info; HWTEST_F() local
2814 UpdateHapInfoParams info; HWTEST_F() local
2865 UpdateHapInfoParams info; HWTEST_F() local
2916 UpdateHapInfoParams info; HWTEST_F() local
2943 UpdateHapInfoParams info; HWTEST_F() local
2974 UpdateHapInfoParams info; HWTEST_F() local
3202 PermissionGrantInfo info; HWTEST_F() local
3240 PermissionGrantInfo info; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dring_buffer.c2526 unsigned long tail, struct rb_event_info *info) in rb_reset_tail()
2528 struct buffer_page *tail_page = info->tail_page; in rb_reset_tail()
2530 unsigned long length = info->length; in rb_reset_tail()
2608 unsigned long tail, struct rb_event_info *info) in rb_move_tail()
2610 struct buffer_page *tail_page = info->tail_page; in rb_move_tail()
2692 rb_reset_tail(cpu_buffer, tail, info); in rb_move_tail()
2704 rb_reset_tail(cpu_buffer, tail, info); in rb_move_tail()
2743 struct rb_event_info *info) in rb_check_timestamp()
2748 (unsigned long long)info->delta, in rb_check_timestamp()
2749 (unsigned long long)info in rb_check_timestamp()
2525 rb_reset_tail(struct ring_buffer_per_cpu *cpu_buffer, unsigned long tail, struct rb_event_info *info) rb_reset_tail() argument
2607 rb_move_tail(struct ring_buffer_per_cpu *cpu_buffer, unsigned long tail, struct rb_event_info *info) rb_move_tail() argument
2742 rb_check_timestamp(struct ring_buffer_per_cpu *cpu_buffer, struct rb_event_info *info) rb_check_timestamp() argument
2760 rb_add_timestamp(struct ring_buffer_per_cpu *cpu_buffer, struct ring_buffer_event **event, struct rb_event_info *info, u64 *delta, unsigned int *length) rb_add_timestamp() argument
2806 rb_update_event(struct ring_buffer_per_cpu *cpu_buffer, struct ring_buffer_event *event, struct rb_event_info *info) rb_update_event() argument
3294 __rb_reserve_next(struct ring_buffer_per_cpu *cpu_buffer, struct rb_event_info *info) __rb_reserve_next() argument
3452 struct rb_event_info info; rb_reserve_next_event() local
[all...]
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager3_gtest.cpp58 int32_t CallInfoManager::CallDetailsChange(const CallAttributeInfo &info) in CallDetailsChange() argument
62 updateCallInfo_ = info; in CallDetailsChange()
105 int32_t CallInfoManager::CallEventChange(const CallEventInfo &info) in CallEventChange() argument
591 CallRestrictionInfo info; in HWTEST_F() local
592 info.fac = CallRestrictionType::RESTRICTION_TYPE_ALL_OUTGOING; in HWTEST_F()
593 info.mode = CallRestrictionMode::RESTRICTION_MODE_ACTIVATION; in HWTEST_F()
594 if (strcpy_s(info.password, kMaxNumberLen + 1, "555") != EOK) { in HWTEST_F()
600 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestriction(SIM1_SLOTID, info), RETURN_VALUE_IS_ZERO); in HWTEST_F()
603 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestriction(SIM2_SLOTID, info), RETURN_VALUE_IS_ZERO); in HWTEST_F()
620 CallRestrictionInfo info; in HWTEST_F() local
644 CallRestrictionInfo info; HWTEST_F() local
666 CallRestrictionInfo info; HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp82 void OnConfigurationChanged(const RawAddress &device, const BluetoothA2dpCodecInfo &info, int error) override
85 a2dpSource_.observers_.ForEach([device, info, error](std::shared_ptr<A2dpSourceObserver> observer) {
88 codecInfo.bitsPerSample = info.bitsPerSample;
89 codecInfo.channelMode = info.channelMode;
90 codecInfo.codecPriority = info.codecPriority;
91 codecInfo.codecType = info.codecType;
92 codecInfo.sampleRate = info.sampleRate;
419 int A2dpSource::GetCodecPreference(const BluetoothRemoteDevice &device, A2dpCodecInfo &info) in GetCodecPreference() argument
440 info.codecType = serviceInfo.codecType; in GetCodecPreference()
441 info in GetCodecPreference()
447 SetCodecPreference(const BluetoothRemoteDevice &device, const A2dpCodecInfo &info) SetCodecPreference() argument
622 A2dpOffloadSessionRequest(const BluetoothRemoteDevice &device, const std::vector<A2dpStreamInfo> &info) A2dpOffloadSessionRequest() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp363 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry() local
365 AVCT_Register(info->controlMtu_, info->browseMtu_, AVCT_CT); in Entry()
368 AvctConnectParam param = {info->eventCallback_, info->msgCallback_, AVRC_TG_AV_REMOTE_CONTROL, in Entry()
369 info->role_, nullptr}; in Entry()
374 info->eventCallback_(connectId, AVCT_CONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry()
546 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); in Entry() local
548 if (AVCT_DisconnectReq(info->connectId_) != AVCT_SUCCESS) { in Entry()
551 info in Entry()
652 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); Entry() local
699 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); Entry() local
809 const AvrcTgConnectInfo *info = AvrcTgConnectManager::GetInstance()->GetConnectInfo(rawAddr_); Entry() local
[all...]
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_client_stub.cpp118 int32_t SoftBusClientStub::OnChannelOpened(const char *sessionName, const ChannelInfo *info) in OnChannelOpened() argument
120 return TransOnChannelOpened(sessionName, info); in OnChannelOpened()
213 COMM_CHECK_AND_RETURN_RET_LOGE(ret == SOFTBUS_OK, ret, COMM_SDK, "read channel info failed"); in OnChannelOpenedInner()
420 COMM_LOGE(COMM_SDK, "OnNodeOnlineStateChangedInner read info type failed! length=%{public}d", infoTypeLen); in OnNodeOnlineStateChangedInner()
423 void *info = (void *)data.ReadRawData(infoTypeLen); in OnNodeOnlineStateChangedInner() local
424 if (info == nullptr) { in OnNodeOnlineStateChangedInner()
425 COMM_LOGE(COMM_SDK, "OnNodeOnlineStateChangedInner read basic info failed!"); in OnNodeOnlineStateChangedInner()
428 int32_t retReply = OnNodeOnlineStateChanged(pkgName, isOnline, info, infoTypeLen); in OnNodeOnlineStateChangedInner()
455 void *info = (void *)data.ReadRawData(infoTypeLen); in OnNodeBasicInfoChangedInner() local
456 if (info in OnNodeBasicInfoChangedInner()
486 void *info = (void *)data.ReadRawData(infoTypeLen); OnNodeStatusChangedInner() local
589 void *info = (void *)data.ReadRawData(infoTypeLen); OnTimeSyncResultInner() local
666 DataLevelInfo *info = (DataLevelInfo *)data.ReadRawData(sizeof(DataLevelInfo)); OnDataLevelChangedInner() local
707 OnNodeOnlineStateChanged(const char *pkgName, bool isOnline, void *info, uint32_t infoTypeLen) OnNodeOnlineStateChanged() argument
714 OnNodeBasicInfoChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) OnNodeBasicInfoChanged() argument
720 OnNodeStatusChanged(const char *pkgName, void *info, uint32_t infoTypeLen, int32_t type) OnNodeStatusChanged() argument
743 OnTimeSyncResult(const void *info, uint32_t infoTypeLen, int32_t retCode) OnTimeSyncResult() argument
[all...]
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp178 struct RadarInfo info = { in StartDiscovery() local
188 if (!DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info)) { in StartDiscovery()
215 struct RadarInfo info = { in StartDiscovery() local
225 if (!DmRadarHelper::GetInstance().ReportDiscoverRegCallback(info)) { in StartDiscovery()
239 struct RadarInfo info = { in StopDiscovery() local
248 if (!DmRadarHelper::GetInstance().ReportDiscoverUserRes(info)) { in StopDiscovery()
337 jsonPara[ETH_IP] = addr->info.ip.ip; in GetConnectAddr()
338 jsonPara[ETH_PORT] = addr->info.ip.port; in GetConnectAddr()
344 jsonPara[WIFI_IP] = addr->info.ip.ip; in GetConnectAddr()
345 jsonPara[WIFI_PORT] = addr->info in GetConnectAddr()
464 struct RadarInfo info = { OnSoftbusDeviceFound() local
513 struct RadarInfo info = { OnSoftbusDeviceDiscovery() local
545 struct RadarInfo info = { OnSoftbusDiscoveryResult() local
754 DmDeviceInfo info; GetDeviceInfoByDeviceId() local
[all...]
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreAfterCloseJsunit.test.js46 console.info(TAG + 'beforeAll')
50 console.info(TAG + 'beforeEach');
54 console.info(TAG + 'afterEach');
58 console.info(TAG + 'afterAll');
72 console.info(`${TAG} close succeeded`);
100 console.info(`${TAG} close succeeded`);
128 console.info(`${TAG} close succeeded`);
158 console.info(`${TAG} close succeeded`);
185 console.info(`${TAG} close succeeded`);
213 console.info(`
[all...]

Completed in 29 milliseconds

1...<<251252253254255256257258259260>>...1116