/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_conn_client.cpp | 518 uint32_t count = 0; in RecoverCallbackAndGlobalProxy() local
|
/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | wifi_scan_msg.h | 271 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 D | wifi_wpa_hal.c | 967 int count = WPA_TRY_CONNECT_TIMES; in WpaCliConnect() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 165 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 D | distributeddb_nb_batch_crud_test.cpp | 437 std::mutex count; in HWTEST_F() local 487 std::mutex count; in HWTEST_F() local
|
H A D | distributeddb_nb_schema_test.cpp | 161 int count = 0; in HWTEST_F() local 213 int count = 0; in HWTEST_F() local
|
H A D | distributeddb_nb_predicate_query_test.cpp | 129 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 D | rd_single_ver_storage_executor.cpp | 196 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 D | sqlite_cloud_kv_store.cpp | 149 GetUploadCount([[gnu::unused]] const QuerySyncObject &query, const Timestamp ×tamp, bool isCloudForcePush, [[gnu::unused]] bool isCompensatedTask, int64_t &count) GetUploadCount() argument 164 GetAllUploadCount(const QuerySyncObject &query, const std::vector<Timestamp> ×tampVec, 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 D | dbm_kv_store.c | 806 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 D | mediadatashare_unit_test.cpp | 833 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 D | cloudsync_fuzzer.cpp | 208 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 D | distributeddb_interfaces_relational_test.cpp | 1394 int count = 0; in HWTEST_F() local
|
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 141 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 D | distributeddb_single_ver_multi_sub_user_test.cpp | 335 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 D | distributeddb_mock_sync_module_test.cpp | 185 int count = 0; in StateMachineCheck013() local 1563 uint32_t count = 0u; in HWTEST_F() local [all...] |
H A D | distributeddb_multi_ver_p2p_sync_test.cpp | 899 int count = 0; in IsCommitHistorySyncAckPacketEqual() local
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | js_datashare_ext_ability.cpp | 315 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 D | distributeddb_relational_cloud_syncable_storage_test.cpp | 104 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 D | js_util.cpp | 1006 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 D | generic_syncer.cpp | 1263 int32_t count = 0; in GetTaskCount() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 922 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 D | rdb_store_config.cpp | 612 int32_t count = iterNum; in IsValid() local
|
H A D | rdb_store.cpp | 41 int count = 0; in operator std::map() local
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | udmf.cpp | 51 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...] |