Home
last modified time | relevance | path

Searched defs:count (Results 3951 - 3975 of 5679) sorted by relevance

1...<<151152153154155156157158159160>>...228

/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp493 int32_t ForkExecChildProcess(const int32_t *pipeFd, int32_t count, const std::vector<const char *> &args) in ForkExecChildProcess() argument
529 int32_t ForkExecParentProcess(const int32_t *pipeFd, int32_t count, pid_t childPid, std::string *out) in ForkExecParentProcess() argument
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp465 int32_t count = 0; in ShowLinkInfoList() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c1395 static int32_t WriteEmptyFrame(SingleFileInfo *fileInfo, int32_t count) in WriteEmptyFrame() argument
/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h133 uint32_t count; member
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c670 uint32_t count = 0; in HbAddAsyncProcessCallbackDelay() local
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c316 uint32_t count = g_eventCtrl.regCnt[info->event]; in NotifyEvent() local
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp477 int count = 0; in ShowLinkInfoList() local
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_skeleton.cpp657 int TestServiceProxy::TestFlushAsyncCalls(int count, int length) in TestFlushAsyncCalls() argument
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp518 uint32_t count = 0; in RecoverCallbackAndGlobalProxy() local
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_msg.h271 int count; /* Number of times allowed in the interval */ member
292 int count; /* Number of times allowed in the interval */ member
[all...]
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c967 int count = WPA_TRY_CONNECT_TIMES; in WpaCliConnect() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp165 GetUploadCount(const QuerySyncObject &query, const bool isCloudForcePush, bool isCompensatedTask, bool isUseWaterMark, int64_t &count) GetUploadCount() argument
192 GetUploadCount(const std::string &tableName, const Timestamp &localMark, const bool isCloudForcePush, int64_t &count) GetUploadCount() argument
208 GetUploadCount(const QuerySyncObject &query, const Timestamp &localMark, bool isCloudForcePush, bool isCompensatedTask, int64_t &count) GetUploadCount() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_batch_crud_test.cpp437 std::mutex count; in HWTEST_F() local
487 std::mutex count; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.cpp196 int RdSingleVerStorageExecutor::GetCountInner(GRD_ResultSet *tmpResultSet, int &count) in GetCountInner() argument
229 int RdSingleVerStorageExecutor::GetCount(const Key &key, int &count, GRD_KvScanModeE kvScanMode) in GetCount() argument
241 int RdSingleVerStorageExecutor::GetCount(const Key &beginKey, const Key &endKey, int &count, GRD_KvScanModeE kvScanMode) in GetCount() argument
529 OpenResultSet(QueryObject &queryObj, int &count) OpenResultSet() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp149 GetUploadCount([[gnu::unused]] const QuerySyncObject &query, const Timestamp &timestamp, bool isCloudForcePush, [[gnu::unused]] bool isCompensatedTask, int64_t &count) GetUploadCount() argument
164 GetAllUploadCount(const QuerySyncObject &query, const std::vector<Timestamp> &timestampVec, bool isCloudForcePush, [[gnu::unused]] bool isCompensatedTask, int64_t &count) GetAllUploadCount() argument
/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/
H A Ddbm_kv_store.c806 static int Get(KVStoreHandle db, const char* key, void* value, unsigned int count, unsigned int* realValueLen) in Get() argument
836 int DBM_Get(KVStoreHandle db, const char* key, void* value, unsigned int count, unsigned int* realValueLen) in DBM_Get() argument
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dmediadatashare_unit_test.cpp833 int count; in HWTEST_F() local
936 int count; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
H A Dcloudsync_fuzzer.cpp208 void InsertCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull) in InsertCloudTableRecord() argument
482 int count = fuzzerData.GetInt(); in DataChangeSync() local
483 kvDelegatePtrS1_->GetCount(Query::Select(), count); in DataChangeSync() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp1394 int count = 0; in HWTEST_F() local
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp141 void InsertUserTableRecord(sqlite3 *&db, int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull) in InsertUserTableRecord() argument
188 void InsertCloudTableRecord(int64_t begin, int64_t count, int64_t photoSize, bool assetIsNull) in InsertCloudTableRecord() argument
233 DeleteUserTableRecord(sqlite3 *&db, int64_t begin, int64_t count) DeleteUserTableRecord() argument
248 UpdateUserTableRecord(sqlite3 *&db, int64_t begin, int64_t count) UpdateUserTableRecord() argument
263 DeleteCloudTableRecordByGid(int64_t begin, int64_t count) DeleteCloudTableRecordByGid() argument
302 QueryCountCallback(void *data, int count, char **colValue, char **colName) QueryCountCallback() argument
379 CheckCleanLogNum(sqlite3 *&db, const std::vector<std::string> tableList, int count) CheckCleanLogNum() argument
408 CheckCleanDataAndLogNum(sqlite3 *&db, const std::vector<std::string> tableList, int count, std::vector<int> localNum) CheckCleanDataAndLogNum() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp335 void DistributedDBSingleVerMultiSubUserTest::InsertLocalData(int64_t begin, int64_t count, in InsertLocalData() argument
309 GenerateDataRecords( int64_t begin, int64_t count, int64_t gidStart, std::vector<VBucket> &record, std::vector<VBucket> &extend) GenerateDataRecords() argument
[all...]
H A Ddistributeddb_mock_sync_module_test.cpp185 int count = 0; in StateMachineCheck013() local
1563 uint32_t count = 0u; in HWTEST_F() local
[all...]
H A Ddistributeddb_multi_ver_p2p_sync_test.cpp899 int count = 0; in IsCommitHistorySyncAckPacketEqual() local
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp315 size_t count = argc + 1; in CallObjectMethod() local
362 size_t count = argc + 1; in CallObjectMethod() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp104 void CreateAndInitUserTable(int64_t count, int64_t photoSize, const Asset &expect) in CreateAndInitUserTable() argument
178 void InitLogGid(int64_t count) in InitLogGid() argument
190 void UpdateLogGidAndHashKey(int64_t count) in UpdateLogGidAndHashKey() argument
221 void InitLogicDelete(int64_t count) in InitLogicDelete() argument
233 void ConstructMultiDownloadData(int64_t count, DownloadData &downloadData, std::vector<OpType> &opTypes) in ConstructMultiDownloadData() argument
299 QueryCountCallback(void *data, int count, char **colValue, char **colName) QueryCountCallback() argument
309 fillCloudAssetTest(int64_t count, AssetStatus statusType, bool isDownloadSuccess) fillCloudAssetTest() argument
[all...]

Completed in 78 milliseconds

1...<<151152153154155156157158159160>>...228