/ohos5.0/foundation/communication/dsoftbus/tests/sdk/discovery/unittest/ |
H A D | disc_sdk_only_l2_test.cpp | 127 int tmpId = GetPublishId(); variable 129 ret = StopPublishLNN(g_pkgName, tmpId); 144 int tmpId = GetPublishId(); variable 146 g_pInfo.publishId = tmpId; 148 ret = StopPublishLNN(g_pkgName, tmpId); 150 ret = StopPublishLNN(g_pkgName, tmpId); 165 int tmpId = GetSubscribeId(); variable 167 ret = StopRefreshLNN(g_pkgName, tmpId); 182 int tmpId = GetSubscribeId(); variable 184 g_sInfo.subscribeId = tmpId; [all …]
|
H A D | disc_sdk_test.cpp | 742 int32_t tmpId = GetPublishId(); variable 743 g_pInfo.publishId = tmpId; 746 int32_t ret = StopPublishLNN(nullptr, tmpId); 749 ret = StopPublishLNN(g_erroPkgName, tmpId); 783 int32_t tmpId = GetPublishId(); variable 784 g_pInfo.publishId = tmpId; 876 int32_t tmpId = GetSubscribeId(); variable 877 g_sInfo.subscribeId = tmpId; 882 ret = StopRefreshLNN(g_erroPkgName, tmpId); 916 int32_t tmpId = GetSubscribeId(); variable [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | bus_center_sdk_refresh_small_test.cpp | 583 int tmpId = GetSubscribeId(); variable 584 g_sInfo2.subscribeId = tmpId; 587 ret = StopRefreshLNN(NULL, tmpId); 589 ret = StopRefreshLNN(ERRO_PKG_NAME, tmpId); 604 int tmpId = GetSubscribeId(); variable 605 g_sInfo2.subscribeId = tmpId; 608 ret = StopRefreshLNN(NULL, tmpId); 610 ret = StopRefreshLNN(ERRO_PKG_NAME, tmpId); 625 int tmpId = GetSubscribeId(); variable 626 g_sInfo2.subscribeId = tmpId; [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
H A D | skia_recording.cpp | 157 static int tmpId = 0; in EndCapture() local 161 … fileName.insert(fileName.size() - fileExtension.size(), "_" + std::to_string(tmpId++)); in EndCapture() 163 fileName = fileName + "_" + std::to_string(tmpId++) + fileExtension; in EndCapture()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.cpp | 262 uint32_t tmpId; in AudioAdapterParsePort() local 289 tmpId = portID->valueint; in AudioAdapterParsePort() 290 if (tmpId < 0 || tmpId > SUPPORT_PORT_ID_MAX) { in AudioAdapterParsePort() 295 info->portId = (uint32_t)tmpId; in AudioAdapterParsePort()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 281 char *tmpId = NULL; in TransCommonGetAppInfo() local 282 Anonymize(param->peerDeviceId, &tmpId); in TransCommonGetAppInfo() 283 TRANS_LOGI(TRANS_CTRL, "GetAppInfo, deviceId=%{public}s", tmpId); in TransCommonGetAppInfo() 284 AnonymizeFree(tmpId); in TransCommonGetAppInfo()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_manager.cpp | 468 int tmpId = -1; in IsSameResourceByUserId() local 469 if (!Utils::convertToInteger(subStr, tmpId)) { in IsSameResourceByUserId() 472 return tmpId == userId; in IsSameResourceByUserId()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_message.c | 241 char *tmpId = NULL; in SendFailToFlushDevice() local 242 Anonymize(conn->appInfo.peerData.deviceId, &tmpId); in SendFailToFlushDevice() 243 TRANS_LOGE(TRANS_CTRL, "send data fail, do Authflushdevice deviceId=%{public}s", tmpId); in SendFailToFlushDevice() 244 AnonymizeFree(tmpId); in SendFailToFlushDevice()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 1363 int32_t tmpId = (*it)->GetReminderId(); in HandleSameNotificationIdShowing() local 1364 if (tmpId == curReminderId) { in HandleSameNotificationIdShowing() 1372 ANSR_LOGW("Get notificationBundleOption(reminderId=%{public}d) fail", tmpId); in HandleSameNotificationIdShowing()
|