/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_dmc.c | 3053 unsigned long temp; in model_static_power() local 3065 "failed to read temp for ddr thermal zone: %d\n", in model_static_power() 3077 temp = temperature / 1000; in model_static_power() 3078 temp_squared = temp * temp; in model_static_power() 3079 temp_cubed = temp_squared * temp; in model_static_power() 3082 + (dmcfreq->ts[1] * temp) in model_static_power() 3098 u32 temp; in ddr_power_model_simple_init() local 3129 &temp)) { in ddr_power_model_simple_init() 3134 ddr_cooling_power_data.dyn_power_coeff = (unsigned long)temp; in ddr_power_model_simple_init() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_test_ng.cpp | 425 auto temp = NavDestinationGroupNode::GetOrCreateGroupNode( in HWTEST_F() local 438 []() { return FrameNode::CreateFrameNode("temp", 234, AceType::MakeRefPtr<ButtonPattern>()); }); in HWTEST_F() 439 navDestination5->contentNode_ = FrameNode::CreateFrameNode("temp", 235, AceType::MakeRefPtr<ButtonPattern>()); in HWTEST_F() 459 navigation->UpdateNavDestinationNodeWithoutMarkDirty(temp); in HWTEST_F() 569 auto temp = NavDestinationGroupNode::GetOrCreateGroupNode( in HWTEST_F() local 576 []() { return FrameNode::CreateFrameNode("temp", 236, AceType::MakeRefPtr<ButtonPattern>()); }); in HWTEST_F() 577 navDestination5->contentNode_ = FrameNode::CreateFrameNode("temp", 245, AceType::MakeRefPtr<ButtonPattern>()); in HWTEST_F() 583 pattern7->customNode_ = AceType::RawPtr(temp); in HWTEST_F() 597 navigation->UpdateNavDestinationNodeWithoutMarkDirty(temp); in HWTEST_F() 930 RefPtr<FrameNode> frameNode = FrameNode::CreateFrameNode("temp", 24 in HWTEST_F() [all...] |
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_process_in_client.cpp | 756 int16_t temp = static_cast<int16_t>((static_cast<double>(*stcPtr) / maxInt32) * maxInt16); in S32MonoToS16Stereo() local 758 *(dstPtr++) = temp; in S32MonoToS16Stereo() 759 *(dstPtr++) = temp; in S32MonoToS16Stereo() 777 int16_t temp = static_cast<int16_t>((static_cast<double>(*stcPtr) / maxInt32) * maxInt16); in S32StereoS16Stereo() local 779 *(dstPtr++) = temp; in S32StereoS16Stereo()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | metadata_stream_test.cpp | 1525 BufferMetadataStream temp; in HWTEST_F() local 1526 temp.Open(); in HWTEST_F() 1527 temp.Write((uint8_t*)"Hello, world", 13); in HWTEST_F() 1528 BufferMetadataStream src(temp.GetAddr(), temp.GetSize(), BufferMetadataStream::Dynamic); in HWTEST_F()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/ |
H A D | media_cached_buffer.cpp | 119 uint8_t* temp = bufferAddr_; in Init() local 121 auto chunkInfo = reinterpret_cast<CacheChunk*>(temp); in Init() 126 temp += sizePerChunk; in Init() 187 uint64_t temp = readOffset > static_cast<uint64_t>(fragmentPos->accessLength) ? in ReadInner() local 189 if (temp >= ACCESS_OFFSET_MAX_LENGTH) { in ReadInner()
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.cpp | 1246 DrmInfoItem temp = drmInfos[i]; in SetDrmInfoData() local 1250 ssConverter << std::hex << static_cast<int32_t>(temp.uuid[index]); in SetDrmInfoData() 1253 std::vector<uint8_t> pssh(temp.pssh, temp.pssh + temp.psshLen); in SetDrmInfoData()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 320 Asset temp = g_localAsset; in fillCloudAssetTest() local 321 temp.flag = static_cast<uint32_t>(j); in fillCloudAssetTest() 322 temp.status = static_cast<uint32_t>(statusType); in fillCloudAssetTest() 323 temp.timestamp = g_startTime + j; in fillCloudAssetTest() 324 assets.push_back(temp); in fillCloudAssetTest()
|
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
H A D | connection_manager.cpp | 407 auto temp = CastDeviceDataManager::GetInstance().GetDeviceByDeviceId(dev.deviceId); in QueryP2PIp() local 408 if (temp == std::nullopt) { in QueryP2PIp() 413 CastInnerRemoteDevice device = *temp; in QueryP2PIp()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_serializer.cpp | 378 Entity temp; in EntityReferenceFromJson() local 379 if (!EntityFromJson(ec, jsonIn, temp)) { in EntityReferenceFromJson() 382 entityOut = ec.GetEcs().GetEntityManager().GetReferenceCounted(temp); in EntityReferenceFromJson()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 433 Entity temp; in EntityReferenceFromJson() local 434 if (!EntityFromJson(ec, jsonIn, temp)) { in EntityReferenceFromJson() 437 entityOut = ec.GetEcs().GetEntityManager().GetReferenceCounted(temp); in EntityReferenceFromJson()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/ |
H A D | remote_audio_renderer_sink.cpp | 265 RemoteAudioRendererSinkInner *temp = allsinks[this->deviceNetworkId_]; in DeInit() local 267 if (temp == nullptr) { in DeInit() 268 AUDIO_ERR_LOG("temp is nullptr"); in DeInit() 270 delete temp; in DeInit()
|
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/ |
H A D | avscreen_capture_napi.cpp | 342 napi_value temp; in GetWindowIDsVectorParams() local 343 napi_get_element(env, args[0], i, &temp); in GetWindowIDsVectorParams() 345 napi_get_value_int32(env, temp, &tempValue); in GetWindowIDsVectorParams()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 563 int32_t temp = 0; in OnWindowAreaInfo() local 566 pkt >> temp >> pid >> windowId; in OnWindowAreaInfo() 567 WindowArea area = static_cast<WindowArea>(temp); in OnWindowAreaInfo()
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_binder_databus_invoker_unittest.cpp | 497 IPCObjectStub *temp = new (std::nothrow) IPCObjectStub(); in HWTEST_F() local 498 binder_uintptr_t binder = reinterpret_cast<binder_uintptr_t>(temp); in HWTEST_F() 502 delete temp; in HWTEST_F()
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_crpc_sta.c | 77 int temp = 0; in RpcStartScan() local 78 if (ReadInt(context, &temp) < 0) { in RpcStartScan() 81 setting.scanStyle = (ScanStyle)temp; in RpcStartScan()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 1259 std::string temp = ""; in InitDnsServer() local 1263 strPublicIpAddr.push_back(temp); in InitDnsServer() 1264 temp = ""; in InitDnsServer() 1267 temp = temp + dnsIpAddr[i]; in InitDnsServer() 1268 strPublicIpAddr.push_back(temp); in InitDnsServer() 1271 temp = temp + dnsIpAddr[i]; in InitDnsServer()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_base.cpp | 763 auto temp = buttonsDisplay_; in DealRenders() local 765 lunarDisplay_ = temp; in DealRenders()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_modifier.cpp | 260 auto temp = matrix.Get(SKEWY); in AdjustMatrix() local 262 matrix.Set(RSMatrix::SCALE_Y, temp); in AdjustMatrix()
|
/foundation/multimedia/av_codec/services/drm_decryptor/ |
H A D | codec_drm_decrypt.cpp | 737 DrmStandard::IMediaDecryptModuleService::SubSample temp({ cencInfo->subSamples[i].clearHeaderLen, in DecryptMediaData() 739 cryptInfo.subSample.emplace_back(temp); in DecryptMediaData()
|
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/ |
H A D | avbuffer_unit_test.cpp | 57 vector<uint8_t> temp(TEST_BUFFER_SIZE, 0); in SetUp() 58 swap(temp, outputBuffer_); in SetUp()
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation_utils.cpp | 392 uint32_t temp = READ_LEN; in DoRecevieSendObject() local 393 context_->mtpDriver->Read(dataBuffer, temp); in DoRecevieSendObject()
|
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 1088 std::string temp = std::to_string(*iter); in PrintKeyThreads() local 1089 strLog.append(temp); in PrintKeyThreads()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 184 const NodeInfo *temp = LnnGetLocalNodeInfo(); in RestoreLocalDeviceInfo() local 185 if (LnnSaveLocalDeviceInfo(temp) != SOFTBUS_OK) { in RestoreLocalDeviceInfo()
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 1363 int temp;
in hw_stop() local 1377 temp = unlink_urbs(dev, &dev->txq) + unlink_urbs(dev, &dev->rxq);
in hw_stop() 1383 devdbg(dev, "waited for %d urb completions", temp);
in hw_stop() 1854 int temp = dev->rxq.qlen;
in hw_bh() local 1857 if (temp < qlen) {
in hw_bh() 1868 if (temp != dev->rxq.qlen && netif_msg_link(dev)) {
in hw_bh() 1869 devdbg(dev, "rxqlen %d --> %d", temp, dev->rxq.qlen);
in hw_bh()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | plat_firmware.c | 1861 hi_u8 i, temp; in parse_mac_addr() local 1869 ret = char_2_hex(str[i], &temp); in parse_mac_addr() 1874 val = (offset == 0) ? temp : ((val << 4) + temp); /* 4:位数 */ in parse_mac_addr()
|