Searched defs:iRet (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_step_result_set_test.cpp | 154 int iRet = resultSet->GetRowIndex(position); in CheckResultSetAttribute() local 215 int iRet = resultSet->IsStarted(bResultSet); variable 267 int iRet = resultSet->GetRowIndex(position); variable 327 int iRet = resultSet->GetRowIndex(position); variable 510 int iRet = resultSet->GetInt(0, iValue); variable 620 int iRet = resultSet->GetDouble(0, dValue); variable 1074 int iRet = resultSet->GetRowCount(count); variable 1180 int iRet = resultSet->GetRowCount(count); variable 1278 int iRet = resultSet->GoToFirstRow(); variable 1314 int iRet = resultSet->GoToFirstRow(); variable [all …]
|
H A D | rdb_step_result_get_row_test.cpp | 106 int iRet = E_ERROR; variable 158 int iRet = E_ERROR; variable 196 int iRet = E_ERROR; variable 255 int iRet = E_ERROR; variable
|
H A D | rdb_sqlite_shared_result_set_test.cpp | 184 int iRet = rstSet->GetRowIndex(position); in CheckResultSetAttribute() local 1089 int iRet = E_ERROR; variable 1133 int iRet = E_ERROR; variable 1405 int iRet = E_ERROR; variable
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_work_queue.c | 105 int32_t iRet = pthread_mutex_init(&(queue->mutex), NULL); in CreateWorkQueue() local 144 int32_t iRet = pthread_mutex_init(&(queue->mutex), NULL); in CreateWorkQueue() local 197 int32_t iRet = pthread_cond_broadcast(&queue->cond); in DestroyWorkQueue() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | http_request.cpp | 54 int iRet = 0; in HttpRequestExec() local 135 … int iRet = connect(mISocketFd, reinterpret_cast<struct sockaddr *>(&servaddr), sizeof(servaddr)); in HttpConnect() local 410 int iRet = select(iSockFd + 1, &rSet, &wSet, nullptr, &timeout); in SocketFdCheck() local
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_client.cpp | 507 int iRet = select(ipv6SocketFd + 1, &rSet, NULL, NULL, &timeout); in StartIpv6() local
|