/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 397 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 D | netfirewall_service.cpp | 253 size_t size = osAccountInfos.size(); in GetAllUserFirewallState() local
|
/foundation/communication/netstack/test/unittest/http/ |
H A D | HttpRequestOptionsTest.cpp | 182 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 D | wifi_c_device_test.cpp | 367 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 D | http_module.cpp | 88 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 D | serializable.h | 131 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 D | distributeddb_cloud_task_merge_test.cpp | 228 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 D | js_watcher.cpp | 81 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 D | device_manager_adapter_test.cpp | 307 EXPECT_EQ(uuids.size(), LOCAL_DEVICE_ID_NUM); in HWTEST_F() 330 EXPECT_EQ(uuids.size(), LOCAL_UUID_NUM); in HWTEST_F()
|
H A D | communication_provider_impl_test.cpp | 34 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 D | datashare_js_utils.h | 179 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 D | rdb_subscriber_manager.cpp | 348 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 D | sqlite_local_kvdb.cpp | 361 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 D | network_adapter.cpp | 290 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 D | sync_able_kvdb_connection.cpp | 384 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 D | callbacks_manager.h | 336 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 D | single_ver_data_packet.cpp | 145 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 D | cloud_service_stub.cpp | 170 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 D | device_matrix_test.cpp | 178 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 D | distributeddb_sqlite_utils_test.cpp | 75 * @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 D | RdbstoreCustomDir.test.js | 67 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 D | abs_predicates.cpp | 475 std::vector<std::string> replaceValues(values.size(), "?");
in In() 498 std::vector<std::string> replaceValues(values.size(), "?");
in NotIn()
|
H A D | abs_rdb_predicates.cpp | 232 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 D | encode_data_process_test.cpp | 314 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 D | preferences_xml_utils.cpp | 167 if (fileName.size() == 0) { in ReadSettingXml() 371 if (fileName.size() == 0) { in WriteSettingXml()
|