Home
last modified time | relevance | path

Searched refs:size (Results 24976 - 25000 of 31292) sorted by relevance

1...<<9919929939949959969979989991000>>...1252

/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp397 if (matches.size() < MAX_MATCH_SIZE) { in GetNetworkSharingTraffic()
400 for (uint32_t i = 0; i < matches.size() - 1; i++) { in GetNetworkSharingTraffic()
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_service.cpp253 size_t size = osAccountInfos.size(); in GetAllUserFirewallState() local
/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp182 EXPECT_EQ(dataList.size(), 10); in HWTEST_F()
313 requestOptions.SetBody(testValue.data(), testValue.size()); in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_device_test.cpp367 int size = ZERO; in Get5GHzChannelListTest() local
368 EXPECT_TRUE(Get5GHzChannelList(&result, &size) != WIFI_SUCCESS); in Get5GHzChannelListTest()
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp88 size_t size = NapiUtils::GetUint32FromValue(env, params[0]); in CreateHttpResponseCache() local
89 CacheProxy::RunCacheWithSize(size); in CreateHttpResponseCache()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/
H A Dserializable.h131 values.resize(subNode.size()); in GetValue()
132 for (size_type i = 0; i < subNode.size(); ++i) { in GetValue()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_task_merge_test.cpp228 for (size_t j = 0; j < data.size(); ++j) { in CheckCloudTableCount()
435 EXPECT_EQ(item.second.tableProcess.size(), 1u); in HWTEST_F()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_watcher.cpp81 LOG_INFO("start %{public}s, %{public}zu", changeArgs->sessionId_.c_str(), changeArgs->changeData_.size()); in ProcessChange()
83 LOG_INFO("end %{public}s, %{public}zu", changeArgs->sessionId_.c_str(), changeArgs->changeData_.size()); in ProcessChange()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
H A Ddevice_manager_adapter_test.cpp307 EXPECT_EQ(uuids.size(), LOCAL_DEVICE_ID_NUM); in HWTEST_F()
330 EXPECT_EQ(uuids.size(), LOCAL_UUID_NUM); in HWTEST_F()
H A Dcommunication_provider_impl_test.cpp34 void OnMessage(const OHOS::AppDistributedKv::DeviceInfo &info, const uint8_t *ptr, const int size,
38 const uint8_t *ptr, const int size, const struct PipeInfo &id) const in OnMessage()
37 OnMessage(const OHOS::AppDistributedKv::DeviceInfo &info, const uint8_t *ptr, const int size, const struct PipeInfo &id) const OnMessage() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_js_utils.h179 napi_status status = napi_create_array_with_length(env, value.size(), &jsValue); in Convert2JSValue()
184 for (size_t i = 0; i < value.size(); ++i) { in Convert2JSValue()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Drdb_subscriber_manager.cpp348 val.size(), changeNode.data_.size(), DistributedData::Anonymous::Change(changeNode.uri_).c_str()); in Notify()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp361 int SQLiteLocalKvDB::GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const in GetKvDBSize()
367 return KvDBUtils::GetKvDbSize(storeDir, storeOnlyDir, KvDBProperties::GetStoreSubDirectory(dbType), size); in GetKvDBSize()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp290 if (userId.size() >= 1) { in OnDataReceiveHandler()
333 LOGI("[NAdapt][SearchOnline] onlineDev count = %zu.", onlineDev.size()); in SearchOnlineRemoteDeviceAtStartup()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp384 int SyncAbleKvDBConnection::GetSyncDataSize(const std::string &device, size_t &size) const in GetSyncDataSize()
390 return kvDB->GetSyncDataSize(device, size); in GetSyncDataSize()
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dcallbacks_manager.h336 return it->second.size(); in GetAllSubscriberSize()
356 LOG_INFO("total %{public}zu, not refreshed %{public}u", callbacks.size(), num); in SetObserversNotifiedOnEnabled()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_packet.cpp145 if (DataRequestReserve.size() > REQUEST_PACKET_RESERVED_INDEX_PACKETID) { in GetPacketId()
188 totalLen += Parcel::GetUInt32Len(); // extraCondition size in CalculateLen()
414 if (DataAckReserve.size() > ACK_PACKET_RESERVED_INDEX_PACKETID) { in GetPacketId()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_stub.cpp170 ZLOGE("Unmarshal strategy:%{public}d, values size:%{public}zu", strategy, values.size()); in OnSetGlobalCloudStrategy()
323 ZLOGE("Unmarshal strategy:%{public}d, values size:%{public}zu", strategy, values.size()); in OnSetCloudStrategy()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddevice_matrix_test.cpp178 for (size_t i = 0; i < dynamicStores_.size(); ++i) { in HWTEST_F()
269 for (size_t i = 0; i < dynamicStores_.size(); ++i) { in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_sqlite_utils_test.cpp75 * @tc.desc: Get blob size over limit
97 EXPECT_EQ(static_cast<int>(val.size()), MAX_BLOB_READ_SIZE + 1); in HWTEST_F()
104 * @tc.desc: Get blob size equal limit
133 * @tc.desc: Get blob size equal zero
161 * @tc.desc: Get text size over limit
183 EXPECT_EQ(static_cast<int>(val.size()), MAX_TEXT_READ_SIZE + 1); in HWTEST_F()
190 * @tc.desc: Get text size equal limit
219 * @tc.desc: Get text size equal zero
247 * @tc.desc: Get blob size over limit
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreCustomDir.test.js67 size: "size1",
77 size: "size2",
160 * @tc.size MediumTest
184 * @tc.size MediumTest
219 * @tc.size MediumTest
255 * @tc.size MediumTest
300 * @tc.size MediumTest
345 * @tc.size MediumTest
374 * @tc.size MediumTest
402 * @tc.size MediumTes
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_predicates.cpp475 std::vector<std::string> replaceValues(values.size(), "?"); in In()
498 std::vector<std::string> replaceValues(values.size(), "?"); in NotIn()
H A Dabs_rdb_predicates.cpp232 vals.reserve(values.size()); in In()
315 vals.reserve(values.size()); in NotIn()
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dencode_data_process_test.cpp314 size_t size = NORM_YUV420_BUFFER_SIZE + 1; in HWTEST_F() local
315 db->SetRange(offset, size); in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp167 if (fileName.size() == 0) { in ReadSettingXml()
371 if (fileName.size() == 0) { in WriteSettingXml()

Completed in 38 milliseconds

1...<<9919929939949959969979989991000>>...1252