Home
last modified time | relevance | path

Searched refs:size (Results 10826 - 10850 of 31284) sorted by relevance

1...<<431432433434435436437438439440>>...1252

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_factoryreset_callback.cpp50 uint32_t callbackCounts = callbacks_.size(); in RegisterNetFactoryResetCallback()
65 NETMGR_LOG_I("End RegisterNetFactoryResetCallback,callback counts [%{public}zu]", callbacks_.size()); in RegisterNetFactoryResetCallback()
123 NETMGR_LOG_I("NotifyNetFactoryReset enter, callback count = [%{public}zu]", callbacks_.size()); in NotifyNetFactoryReset()
/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_ohos_account.cpp53 uint32_t size = 0; in LnnGetOhosAccountInfo() local
54 if (GetOsAccountId(accountInfo, len * HEXIFY_UNIT_LEN, &size) != SOFTBUS_OK) { in LnnGetOhosAccountInfo()
59 if (SoftBusGenerateStrHash(reinterpret_cast<const unsigned char *>(accountInfo), size, in LnnGetOhosAccountInfo()
/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_data_change_listener.cpp49 LNN_LOGI(LNN_LEDGER, "Cloud data change.store=%{public}s, update size=%{public}zu, add size=%{public}zu", in OnChange()
50 origin.store.c_str(), keys[ChangeOp::OP_UPDATE].size(), keys[ChangeOp::OP_INSERT].size()); in OnChange()
56 LNN_LOGI(LNN_LEDGER, "Handle kv data change! changeRecords=%{public}zu", changeRecords.size()); in OnChange()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dxml_parser_test.cpp109 EXPECT_EQ(m_xmlParser->GetStringArrValue(nullptr).size(), 0); in HWTEST_F()
115 EXPECT_EQ(m_xmlParser->GetByteArrValue(nullptr).size(), 0); in HWTEST_F()
121 EXPECT_EQ(m_xmlParser->GetStringMapValue(nullptr).size(), 0); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_event_handler.cpp46 HILOGI("profileEventSubscribeInfos_ size = %{public}zu", profileEventSubscribeInfos_.size()); in Subscribe()
56 HILOGI("profileEventSubscribeInfos_ size = %{public}zu", profileEventSubscribeInfos_.size()); in Subscribe()
83 HILOGI("profileEventSubscribeInfos_ size = %{public}zu", profileEventSubscribeInfos_.size()); in Unsubscribe()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dwifi_comparator_impl.cpp44 for (std::size_t i = 1; i < candidates.size(); ++i) { in GetBestCandidates()
47 for (std::size_t j = 0; j < scorers.size(); j++) { in GetBestCandidates()
50 if (bestNetworkScoreResults.size() <= j) { in GetBestCandidates()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.h94 int (*wpaCliCmdGetNetwork)(WifiWpaStaInterface *p, const struct WpaGetNetworkArgv *argv, char *pcmd, unsigned size);
104 int (*wpaCliCmdListNetworks)(WifiWpaStaInterface *p, WifiNetworkInfo *pcmd, int *size);
106 int (*wpaCliCmdScanInfo)(WifiWpaStaInterface *p, ScanInfo *pcmd, int *size);
/foundation/communication/wifi/wifi/frameworks/cj/include/
H A Dffi_structs.h49 int64_t size; member
126 int64_t size; member
177 int64_t size; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dasset_loader_impl.cpp44 .tableNameLen = tableName.size(), in Download()
46 .gidLen = gid.size(), in Download()
48 .prefixLen = pref.size() in Download()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp122 std::string AccountDelegateImpl::DoHash(const void *data, size_t size, bool isUpper) const in DoHash() argument
125 return std::string(static_cast<const char *>(data), size); in DoHash()
127 return hash_(data, size, isUpper); in DoHash()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dunified_data_test.cpp128 EXPECT_EQ(unifiedData.records_.size(), 0); in HWTEST_F()
143 EXPECT_EQ(unifiedData.records_.size(), 0); in HWTEST_F()
157 std::size_t index = unifiedData.records_.size(); in HWTEST_F()
/foundation/distributedhardware/device_manager/common/src/dfx/standard/
H A Ddm_hidumper.cpp52 if ((args.size() > 1) || (flag == MAP_ARGS.end())) { in HiDump()
92 if (nodeInfos_.size() == 0) { in ShowAllLoadTrustedList()
96 for (unsigned int i = 0; i < nodeInfos_.size(); ++i) { in ShowAllLoadTrustedList()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/
H A Dtlv_object_mock.cpp21 total_ += buffer.size(); in TLVObject()
179 void TLVObject::PrepareBufferForFile(size_t size) { } in PrepareBufferForFile() argument
196 bool TLVObject::LoadBufferFormFile(size_t size) in LoadBufferFormFile() argument
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_key.cpp68 std::string schema = data.substr(0, pos + separator.size()); // schema in IsValid()
74 data = data.substr(pos + separator.size()); // intention/bundleName/groupId in IsValid()
115 size_t dataLen = data.size(); in CheckCharacter()
/foundation/filemanagement/file_api/interfaces/kits/native/remote_uri/
H A Dremote_uri.cpp54 for (size_t i = 0; i < fdStr.size(); i++) { in IsAllDigits()
93 string fragment = path.substr(posFragment + 1, REMOTE_URI_TAG.size()); in IsRemoteUri()
116 if (fdFromBinder.size() == MAX_URI_SIZE) { in ConvertUri()
/foundation/communication/bluetooth_service/test/unittest/hid/
H A Dhid_host_test.cpp80 if (bluetoothRemoteDeviceByState.size() != bluetoothRemoteDeviceAddr.size()) { in CompareDevice()
83 for (int i = 0; i < bluetoothRemoteDeviceByState.size(); i++) { in CompareDevice()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.c92 SdpDescriptorSize size = type & 0x07; in SdpGetLengthFromType() local
94 switch (size) { in SdpGetLengthFromType()
128 LOG_ERROR("[%{public}s][%{public}d] Wrong size [%{public}d]", __FUNCTION__, __LINE__, size); in SdpGetLengthFromType()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_active_info.cpp64 int size = webGLActiveInfo->GetActiveSize(); in GetActiveSize() local
65 LOGD("WebGLActiveInfo::GetActiveSize %{public}d ", size); in GetActiveSize()
67 return (napi_create_int32(env, size, &result) != napi_ok) ? nullptr : result; in GetActiveSize()
101 NVal::DeclareNapiGetter("size", WebGLActiveInfo::GetActiveSize), in Export()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_publish_test.cpp81 ASSERT_EQ(screenSessionPublish.cesWantMap_.size(), 1); in HWTEST_F()
137 ASSERT_EQ(screenSessionPublish.cesWantMap_.size(), 1); in HWTEST_F()
143 ASSERT_EQ(screenSessionPublish.cesWantMap_.size(), 2); in HWTEST_F()
/test/testfwk/developer_test/aw/cxx/distributed/utils/
H A Dcsv_transform_xml.h68 int testCaseSum = vecLines_.size() / 3; // one item case_result from csv includes 3 strings in FileOperate()
81 while (i < vecLines_.size()) { in FileOperate()
126 pos1 = pos2 + c.size(); in SplitString()
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_cipher_sm4_test_common.cpp39 EXPECT_NE(HksMemCmp(inData->data, cipherText->data, inData->size), (int32_t)OH_HUKS_SUCCESS) in HksSm4CipherTestEncrypt()
63 EXPECT_EQ(HksMemCmp(inData->data, plainText->data, inData->size), (int32_t)OH_HUKS_SUCCESS) in HksSm4CipherTestDecrypt()
78 inData.size = strlen(tmpInData); in HksSm4CipherTestCaseOther()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dhdfcamera_facedetect.cpp39 * @tc.size: MediumTest
74 captureSetting->addEntry(OHOS_JPEG_GPS_COORDINATES, gps.data(), gps.size()); in HWTEST_F()
90 display_->streamCustomerCapture_->ReceiveFrameOn([this](const unsigned char *addr, const uint32_t size) { in HWTEST_F()
91 display_->StoreImage(addr, size); in HWTEST_F()
104 * @tc.size: MediumTest
/test/xts/acts/security_lite/huks/liteos_a_adapter/
H A Dhks_bn_exp_mod_test.cpp129 if ((n != NULL) && (n->data != NULL) && (n->size != 0)) { in HWTEST_F()
130 n->data[n->size - 1] = n->data[n->size - 1] | 0x00000001; /* make sure n is odd */ in HWTEST_F()
/third_party/ffmpeg/libavcodec/
H A Dfft.h80 int mdct_size; /* size of MDCT (i.e. number of input data * 2) */
116 #define COSTABLE(size) \
117 COSTABLE_CONST DECLARE_ALIGNED(32, FFTSample, FFT_NAME(ff_cos_##size))[size/2]
/third_party/elfutils/tests/
H A Dsectiondump.c98 "size = %" PRId64 "\n" in handle_section()
143 size_t size = data->d_size; in print_bytes() local
148 for (cnt = 0; cnt < size; cnt += 16) in print_bytes()
154 for (inner = 0; inner < 16 && cnt + inner < size; ++inner) in print_bytes()

Completed in 19 milliseconds

1...<<431432433434435436437438439440>>...1252