Searched refs:ERRNO_SUCCESS (Results 1 – 10 of 10) sorted by relevance
48 if (status != ERRNO_SUCCESS || info == nullptr) { in GetServerInfo()60 if (status != ERRNO_SUCCESS || id == nullptr) { in GetServerInfo()162 if (status != ERRNO_SUCCESS || dbsLen == 0) { in GetDatabases()266 if (status != ERRNO_SUCCESS || fieldsLen == 0) { in GetFields()335 if (status != ERRNO_SUCCESS) { in Subscribe()342 if (status != ERRNO_SUCCESS) { in Subscribe()378 if (err != ERRNO_SUCCESS) { in DoSubscribe()399 if (status != ERRNO_SUCCESS || id == nullptr) { in SaveSubscription()555 if (status != ERRNO_SUCCESS) { in Unsubscribe()572 if (status != ERRNO_SUCCESS) { in DoUnsubscribe()[all …]
34 if (status != ERRNO_SUCCESS) { in Convert()76 if (status != ERRNO_SUCCESS) { in Convert()135 if (status != ERRNO_SUCCESS) { in Convert()182 if (status != ERRNO_SUCCESS || len == 0) { in ConvertBuckets()320 if (status != ERRNO_SUCCESS || assetsLen == 0) { in ConvertAssets()344 if (status != ERRNO_SUCCESS || id == nullptr) { in ConvertAsset()351 if (status != ERRNO_SUCCESS || name == nullptr) { in ConvertAsset()358 if (status != ERRNO_SUCCESS || uri == nullptr) { in ConvertAsset()385 if (status != ERRNO_SUCCESS || size == nullptr) { in ConvertAssetLeft()473 if (status != ERRNO_SUCCESS) { in Convert()[all …]
48 if (status == ERRNO_SUCCESS && values != nullptr) { in CloudCursorImpl()64 if (status == ERRNO_SUCCESS && cursor != nullptr) { in CloudCursorImpl()155 if (status != ERRNO_SUCCESS || values == nullptr) { in GetEntry()179 if (status != ERRNO_SUCCESS || keys == nullptr) { in GetData()187 if (status != ERRNO_SUCCESS && value == nullptr) { in GetData()208 int32_t status = ERRNO_SUCCESS; in GetExtend()215 if (status != ERRNO_SUCCESS || content == nullptr) { in GetExtend()267 if (status != ERRNO_SUCCESS || data == nullptr) { in Get()
66 if (status == ERRNO_SUCCESS) { in BatchInsert()85 if (status == ERRNO_SUCCESS && exdIn.first != nullptr) { in BatchUpdate()137 …return (status == ERRNO_SUCCESS && cloudData != nullptr) ? std::make_shared<CloudCursorImpl>(cloud… in Query()
60 if (status != ERRNO_SUCCESS) { in Download()99 if (status != ERRNO_SUCCESS) { in RemoveLocalAsset()
206 ERRNO_SUCCESS in OhCloudExtValueGetContent()269 ERRNO_SUCCESS in OhCloudExtCloudAssetGetId()289 ERRNO_SUCCESS in OhCloudExtCloudAssetGetName()309 ERRNO_SUCCESS in OhCloudExtCloudAssetGetUri()329 ERRNO_SUCCESS in OhCloudExtCloudAssetGetLocalPath()349 ERRNO_SUCCESS in OhCloudExtCloudAssetGetCreateTime()369 ERRNO_SUCCESS in OhCloudExtCloudAssetGetModifiedTime()389 ERRNO_SUCCESS in OhCloudExtCloudAssetGetSize()409 ERRNO_SUCCESS in OhCloudExtCloudAssetGetHash()470 ERRNO_SUCCESS in OhCloudExtDatabaseGetName()[all …]
163 Ok(_) => ERRNO_SUCCESS, in OhCloudExtCloudAssetLoaderUpload()208 Ok(_) => ERRNO_SUCCESS, in OhCloudExtCloudAssetLoaderDownload()228 Ok(()) => ERRNO_SUCCESS, in OhCloudExtCloudAssetLoaderRemoveLocalAssets()352 Ok(_) => ERRNO_SUCCESS, in OhCloudExtCloudDbBatchInsert()396 Ok(_) => ERRNO_SUCCESS, in OhCloudExtCloudDbBatchUpdate()431 Ok(_) => ERRNO_SUCCESS, in OhCloudExtCloudDbBatchDelete()471 ERRNO_SUCCESS in OhCloudExtCloudDbBatchQuery()493 ERRNO_SUCCESS in OhCloudExtCloudDbLock()563 ERRNO_SUCCESS in OhCloudExtCloudSyncGetServiceInfo()592 ERRNO_SUCCESS in OhCloudExtCloudSyncGetAppSchema()[all …]
287 ERRNO_SUCCESS in OhCloudExtVectorPush()406 ERRNO_SUCCESS in OhCloudExtVectorGet()443 ERRNO_SUCCESS in OhCloudExtVectorGetLength()557 ERRNO_SUCCESS in OhCloudExtHashMapGetLength()654 ERRNO_SUCCESS in OhCloudExtHashMapInsert()773 ERRNO_SUCCESS in OhCloudExtHashMapIterGetKeyValuePair()857 ERRNO_SUCCESS in OhCloudExtHashMapGet()895 ERRNO_SUCCESS902 ERRNO_SUCCESS906 ERRNO_SUCCESS[all …]
30 pub const ERRNO_SUCCESS: c_int = 0; const226 ERRNO_SUCCESS in ut_wrapper()
26 #define ERRNO_SUCCESS 0 macro