Home
last modified time | relevance | path

Searched defs:errCode (Results 676 - 700 of 1393) sorted by relevance

1...<<21222324252627282930>>...56

/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp168 void DpRadarHelper::ReportPutAclProfile(int32_t errCode, const AccessControlProfile& accessControlProfile) in ReportPutAclProfile() argument
211 void DpRadarHelper::ReportUpdateAclProfile(int32_t errCode, const AccessControlProfile& accessControlProfile) in ReportUpdateAclProfile() argument
254 void DpRadarHelper::ReportGetTrustProfile(int32_t errCode, const std::string& deviceId, in ReportGetTrustProfile() argument
298 void DpRadarHelper::ReportGetAllTrustProfile(int32_t errCode, st argument
349 ReportGetAclProfile(int32_t errCode, std::vector<AccessControlProfile>& accessControlProfiles) ReportGetAclProfile() argument
400 ReportGetAllAclProfile(int32_t errCode, std::vector<AccessControlProfile>& accessControlProfiles) ReportGetAllAclProfile() argument
451 ReportDeleteAclProfile(int32_t errCode) ReportDeleteAclProfile() argument
490 ReportPutServiceProfile(int32_t errCode, const ServiceProfile& serviceProfile) ReportPutServiceProfile() argument
533 ReportPutServiceProfileBatch(int32_t errCode, const std::vector<ServiceProfile>& serviceProfiles) ReportPutServiceProfileBatch() argument
584 ReportPutCharProfile(int32_t errCode, const CharacteristicProfile& characteristicProfile) ReportPutCharProfile() argument
627 ReportPutCharProfileBatch(int32_t errCode, const std::vector<CharacteristicProfile>& characteristicProfiles) ReportPutCharProfileBatch() argument
679 ReportGetDeviceProfile(int32_t errCode, const std::string& deviceId, DeviceProfile& deviceProfile) ReportGetDeviceProfile() argument
722 ReportGetServiceProfile(int32_t errCode, const std::string& deviceId, ServiceProfile& serviceProfile) ReportGetServiceProfile() argument
766 ReportGetCharProfile(int32_t errCode, const std::string& deviceId, CharacteristicProfile& characteristicProfile) ReportGetCharProfile() argument
810 ReportDeleteServiceProfile(int32_t errCode, const std::string& deviceId) ReportDeleteServiceProfile() argument
851 ReportDeleteCharProfile(int32_t errCode, const std::string& deviceId) ReportDeleteCharProfile() argument
892 ReportSubscribeDeviceProfile(int32_t errCode, const SubscribeInfo& subscribeInfo) ReportSubscribeDeviceProfile() argument
933 ReportUnSubscribeDeviceProfile(int32_t errCode, const SubscribeInfo& subscribeInfo) ReportUnSubscribeDeviceProfile() argument
974 ReportSyncDeviceProfile(int32_t errCode) ReportSyncDeviceProfile() argument
[all...]
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp156 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfile(serviceProfile); in HWTEST_F() local
181 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfileBatch(serviceProfiles); in HWTEST_F() local
195 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutServiceProfileBatch(serviceProfiles); in HWTEST_F() local
213 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutCharacteristicProfile(charProfile); in HWTEST_F() local
240 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutCharacteristicProfileBatch(charProfiles); in HWTEST_F() local
254 int32_t errCode = DistributedDeviceProfileClient::GetInstance().PutCharacteristicProfileBatch(charProfiles); HWTEST_F() local
269 int32_t errCode = DistributedDeviceProfileClient::GetInstance().GetDeviceProfile(deviceId, deviceProfile); HWTEST_F() local
310 int32_t errCode = DistributedDeviceProfileClient::GetInstance().GetServiceProfile( HWTEST_F() local
328 int32_t errCode = DistributedDeviceProfileClient::GetInstance().GetCharacteristicProfile( HWTEST_F() local
345 int32_t errCode = DistributedDeviceProfileClient::GetInstance().DeleteServiceProfile( HWTEST_F() local
358 int32_t errCode = DistributedDeviceProfileClient::GetInstance().DeleteCharacteristicProfile( HWTEST_F() local
382 int32_t errCode = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfile(subscribeInfo); HWTEST_F() local
405 int32_t errCode = DistributedDeviceProfileClient::GetInstance().UnSubscribeDeviceProfile(subscribeInfo); HWTEST_F() local
424 int32_t errCode = DistributedDeviceProfileClient::GetInstance().SyncDeviceProfile(syncOptions, syncCb); HWTEST_F() local
[all...]
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_database.cpp41 int32_t errCode = OHOS::NativeRdb::E_OK; in NetFirewallDataBase() local
254 int32_t errCode = OHOS::NativeRdb::E_OK; RestoreDatabaseWhenInit() local
279 int32_t errCode = store_->Restore(fileName); RestoreDatabase() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_service_impl.cpp327 ErrCode errCode = WIFI_OPT_SUCCESS; in SetScanOnlyAvailable() local
/foundation/deviceprofile/device_info_manager/old/radar/include/
H A Ddp_radar_helper.h106 int32_t errCode; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_manager.cpp292 ErrCode errCode = WIFI_OPT_FAILED; in AutoStartEnhanceService() local
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_result_set_proxy.cpp173 int errCode = E_ERROR; in GoToFirstRow() local
188 int errCode = E_ERROR; in GoToLastRow() local
203 int errCode = E_ERROR; GoToNextRow() local
218 int errCode = E_ERROR; GoToPreviousRow() local
239 int errCode = E_ERROR; GoTo() local
260 int errCode = E_ERROR; GoToRow() local
287 int errCode = innerResultSet->GetBlob(columnIndex, blob); GetBlob() local
332 int errCode = innerResultSet->GetLong(columnIndex, value); GetLong() local
356 int errCode = innerResultSet->GetDouble(columnIndex, value); GetDouble() local
368 int errCode = E_ERROR; Close() local
399 int errCode = innerResultSet->GetColumnIndex(columnName, columnIndex); GetColumnIndex() local
423 int errCode = innerResultSet->GetColumnName(columnIndex, columnName); GetColumnName() local
447 int errCode = innerResultSet->GetDataType(columnIndex, dataType); GetDataType() local
462 int errCode = innerResultSet->GetAllColumnNames(columnNames); GetAllColumnNames() local
477 int errCode = innerResultSet->GetColumnCount(count); GetColumnCount() local
492 int errCode = innerResultSet->GetRowCount(count); GetRowCount() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dprocess_communicator_impl.cpp47 Status errCode = CommunicationProvider::GetInstance().Start(pi); in Start() local
58 Status errCode = CommunicationProvider::GetInstance().Stop(pi); in Stop() local
75 Status errCode = DmAdapter::GetInstance().StartWatchDeviceChange(this, pi); in RegOnDeviceChange() local
81 Status errCode = DmAdapter::GetInstance().StopWatchDeviceChange(this, pi); in RegOnDeviceChange() local
100 Status errCode = CommunicationProvider::GetInstance().StartWatchDataChange(this, pi); in RegOnDataReceive() local
106 Status errCode = CommunicationProvider::GetInstance().StopWatchDataChange(this, pi); RegOnDataReceive() local
142 Status errCode = CommunicationProvider::GetInstance().SendData(pi, destination, dataInfo, totalLength); SendData() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Ddb_config.cpp59 int errCode = E_OK; in CheckAndGetDBConfig() local
162 DBConfig DBConfig::GetDBConfigFromJsonStr(const std::string &confStr, int &errCode) in GetDBConfigFromJsonStr() argument
223 ReadConfig(const std::string &confStr, int &errCode) ReadConfig() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp54 bool CheckCommon::CheckCollectionName(const std::string &collectionName, std::string &formattedName, int &errCode) in CheckCollectionName() argument
197 int errCode = SplitFieldName(jsonTemp.GetItemField(), allFieldsName); in CheckUpdata() local
244 int errCode = E_OK; CheckProjection() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp57 static RelationalStoreConnection *GetOneConnectionWithRetry(const RelationalDBProperties &properties, int &errCode) in GetOneConnectionWithRetry() argument
111 int errCode = E_OK; in OpenStore() local
190 int errCode = E_OK; in CalcPrimaryKeyHash() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_data_inserter.cpp24 int errCode = E_OK; in ResetStatements() local
131 int errCode = SQLiteUtils::GetStatement(db, sql, stmt); in GetInsertStatement() local
146 int errCode = DataTransformer::DeSerializeDataItem(dataItem, data, remoteFields_); BindInsertStatement() local
185 int errCode = SQLiteUtils::GetStatement(db, sql, stmt); GetDeleteLogStmt() local
201 int errCode = SQLiteUtils::GetStatement(db, sql, stmt); GetDeleteSyncDataStmt() local
215 int errCode = SQLiteUtils::GetStatement(db, sql, logStmt); GetSaveLogStatement() local
236 int errCode = GetSaveLogStatement(db, stmt.saveLogStmt, stmt.queryStmt); PrepareStatement() local
250 int errCode = E_OK; Iterate() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp65 int errCode = E_OK; in InitReadWriteExecutors() local
110 int errCode = InitReadWriteExecutors(); Init() local
134 FindExecutor(bool writable, OperatePerm perm, int &errCode, int waitTime) FindExecutor() argument
161 FindWriteExecutor(OperatePerm perm, int &errCode, int waitTime) FindWriteExecutor() argument
197 FindReadExecutor(OperatePerm perm, int &errCode, int waitTime) FindReadExecutor() argument
440 FetchStorageExecutor(bool isWrite, std::list<StorageExecutor *> &idleList, std::list<StorageExecutor *> &usingList, int &errCode) FetchStorageExecutor() argument
[all...]
H A Dsync_able_engine.cpp49 int errCode = StartSyncer(); in Sync() local
79 int errCode = StartSyncer(); in EraseDeviceWaterMark() local
90 int errCode = E_OK; in StartSyncer() local
111 int errCode in StartSyncerWithNoLock() local
265 int errCode = StartSyncer(); RemoteQuery() local
287 int errCode = StartSyncer(); GetHashDeviceId() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_tag_assets.cpp21 void TagSingleAssetForDownload(AssetOpType flag, Asset &asset, Assets &res, int &errCode) in TagSingleAssetForDownload() argument
86 TagAssetWithNormalStatus(const bool isNormalStatus, AssetOpType flag, Asset &asset, Assets &res, int &errCode) TagAssetWithNormalStatus() argument
96 TagAssetsWithNormalStatus(const bool isNormalStatus, AssetOpType flag, Assets &assets, Assets &res, int &errCode) TagAssetsWithNormalStatus() argument
127 TagAssetWithSameHash(const bool isNormalStatus, Asset &beCoveredAsset, Asset &coveredAsset, Assets &res, int &errCode) TagAssetWithSameHash() argument
137 TagForNotContainsAsset(const std::string &assetFieldName, VBucket &coveredData, VBucket &beCoveredData, bool setNormalStatus, int &errCode) TagForNotContainsAsset() argument
163 TagAssets(const std::string &assetFieldName, VBucket &coveredData, VBucket &beCoveredData, bool setNormalStatus, int &errCode) TagAssets() argument
212 TagCoveredAssetInner(Asset &covered, const Asset &beCovered, const bool setNormalStatus, Assets &res, int &errCode) TagCoveredAssetInner() argument
226 TagAsset(const std::string &assetFieldName, VBucket &coveredData, VBucket &beCoveredData, bool setNormalStatus, int &errCode) TagAsset() argument
298 int errCode = OS::GetCurrentSysTimeInMicrosecond(timestamp); MarkAssetForUpload() local
327 TagAssetsInSingleCol( VBucket &coveredData, VBucket &beCoveredData, const Field &assetField, bool setNormalStatus, int &errCode) TagAssetsInSingleCol() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.cpp159 int errCode = E_OK; in Initialize() local
181 int errCode in GetData() local
217 int errCode = connection_->Close(); DeleteDatabase() local
[all...]
H A Dvirtual_communicator.cpp70 int errCode = TranslateMsg(inMsg, message); in SendMessage() local
218 int errCode = E_OK; in TranslateMsg() local
[all...]
/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp212 int errCode = 0; in HWTEST_F() local
240 int errCode = 0; in HWTEST_F() local
260 int errCode = 0; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_impl.cpp123 int errCode = QueueRequest(EventRequest::ADD_EVENT, eventImpl, timeout); in Add() local
148 int errCode = QueueRequest(EventRequest::REMOVE_EVENT, eventImpl, timeout); in Remove() local
170 int errCode = E_OK; in Run() local
225 int errCode = QueueRequest(type, event, events); Modify() local
238 int errCode = QueueRequest(EventRequest::SET_TIMEOUT, event, time); Modify() local
282 int errCode = event->CheckStatus(); QueueRequest() local
345 int errCode = E_OK; AddEventObject() local
371 int errCode = E_OK; RemoveEventObject() local
396 int errCode = E_OK; ModifyEventObject() local
477 int errCode = E_OK; ProcessRequest() local
539 int errCode = event->Dispatch(); DispatchAll() local
563 int errCode = Exit(polling); CleanLoop() local
[all...]
H A Devent_impl.cpp124 int errCode = loop->Modify(this, true, events); in AddEvents() local
155 int errCode = loop->Modify(this, false, events); in RemoveEvents() local
180 int errCode = loop->Modify(this, timeout); in SetTimeout() local
200 int errCode = loop->Remove(this); Detach() local
356 int errCode = E_OK; Dispatch() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp54 int errCode = OS::GetCurrentSysTimeInMicrosecond(curTime); in Initialize() local
170 int errCode = TriggerLabelExchangeAckEvent(inTarget, inSequenceId); in ReceiveLabelExchange() local
231 int errCode = context->SetTimer(static_cast<int>(inCountDown), [inAction](TimerId inTimerId)->int{ in SuspendByOnceTimer() local
268 int errCode = RuntimeContext::GetInstance()->ScheduleTask([this, inTarget]() { DetectDistinctValueChange() local
332 int errCode = E_OK; TriggerLabelExchangeAckEvent() local
398 int errCode = aggregator_->ScheduleSendTask(toTarget, inBuff, FrameType::COMMUNICATION_LABEL_EXCHANGE, config); SendLabelExchange() local
456 int errCode = aggregator_->ScheduleSendTask(toTarget, inBuff, FrameType::COMMUNICATION_LABEL_EXCHANGE_ACK, config); SendLabelExchangeAck() local
[all...]
H A Ddb_status_adapter.cpp110 int errCode = RuntimeContext::GetInstance()->ScheduleTask([triggerLocal, remoteDBInfos, remote, local]() { in SetDBStatusChangeCallback() local
125 int errCode = RuntimeContext::GetInstance()->ScheduleTask([this, devInfos, dbInfos]() { in NotifyDBInfos() local
200 int errCode = RuntimeContext::GetInstance()->ScheduleTask([this, dev]() { in SetRemoteOptimizeCommunication() local
327 int errCode = RuntimeContext::GetInstance()->GetCommunicatorAggregator(communicatorAggregator); GetLocalDeviceId() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp206 int errCode = TransferGrdErrno(GRD_KVGetSize(resultSet, &keyLen, &valueLen)); in RdKvFetch() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_thread_pool_test.cpp103 int errCode = RuntimeContext::GetInstance()->ScheduleTask([]() { in CallScheduleTaskOnce() local
138 int errCode = RuntimeContext::GetInstance()->SetTimer(timeOut, [&timerCount](TimerId timerId) { in SetTimer() local
154 int errCode = RuntimeContext::GetInstance()->SetTimer(ONE_HUNDRED_MILLISECONDS, [&timerCount](TimerId timerId) { in SetTimer() local
415 int errCode = RuntimeContext::GetInstance()->SetTimer(1, [&dataMutex, &removeSet, &checkSet](TimerId timerId) { in HWTEST_F() local
450 int errCode = RuntimeContext::GetInstance()->ScheduleTask([&finishedTaskCount, &dataMutex, &cv]() { in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp33 int errCode = RDSQLiteUtils::CreateDataBase(path, 0, db); in CreateDatabase() local
79 int errCode = GetDataByKey("grd_meta", dbConfigKey, dbConfigVal); GetDBConfig() local
116 int errCode = RDSQLiteUtils::ExecSql( PutData() local
145 int errCode = RDSQLiteUtils::ExecSql( InsertData() local
172 int errCode = RDSQLiteUtils::ExecSql( GetDataByKey() local
199 int errCode = RDSQLiteUtils::ExecSql( GetDataById() local
253 int errCode = RDSQLiteUtils::ExecSql( GetDataByFilter() local
297 int errCode = 0; DelData() local
326 int errCode = E_OK; CreateCollection() local
359 int errCode = E_OK; DropCollection() local
371 int errCode = RDSQLiteUtils::ExecSql(dbHandle_, sql); DropCollection() local
378 IsCollectionExists(const std::string &name, int &errCode) IsCollectionExists() argument
[all...]

Completed in 16 milliseconds

1...<<21222324252627282930>>...56