Home
last modified time | relevance | path

Searched defs:count (Results 2276 - 2300 of 6105) sorted by relevance

1...<<919293949596979899100>>...245

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_notify_three.cpp54 int count = 0; in HWTEST_F() local
93 int count = 0; in HWTEST_F() local
133 int count = 0; in HWTEST_F() local
173 int count in HWTEST_F() local
213 int count = 0; HWTEST_F() local
254 int count = 0; HWTEST_F() local
296 int count = 0; HWTEST_F() local
339 int count = 0; HWTEST_F() local
382 int count = 0; HWTEST_F() local
426 int count = 0; HWTEST_F() local
471 int count = 0; HWTEST_F() local
516 int count = 0; HWTEST_F() local
559 int count = 0; HWTEST_F() local
596 int count = 0; HWTEST_F() local
634 int count = 0; HWTEST_F() local
672 int count = 0; HWTEST_F() local
710 int count = 0; HWTEST_F() local
756 int count = DeviceManagerNotify::GetInstance().credentialCallback_.count(pkgName); HWTEST_F() local
771 int count = DeviceManagerNotify::GetInstance().credentialCallback_.count(pkgName); HWTEST_F() local
785 int count = DeviceManagerNotify::GetInstance().credentialCallback_.count(pkgName); HWTEST_F() local
1022 DmInitCallbackTest(int &count) DmInitCallbackTest() argument
1031 DeviceStateCallbackTest(int &count) DeviceStateCallbackTest() argument
1056 DiscoveryCallbackTest(int &count) DiscoveryCallbackTest() argument
1076 PublishCallbackTest(int &count) PublishCallbackTest() argument
1086 AuthenticateCallbackTest(int &count) AuthenticateCallbackTest() argument
1097 DeviceManagerFaCallbackTest(int &count) DeviceManagerFaCallbackTest() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences.cpp417 inline void FreePairValue(OH_PreferencesPair *pairs, size_t count) in FreePairValue() argument
430 auto count = records.size(); in OnChange() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp264 size_t count = 0; in Convert2Value() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_double_write_concurrent_test.cpp123 void RdbDoubleWriteConcurrentTest::Insert(int64_t start, int count, bool isSlave, int dataSize) in Insert() argument
201 int count = 1000; in HWTEST_F() local
245 int count = 1000; HWTEST_F() local
295 int count = 1000; HWTEST_F() local
334 int count = 1000; HWTEST_F() local
[all...]
H A Drdb_predicates_join_b_test.cpp241 int count; in ResultSize() local
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.cpp393 auto count = fwrite(buffer_->data(), sizeof(uint8_t), buffer_->size(), file_); in SaveBufferToFile() local
412 auto count = fwrite(buffer_->data(), sizeof(uint8_t), sizeof(TLVHead), file_); in SaveBufferToFileFront() local
431 auto count = fread(buffer_->data(), sizeof(uint8_t), buffer_->size(), file_); in LoadBufferFormFile() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_shared_result_set.cpp77 int32_t count = NO_COUNT; in InitRowCount() local
H A Dstep_result_set.cpp278 int StepResultSet::GetRowCount(int &count) in GetRowCount() argument
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp31 static void DestroyArrayPtr(const char** &arrayPtr, unsigned int& count) in DestroyArrayPtr() argument
49 static const char** CreateStrArrByVector(const std::vector<std::string>& paramVector, unsigned int* count) in CreateStrArrByVector() argument
89 static const char** GetTypesByCondition(const char* condition, unsigned int* count, GetUtdByConditionPtr funcPtr) in GetTypesByCondition() argument
177 OH_Utd_GetBelongingToTypes(OH_Utd* pThis, unsigned int* count) OH_Utd_GetBelongingToTypes() argument
186 OH_Utd_GetFilenameExtensions(OH_Utd* pThis, unsigned int* count) OH_Utd_GetFilenameExtensions() argument
195 OH_Utd_GetMimeTypes(OH_Utd* pThis, unsigned int* count) OH_Utd_GetMimeTypes() argument
204 OH_Utd_GetTypesByFilenameExtension(const char* extension, unsigned int* count) OH_Utd_GetTypesByFilenameExtension() argument
209 OH_Utd_GetTypesByMimeType(const char* mimeType, unsigned int* count) OH_Utd_GetTypesByMimeType() argument
287 OH_Utd_DestroyStringList(const char** list, unsigned int count) OH_Utd_DestroyStringList() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/src/
H A Drefbase.cpp386 int count = 0; in AttemptAcquire() local
401 int count = 0; in AttemptIncStrongRef() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp67 int32_t count = 0; in GetColumnCount() local
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_data_utils.cpp480 DefineClass(napi_env env, const std::string &name, const napi_property_descriptor *properties, size_t count, napi_callback newcb) DefineClass() argument
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp105 void DataChangeObserverCallback(void *context, const OH_PreferencesPair *pairs, uint32_t count) in DataChangeObserverCallback() argument
683 void NullTestCallback(void *context, const OH_PreferencesPair *pairs, uint32_t count) in NullTestCallback() argument
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp34 int count = 0; in GetCellByIndex() local
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_base.cpp66 void FileOperationsBase::ForgetMulti(fuse_req_t req, size_t count, struct fuse_forget_data *forgets) in ForgetMulti() argument
H A Dfuse_operations.cpp113 void FuseOperations::ForgetMulti(fuse_req_t req, size_t count, struct fuse_forget_data *forgets) in ForgetMulti() argument
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp126 size_t count = inputHub_->StartCollectInputEvents(mEventBuffer, INPUT_EVENT_BUFFER_SIZE); in StartCollectEventsThread() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dfile_transfer_manager.cpp263 auto count = taskCount_.fetch_sub(1); in DecTransTaskCount() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.h58 uint32_t *count = nullptr; // Count member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel_fsm.c941 uint8_t count = (uint8_t)ListGetSize(channel->recvQueue); in RfcommRecvRevData() local
987 uint8_t count = (uint8_t)ListGetSize(channel->sendQueue); in RfcommWriteData() local
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp281 int CheckReadBytes(const int count, const int totLen) in CheckReadBytes() argument
[all...]
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp268 int32_t DhcpArpChecker::SendData(uint8_t *buff, int32_t count, uint8_t *destHwaddr) in SendData() argument
303 int32_t DhcpArpChecker::RecvData(uint8_t *buff, int32_t count, int32_t timeoutMillis) in RecvData() argument
/foundation/communication/dhcp/test/fuzztest/dhcpfunction_fuzzer/
H A Ddhcpfunction_fuzzer.cpp149 int count = static_cast<int>(data[index++]); in SplitStringTest() local
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp714 int count = 0; in HWTEST_F() local
H A Dmock_system_func.cpp67 ssize_t __wrap_write(int fd, const void *buf, size_t count) in __wrap_write() argument
77 ssize_t __wrap_read(int fd, void *buf, size_t count) in __wrap_read() argument
167 ssize_t __wrap_sendto(int fd, const void *buf, size_t count, in argument
[all...]

Completed in 24 milliseconds

1...<<919293949596979899100>>...245