Home
last modified time | relevance | path

Searched defs:count (Results 3876 - 3900 of 5580) sorted by relevance

1...<<151152153154155156157158159160>>...224

/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
H A Ddistributeddb_nb_schema_test.cpp161 int count = 0; in HWTEST_F() local
213 int count = 0; in HWTEST_F() local
H A Ddistributeddb_nb_predicate_query_test.cpp129 int count = 0; in CheckSchemaQuery() local
1315 int count = 0; in HWTEST_F() local
1823 int count = 0; HWTEST_F() local
[all...]
/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...]
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp1006 DefineClass(napi_env env, const std::string& name, const napi_property_descriptor* properties, size_t count, napi_callback newcb) DefineClass() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp1263 int32_t count = 0; in GetTaskCount() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp922 int count = 301; // put 301 records. in HWTEST_F() local
1414 int count = 10; // put 10 records. in HWTEST_F() local
1870 int count = 10; // put 10 records. in HWTEST_F() local
1931 int count = 10; // put 10 records. in HWTEST_F() local
2043 int count = 10; // put 10 records. HWTEST_F() local
2138 int count = 20; // put 20 records. HWTEST_F() local
2230 int count = 31; // put 31 records. HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp612 int32_t count = iterNum; in IsValid() local
H A Drdb_store.cpp41 int count = 0; in operator std::map() local
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp51 static void DestroyStringArray(char**& bufArray, unsigned int& count) in DestroyStringArray() argument
67 static void DestroyUnifiedRecordArray(OH_UdmfRecord**& records, unsigned int& count) in DestroyUnifiedRecordArray() argument
195 char** OH_UdmfData_GetTypes(OH_UdmfData* unifiedData, unsigned int* count) in OH_UdmfData_GetTypes() argument
214 OH_UdmfRecord_GetTypes(OH_UdmfRecord* record, unsigned int* count) OH_UdmfRecord_GetTypes() argument
234 OH_UdmfData_GetRecords(OH_UdmfData* unifiedData, unsigned int* count) OH_UdmfData_GetRecords() argument
429 OH_UdmfRecord_AddGeneralEntry(OH_UdmfRecord* record, const char* typeId, const unsigned char* entry, unsigned int count) OH_UdmfRecord_AddGeneralEntry() argument
484 OH_UdmfRecord_GetGeneralEntry(OH_UdmfRecord* record, const char* typeId, unsigned char** entry, unsigned int* count) OH_UdmfRecord_GetGeneralEntry() argument
871 OH_UdmfRecord_SetProvider(OH_UdmfRecord* record, const char* const* types, unsigned int count, OH_UdmfRecordProvider* provider) OH_UdmfRecord_SetProvider() argument
[all...]

Completed in 56 milliseconds

1...<<151152153154155156157158159160>>...224