| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
| H A D | table_info.cpp | 495 int errCode = -E_RELATIONAL_TABLE_EQUAL; in CompareWithTableFields() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
| H A D | kv_store_nb_delegate_impl.cpp | 108 int errCode = conn_->GetResultSet(option, keyPrefix, kvDbResultSet); in GetEntries() local 130 int errCode = conn_->GetEntries(option, query, entries); in GetEntries() local 156 int errCode in GetEntries() local 182 int errCode = conn_->GetCount(option, query, count); GetCount() local 227 int errCode = conn_->PutBatch(option, entries); PutBatch() local 249 int errCode = conn_->DeleteBatch(option, keys); DeleteBatch() local 303 int errCode = conn_->Pragma(PRAGMA_PUBLISH_LOCAL, static_cast<PragmaData>(&publishInfo)); PublishLocal() local 323 int errCode = conn_->Pragma(PRAGMA_UNPUBLISH_SYNC, static_cast<PragmaData>(&unpublishInfo)); UnpublishToLocal() local 343 int errCode = conn_->PutBatch(option, entries); PutLocalBatch() local 359 int errCode = conn_->DeleteBatch(option, keys); DeleteLocalBatch() local 410 int errCode = E_OK; RegisterDeviceObserver() local 458 int errCode = conn_->RegisterObserverAction(observer, action); RegisterCloudObserver() local 497 int errCode = conn_->UnRegisterObserver(observerHandle); UnRegisterDeviceObserver() local 514 int errCode = conn_->UnRegisterObserverAction(observer); UnRegisterCloudObserver() local 532 int errCode = conn_->Pragma(PRAGMA_RM_DEVICE_DATA, RemoveDeviceData() local 562 int errCode = conn_->Pragma(PRAGMA_SYNC_DEVICES, &pragmaData); Sync() local 596 int errCode = conn_->Pragma(PRAGMA_SYNC_DEVICES, &pragmaData); Sync() local 633 int errCode = E_OK; Sync() local 666 int errCode = conn_->Pragma(PRAGMA_CANCEL_SYNC_DEVICES, &tempSyncId); CancelSync() local 681 int errCode = -E_NOT_SUPPORT; Pragma() local 707 int errCode; SetConflictNotifier() local 748 int errCode = conn_->Rekey(password); Rekey() local 782 int errCode = conn_->Export(canonicalUrl, passwd); Export() local 812 int errCode = conn_->Import(canonicalUrl, passwd); Import() local 829 int errCode = conn_->StartTransaction(); StartTransaction() local 843 int errCode = conn_->Commit(); Commit() local 857 int errCode = conn_->RollBack(); Rollback() local 872 int errCode = KvDBManager::ReleaseDatabaseConnection(conn_); Close() local 909 int errCode = conn_->Pragma(PRAGMA_REMOTE_PUSH_FINISHED_NOTIFY, reinterpret_cast<void *>(¬ify)); SetRemotePushFinishedNotify() local 923 int errCode = conn_->Get(option, key, value); GetInner() local 942 int errCode = conn_->GetEntries(option, keyPrefix, entries); GetEntriesInner() local 962 int errCode = conn_->Put(option, key, value); PutInner() local 981 int errCode = conn_->Delete(option, key); DeleteInner() local 1012 int errCode = conn_->Pragma(PRAGMA_ADD_EQUAL_IDENTIFIER, reinterpret_cast<void *>(&pragma)); SetEqualIdentifier() local 1028 int errCode = conn_->Pragma(PRAGMA_INTERCEPT_SYNC_DATA, static_cast<void *>(¬ify)); SetPushDataInterceptor() local 1051 int errCode = conn_->Pragma(PRAGMA_SUBSCRIBE_QUERY, &pragmaData); SubscribeRemoteQuery() local 1075 int errCode = conn_->Pragma(PRAGMA_SUBSCRIBE_QUERY, &pragmaData); UnSubscribeRemoteQuery() local 1091 int errCode = conn_->Pragma(PRAGMA_RM_DEVICE_DATA, RemoveDeviceData() local 1107 int errCode = conn_->GetKeys(option, keyPrefix, keys); GetKeys() local 1126 int errCode = conn_->GetSyncDataSize(device, size); GetSyncDataSize() local 1144 int errCode = conn_->UpdateKey(callback); UpdateKey() local 1166 int errCode = conn_->GetWatermarkInfo(device, res.second); GetWatermarkInfo() local 1213 int errCode = conn_->RemoveDeviceData(device, mode); RemoveDeviceData() local 1232 int errCode = conn_->RemoveDeviceData(device, user, mode); RemoveDeviceData() local 1272 int errCode = conn_->GetCloudVersion(device, res.second); GetCloudVersion() local 1291 int errCode = conn_->SetReceiveDataInterceptor(interceptor); SetReceiveDataInterceptor() local 1308 int errCode = conn_->SetCloudSyncConfig(config); SetCloudSyncConfig() local 1322 int errCode = conn_->GetEntries(device, entries); GetDeviceEntries() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
| H A D | multi_ver_natural_store.cpp | 74 int errCode = DBCommon::CalcValueHash(vect, hashVect); in CalcFileBlockCheckSum() local 96 int errCode = DBCommon::CalcValueHash(vect, hashVect); in CheckFileBlock() local 115 int errCode = memset_s(block.reserved, sizeof(block.reserved), 0, sizeof(block.reserved)); in CreateNewVersionFile() local 159 int errCode = CheckFileBlock(block); ChangeVersionFile() local 200 int errCode = E_OK; GetVersionAndTag() local 288 int errCode = DBCommon::CreateStoreDirectory(dataDir, identifierDir, DBConstant::MULTI_SUB_DIR, isNeedCreate); InitStorages() local 341 int errCode = multiVerData_->CheckVersion(multiVerProp, isDataStorageExist); CheckSubStorageVersion() local 364 int errCode = E_OK; CreateStorages() local 391 int errCode = operation->RekeyRecover(kvDBProp); ClearTempFile() local 408 int errCode = CreateStorages(); Open() local 457 NewConnection(int &errCode) NewConnection() argument 524 int errCode = E_OK; GetMetaData() local 539 int errCode = E_OK; PutMetaData() local 563 int errCode = E_OK; IsCommitExisted() local 576 int errCode = E_OK; GetDeviceLatestCommit() local 590 int errCode = E_OK; GetCommitTree() local 603 int errCode = E_OK; GetCommitData() local 621 int errCode = kvEntry->DeSerialData(data); CreateKvEntry() local 640 int errCode = E_OK; IsValueSliceExisted() local 653 int errCode = E_OK; GetValueSlice() local 666 int errCode = E_OK; PutValueSlice() local 680 int errCode = E_OK; PutCommitData() local 694 int errCode = E_OK; MergeSyncCommit() local 747 int errCode = multiVerEngine_->TryToDisable(false, OperatePerm::REKEY_MONOPOLIZE_PERM); Rekey() local 778 int errCode = GetLocalIdentity(localDev); Export() local 804 int errCode = GetLocalIdentity(localDev); Import() local 838 int errCode = E_OK; GetDiffEntries() local 857 int errCode = multiVerData_->StartWrite(KvDataType::KV_DATA_SYNC_P2P, transaction); RecoverFromException() local 885 int errCode = transaction->GetMaxVersion(MultiVerDataType::NATIVE_TYPE, maxLocalVersion); CompareVerDataAndLog() local 930 GetHandle(bool isWrite, int &errCode, bool isTrimming, OperatePerm perm) const GetHandle() argument 984 int errCode = InitStorageContextVersion(isChangeTag); InitStorageContext() local 999 int errCode = GetVersionFilePath(MyProp(), verFilePath); InitStorageContextVersion() local 1103 int errCode = KvDBUtils::GetKvDbSize(storeDir, storeOnlyDir, storageName, dbSize); GetKvDBSize() local 1128 int errCode = CheckOverallVersionViaVersionFile(kvDBProp, isVerFileExist); CheckVersion() local 1147 int errCode = GetVersionFilePath(kvDBProp, verFilePath); CheckOverallVersionViaVersionFile() local 1178 int errCode = GetWorkDir(kvDBProp, verFiledir); GetVersionFilePath() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
| H A D | meta_data.cpp | 57 int errCode = GetMetadataFromDb(key, timeOffset); in Initialize() local 143 int errCode = SetMetadataToDb(localTimeOffsetValue, timeOffsetValue); in SaveLocalTimeOffset() local 181 int errCode = SavePeerWaterMark(deviceId, 0, isNeedHash); EraseDeviceWaterMark() local 206 int errCode = SerializeMetaData(inValue, value); SaveMetaDataValue() local 315 int errCode = GetAllMetadataKey(metaDataKeys); LoadAllMetadata() local 347 int errCode = GetMetadataFromDb(key, value); LoadDeviceIdDataToMap() local 380 int errCode = querySyncWaterMarkHelper_.GetQueryWaterMark(queryIdentify, deviceId, queryWaterMark); GetRecvQueryWaterMark() local 400 int errCode = querySyncWaterMarkHelper_.GetQueryWaterMark(queryIdentify, deviceId, queryWaterMark); GetSendQueryWaterMark() local 423 int errCode = querySyncWaterMarkHelper_.GetQueryWaterMark(queryIdentify, deviceId, queryWaterMark); GetLastQueryTime() local 440 int errCode = querySyncWaterMarkHelper_.GetDeleteSyncWaterMark(deviceId, deleteWaterMark); GetSendDeleteSyncWaterMark() local 462 int errCode = querySyncWaterMarkHelper_.GetDeleteSyncWaterMark(deviceId, deleteWaterMark); GetRecvDeleteSyncWaterMark() local 552 int errCode = GetMetadataFromDb(key, value); GetQueryLastTimestamp() local 602 int errCode = SetMetadataToDb(key, value); SaveClientId() local 619 int errCode = GetMetadataFromDb(key, value); GetHashDeviceId() local 652 int errCode = LoadDeviceIdDataToMap(devKey); GetWaterMarkInfoFromDB() local 686 int errCode = E_OK; ClearAllMetaDataValue() local 804 int errCode = SaveMetaDataValue(deviceId, metadata); SetRemoteSchemaVersion() local 879 int errCode = GetMetadataFromDb(key, value); GetLocalMetaData() local [all...] |
| H A D | sync_engine.cpp | 75 int errCode = StartAutoSubscribeTimer(*syncInterface); in Initialize() local 167 int errCode in AddSyncOperation() local 213 int errCode = communicator_->RegOnConnectCallback( StartCommunicator() local 248 int errCode = E_OK; InitInnerSource() local 278 int errCode = RuntimeContext::GetInstance()->GetCommunicatorAggregator(communicatorAggregator); InitComunicator() local 324 int errCode = E_OK; AddSyncOperForContext() local 358 int errCode = context->ReceiveMessageCallback(inMsg); MessageReciveCallbackTask() local 403 int errCode = E_OK; DealMsgUtilQueueEmpty() local 436 GetContextForMsg(const std::string &targetDev, int &errCode) GetContextForMsg() argument 476 int errCode = E_OK; ScheduleDealMsg() local 495 int errCode = MessageReciveCallbackInner(targetDev, inMsg); MessageReciveCallback() local 543 int errCode = E_OK; MessageReciveCallbackInner() local 625 GetSyncTaskContext(const std::string &deviceId, int &errCode) GetSyncTaskContext() argument 672 int errCode = context->GetNextTarget(timeout); ExecSyncTask() local 760 int errCode = E_OK; SetEqualIdentifier() local 897 AllocCommunicator(const std::string &identifier, int &errCode) AllocCommunicator() argument 957 int errCode = RuntimeContext::GetInstance()->GetCommunicatorAggregator(communicatorAggregator); ReleaseCommunicators() local 1109 int errCode = executor->RemoteQuery(device, condition, timeout, connectionId, result); RemoteQuery() local 1169 int errCode = communicator->GetLocalIdentity(deviceId); GetLocalDeviceId() local 1211 int errCode = E_OK; HandleRemoteExecutorMsg() local 1235 int errCode = storage->AddSubscribe(query.GetIdentify(), query, true); AddQuerySubscribe() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| H A D | distributeddb_cloud_kvstore_test.cpp | 580 int errCode = E_OK; in SetFlag() local 607 int errCode = sqlite3_open_v2(fileUrl.c_str(), &db_, openFlag, nullptr); CheckFlag() local 652 int errCode = sqlite3_open_v2(fileUrl.c_str(), &db_, flag, nullptr); CheckWaterMark() local 701 int errCode = E_OK; SetDeviceId() local 734 int errCode = sqlite3_open_v2(fileUrl.c_str(), &db_, flag, nullptr); CheckLogTable() local 776 int errCode = sqlite3_open_v2(fileUrl.c_str(), &db_, flag, nullptr); ChangeUserId() local 815 int errCode = sqlite3_open_v2(fileUrl.c_str(), &db_, flag, nullptr); ChangeHashKey() local [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
| H A D | napi_rdb_store.cpp | 989 int errCode = rdbStoreProxy->rdbStore_->BeginTransaction(); BeginTransaction() local 1001 int errCode = rdbStoreProxy->rdbStore_->RollBack(); RollBack() local 1013 int errCode = rdbStoreProxy->rdbStore_->Commit(); Commit() local 1244 int errCode = rdbStore_->Subscribe(option, observer.get()); OnDataChangeEvent() local [all...] |
| H A D | napi_rdb_predicates.cpp | 800 int errCode = nativePredicates->GetJoinCount(); in GetJoinCount() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
| H A D | relational_store_ffi.cpp | 29 FfiOHOSRelationalStoreGetRdbStore(OHOS::AbilityRuntime::Context* context, StoreConfig config, int32_t *errCode) FfiOHOSRelationalStoreGetRdbStore() argument 35 FfiOHOSRelationalStoreDeleteRdbStore(OHOS::AbilityRuntime::Context* context, const char* name, int32_t *errCode) FfiOHOSRelationalStoreDeleteRdbStore() argument 41 FfiOHOSRelationalStoreDeleteRdbStoreConfig(OHOS::AbilityRuntime::Context* context, StoreConfig config, int32_t *errCode) FfiOHOSRelationalStoreDeleteRdbStoreConfig() argument 357 FfiOHOSRelationalStoreQuery(int64_t id, int64_t predicatesId, char** columns, int64_t columnsSize, int32_t *errCode) FfiOHOSRelationalStoreQuery() argument 407 FfiOHOSRelationalStoreDelete(int64_t id, int64_t predicatesId, int32_t *errCode) FfiOHOSRelationalStoreDelete() argument 505 FfiOHOSRelationalStoreInsert(int64_t id, const char* table, ValuesBucket valuesBucket, int32_t conflict, int32_t *errCode) FfiOHOSRelationalStoreInsert() argument 516 FfiOHOSRelationalStoreUpdate(int64_t id, ValuesBucket valuesBucket, int64_t predicatesId, NativeRdb::ConflictResolution conflictResolution, int32_t *errCode) FfiOHOSRelationalStoreUpdate() argument 528 FfiOHOSRelationalStoreExecuteSql(int64_t id, const char* sql, int32_t *errCode) FfiOHOSRelationalStoreExecuteSql() argument 538 FfiOHOSRelationalStoreSync(int64_t id, int32_t mode, int64_t predicatesId, int32_t *errCode) FfiOHOSRelationalStoreSync() argument 558 FfiOHOSRelationalStoreGetColumnCount(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreGetColumnCount() argument 568 FfiOHOSRelationalStoreGetRowCount(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreGetRowCount() argument 578 FfiOHOSRelationalStoreGetRowIndex(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreGetRowIndex() argument 588 FfiOHOSRelationalStoreIsAtFirstRow(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreIsAtFirstRow() argument 599 FfiOHOSRelationalStoreIsAtLastRow(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreIsAtLastRow() argument 610 FfiOHOSRelationalStoreIsEnded(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreIsEnded() argument 621 FfiOHOSRelationalStoreIsStarted(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreIsStarted() argument 632 FfiOHOSRelationalStoreIsClosed(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreIsClosed() argument 803 FfiOHOSRelationalStoreGetRow(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreGetRow() argument 832 FfiOHOSRelationalStoreQuerySql(int64_t id, const char *sql, ValueType *bindArgs, int64_t size, int32_t* errCode) FfiOHOSRelationalStoreQuerySql() argument 855 FfiOHOSRelationalStoreExecuteSqlBindArgs(int64_t id, char* sql, ValueType* bindArgs, int64_t bindArgsSize, int32_t *errCode) FfiOHOSRelationalStoreExecuteSqlBindArgs() argument 976 FfiOHOSRelationalStoreGetVersion(int64_t id, int32_t *errCode) FfiOHOSRelationalStoreGetVersion() argument 986 FfiOHOSRelationalStoreSetVersion(int64_t id, int32_t value, int32_t *errCode) FfiOHOSRelationalStoreSetVersion() argument 996 FfiOHOSRelationalStoreGetModifyTime(int64_t id, char *cTable, char* cColumnName, CArrPRIKeyType cPrimaryKeys, int32_t *errCode) FfiOHOSRelationalStoreGetModifyTime() argument [all...] |
| H A D | relational_store_impl_rdbstore.cpp | 136 int32_t errCode; in RemoteQuery() local 153 int RdbStoreImpl::Delete(RdbPredicatesImpl &predicates, int32_t *errCode) in Delete() argument 216 int errCode = RelationalStoreJsKit::E_INNER_ERROR; in ObtainDistributedTableName() local 226 int64_t RdbStoreImpl::Insert(const char* table, ValuesBucket valuesBucket, int32_t conflict, int32_t *errCode) in Insert() argument 142 Update(ValuesBucket valuesBucket, RdbPredicatesImpl &predicates, NativeRdb::ConflictResolution conflictResolution, int32_t *errCode) Update() argument 236 ExecuteSql(const char* sql, int32_t *errCode) ExecuteSql() argument 299 ExecuteSql(const char* sql, ValueType* bindArgs, int64_t bindArgsSize, int32_t *errCode) ExecuteSql() argument 358 int32_t errCode = rdbStore_->Subscribe(option, localObserver.get()); RegisteredObserver() local 377 int32_t errCode = NativeRdb::E_OK; RegisterObserverArrStr() local 397 int32_t errCode = NativeRdb::E_OK; RegisterObserverChangeInfo() local 413 int errCode = rdbStore_->RegisterAutoSyncCallback(observer); RegisterObserverProgressDetails() local 446 int errCode = rdbStore_->UnSubscribe(option, it->get()); UnRegisteredObserver() local 482 int errCode = rdbStore_->UnSubscribe(option, nullptr); UnRegisteredAllObserver() local 506 int errCode = NativeRdb::E_OK; UnRegisterObserverArrStrChangeInfo() local 531 int errCode = NativeRdb::E_OK; UnRegisterObserverArrStrChangeInfoAll() local 557 int32_t errCode = rdbStore_->UnregisterAutoSyncCallback(*it); UnRegisterObserverProgressDetails() local 573 int32_t errCode = rdbStore_->UnregisterAutoSyncCallback(*it); UnRegisterObserverProgressDetailsAll() local 591 int32_t errCode = rdbStore_->Sync(option, arr, async); CloudSync() local 595 GetVersion(int32_t& errCode) GetVersion() argument 602 SetVersion(int32_t value, int32_t &errCode) SetVersion() argument 607 GetModifyTime(char *cTables, char *cColumnName, CArrPRIKeyType &cPrimaryKeys, int32_t& errCode) GetModifyTime() argument 650 int errCode = abilitycontext->GetSystemDatabaseDir(rdbConfig.dataGroupId, groupDir); GetRealPath() local 712 GetRdbStore(OHOS::AbilityRuntime::Context* context, StoreConfig config, int32_t *errCode) GetRdbStore() argument 740 DeleteRdbStore(OHOS::AbilityRuntime::Context* context, const char* name, int32_t *errCode) DeleteRdbStore() argument 757 DeleteRdbStoreConfig(OHOS::AbilityRuntime::Context* context, StoreConfig config, int32_t *errCode) DeleteRdbStoreConfig() argument [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | rdb_store.cpp | 221 Query(int &errCode, bool distinct, const std::string &table, const Fields &columns, const std::string &whereClause, const Values &args, const std::string &groupBy, const std::string &indexName, const std::string &orderBy, const int &limit, const int &offset) Query() argument 271 RemoteQuery(const std::string &device, const AbsRdbPredicates &predicates, const Fields &columns, int &errCode) RemoteQuery() argument 442 ObtainDistributedTableName(const std::string &device, const std::string &table, int &errCode) ObtainDistributedTableName() argument [all...] |
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| H A D | file_fs_impl.cpp | 430 std::error_code errCode; in RmDirectory() local 499 std::error_code errCode; in RemovePath() local 515 std::error_code errCode; in RenameDir() local 548 std::error_code errCode; CopyAndDeleteFile() local 575 std::error_code errCode; RenameFile() local [all...] |
| /foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
| H A D | service.cpp | 888 int32_t errCode in GetFileHandle() local 760 ServiceResultReport(const std::string restoreRetInfo, BackupRestoreScenario sennario, ErrCode errCode) ServiceResultReport() argument 793 SAResultReport(const std::string bundleName, const std::string restoreRetInfo, const ErrCode errCode, const BackupRestoreScenario sennario) SAResultReport() argument 920 int32_t errCode = BError(BError::Codes::EXT_ABILITY_DIED).GetCode(); OnBackupExtensionDied() local 1014 int32_t errCode = 0; ExtStart() local 1099 NoticeClientFinish(const string &bundleName, ErrCode errCode) NoticeClientFinish() argument 1227 OnAllBundlesFinished(ErrCode errCode) OnAllBundlesFinished() argument [all...] |
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| H A D | copy.cpp | 191 bool Copy::IsDirectory(const std::string &path, int &errCode) in IsDirectory() argument 204 bool Copy::IsFile(const std::string &path, int &errCode) in IsFile() argument 237 std::error_code errCode; in CheckOrCreatePath() local 280 std::error_code errCode; MakeDir() local 290 std::error_code errCode; CopySubDir() local 446 int errCode = 0; ExecLocal() local 490 auto errCode = errno; SubscribeLocalListener() local 836 int errCode = 0; ExecCopy() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
| H A D | avdtp.h | 179 uint8_t errCode; // error code member 198 uint8_t errCode; // error code member 216 uint8_t errCode; // Zero if operation succeeded;otherwise failed member [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
| H A D | avdtp_api.c | 423 uint16_t AVDT_GetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap) in AVDT_GetCapRsp() argument 457 uint16_t AvdtGetCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap) in AvdtGetCapRsp() argument 564 uint16_t AVDT_GetAllCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap) in AVDT_GetAllCapRsp() argument 324 AVDT_DiscoverRsp( const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepInfo *sepInfo, uint8_t numSeps) AVDT_DiscoverRsp() argument 598 AvdtGetAllCapRsp(const BtAddr *bdAddr, uint8_t transLabel, uint8_t errCode, AvdtSepConfig *sepCap) AvdtGetAllCapRsp() argument 695 AVDT_DelayRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode) AVDT_DelayRsp() argument 728 AvdtDelayRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode) AvdtDelayRsp() argument 834 AVDT_OpenRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode) AVDT_OpenRsp() argument 1145 AVDT_StartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode) AVDT_StartRsp() argument 1183 AvdtStartRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode) AvdtStartRsp() argument 1297 AVDT_SuspendRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode) AVDT_SuspendRsp() argument 1331 AvdtSuspendRsp(uint16_t firstHandle, uint8_t transLabel, uint16_t firstFailHandle, uint8_t errCode) AvdtSuspendRsp() argument 1437 AVDT_CloseRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode) AVDT_CloseRsp() argument 1470 AvdtCloseRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode) AvdtCloseRsp() argument 1572 AVDT_AbortRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode) AVDT_AbortRsp() argument 1605 AvdtAbortRsp(uint16_t handle, uint8_t transLabel, uint8_t errCode) AvdtAbortRsp() argument 1874 AVDT_ConnectRsp(const BtAddr *bdAddr, uint8_t errCode) AVDT_ConnectRsp() argument 2025 AVDT_DisconnectRsp(const BtAddr *bdAddr, uint8_t errCode) AVDT_DisconnectRsp() argument [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
| H A D | mount_manager.cpp | 614 std::error_code errCode; in MountCryptoPathAgain() local 957 std::error_code errCode; in ClearRedundantResources() local
|
| /foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
| H A D | js_file_access_ext_ability.cpp | 327 auto errCode = CallJsMethod("openFile", jsRuntime_, jsObj_.get(), argParser, retParser); in OpenFile() local 378 auto errCode = CallJsMethod("createFile", jsRuntime_, jsObj_.get(), argParser, retParser); in CreateFile() local 431 auto errCode = CallJsMethod("mkdir", jsRuntime_, jsObj_.get(), argParser, retParser); in Mkdir() local 480 auto errCode = CallJsMethod("delete", jsRuntime_, jsObj_.get(), argParser, retParser); Delete() local 527 auto errCode = CallJsMethod("move", jsRuntime_, jsObj_.get(), argParser, retParser); Move() local 581 napi_value errCode = nullptr; GetResultByJs() local 675 auto errCode = CallJsMethod("copy", jsRuntime_, jsObj_.get(), argParser, retParser); Copy() local 726 auto errCode = CallJsMethod("copyFileByFileName", jsRuntime_, jsObj_.get(), argParser, retParser); CopyFile() local 779 auto errCode = CallJsMethod("rename", jsRuntime_, jsObj_.get(), argParser, retParser); Rename() local 1033 auto errCode = CallJsMethod("getFileInfoNum", jsRuntime_, jsObj_.get(), argParser, retParser); GetFileInfoNum() local 1127 auto errCode = CallJsMethod("listFile", jsRuntime_, jsObj_.get(), argParser, retParser); ListFile() local 1174 auto errCode = CallJsMethod("scanFile", jsRuntime_, jsObj_.get(), argParser, retParser); ScanFile() local 1279 auto errCode = CallJsMethod("getRoots", jsRuntime_, jsObj_.get(), argParser, retParser); GetRoots() local 1329 auto errCode = CallJsMethod("access", jsRuntime_, jsObj_.get(), argParser, retParser); Access() local 1427 auto errCode = CallJsMethod("query", jsRuntime_, jsObj_.get(), argParser, retParser); Query() local 1484 auto errCode = CallJsMethod("getFileInfoFromUri", jsRuntime_, jsObj_.get(), argParser, retParser); GetFileInfoFromUri() local 1535 auto errCode = CallJsMethod("getFileInfoFromRelativePath", jsRuntime_, jsObj_.get(), argParser, retParser); GetFileInfoFromRelativePath() local 1626 auto errCode = CallJsMethod("startWatcher", jsRuntime_, jsObj_.get(), argParser, retParser); StartWatcher() local 1671 auto errCode = CallJsMethod("stopWatcher", jsRuntime_, jsObj_.get(), argParser, retParser); StopWatcher() local 1902 auto errCode = CallJsMethod("moveItem", jsRuntime_, jsObj_.get(), argParser, retParser); MoveItem() local 1951 auto errCode = CallJsMethod("moveFile", jsRuntime_, jsObj_.get(), argParser, retParser); MoveFile() local [all...] |
| H A D | file_access_helper.cpp | 554 static int TranslateResult(int errCode, Result &result) in TranslateResult() argument 585 static int GetResult(const std::string &sourceUri, const std::string &destUri, int errCode, in GetResult() argument [all...] |
| /foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
| H A D | screen_session_manager_stub.cpp | 362 DmErrorCode errCode = DmErrorCode::DM_OK; in OnRemoteRequest() local 888 DmErrorCode errCode = DmErrorCode::DM_OK; in ProcGetSnapshotByPicker() local
|
| /foundation/window/window_manager/window_scene/session/host/src/zidl/ |
| H A D | session_stub.cpp | 229 WSError errCode = UpdateWindowAnimationFlag(isNeedWindowAnimationFlag); in HandleSetWindowAnimationFlag() local 253 const WSError errCode = Foreground(property, true, identityToken); in HandleForeground() local 267 const WSError errCode = Background(true, identityToken); in HandleBackground() local 281 WSError errCode = Disconnect(true, identityToken); in HandleDisconnect() local 299 WSError errCode = Show(property); in HandleShow() local 307 WSError errCode = Hide(); HandleHide() local 353 WSError errCode = Connect(sessionStage, eventChannel, surfaceNode, systemConfig, property, token, HandleConnect() local 399 const WSError errCode = DrawingCompleted(); HandleDrawingCompleted() local 412 WSError errCode = OnSessionEvent(static_cast<SessionEvent>(eventId)); HandleSessionEvent() local 421 WSError errCode = OnSystemSessionEvent(static_cast<SessionEvent>(eventId)); HandleSystemSessionEvent() local 430 WSError errCode = OnLayoutFullScreenChange(isLayoutFullScreen); HandleLayoutFullScreenChange() local 437 WSError errCode = OnRestoreMainWindow(); HandleRestoreMainWindow() local 456 WSError errCode = OnTitleAndDockHoverShowChange(isTitleHoverShown, isDockHoverShown); HandleTitleAndDockHoverShowChange() local 483 WSError errCode = TerminateSession(abilitySessionInfo); HandleTerminateSession() local 522 WSError errCode = NotifySessionException(abilitySessionInfo); HandleSessionException() local 556 WSError errCode = ChangeSessionVisibilityWithStatusBar(abilitySessionInfo, visible); HandleChangeSessionVisibilityWithStatusBar() local 618 WSError errCode = PendingSessionActivation(abilitySessionInfo); HandlePendingSessionActivation() local 654 WSError errCode = UpdateSessionRect(rect, reason, isGlobal); HandleUpdateSessionRect() local 672 WSError errCode = UpdateClientRect(rect); HandleUpdateClientRect() local 680 WSError errCode = RaiseToAppTop(); HandleRaiseToAppTop() local 693 WSError errCode = RaiseAboveTarget(subWindowId); HandleRaiseAboveTarget() local 701 WSError errCode = RaiseAppMainWindowToTop(); HandleRaiseAppMainWindowToTop() local 714 WSError errCode = RequestSessionBack(needMoveToBackground); HandleBackPressed() local 727 WSError errCode = MarkProcessed(eventId); HandleMarkProcessed() local 739 WSError errCode = SetGlobalMaximizeMode(static_cast<MaximizeMode>(mode)); HandleSetGlobalMaximizeMode() local 748 WSError errCode = GetGlobalMaximizeMode(mode); HandleGetGlobalMaximizeMode() local 761 WSError errCode = OnNeedAvoid(status); HandleNeedAvoid() local 785 WSError errCode = GetAllAvoidAreas(avoidAreas); HandleGetAllAvoidAreas() local 804 WSError errCode = SetAspectRatio(ratio); HandleSetAspectRatio() local 813 WSError errCode = UpdateWindowSceneAfterCustomAnimation(isAdd); HandleUpdateWindowSceneAfterCustomAnimation() local 822 const WSError errCode = SetLandscapeMultiWindow(isLandscapeMultiWindow); HandleSetLandscapeMultiWindow() local 840 WSError errCode = TransferAbilityResult(resultCode, *want); HandleTransferAbilityResult() local 853 WSError errCode = TransferExtensionData(*wantParams); HandleTransferExtensionData() local 951 WSError errCode = UpdatePiPRect(rect, static_cast<SizeChangeReason>(reason)); HandleUpdatePiPRect() local 971 WSError errCode = UpdatePiPControlStatus(static_cast<WsPiPControlType>(controlType), HandleUpdatePiPControlStatus() local 988 WSError errCode = SetAutoStartPiP(isAutoStart); HandleSetAutoStartPiP() local 1011 WSError errCode = ProcessPointDownSession(posX, posY); HandleProcessPointDownSession() local 1028 WSError errCode = SendPointEventForMoveDrag(pointerEvent); HandleSendPointerEvenForMoveDrag() local 1036 WSError errCode = GetStartMoveFlag(isMoving); HandleGetStartMoveFlag() local 1045 WSError errCode = UpdateRectChangeListenerRegistered(isRegister); HandleUpdateRectChangeListenerRegistered() local 1214 WSError errCode = OnSessionModalTypeChange(static_cast<SubWindowModalType>(subWindowModalType)); HandleSessionModalTypeChange() local [all...] |
| /foundation/window/window_manager/window_scene/test/dms_unittest/ |
| H A D | screen_session_manager_test.cpp | 1975 int errCode = ssm_->NotifyFoldStatusChanged(dumpParam); in HWTEST_F() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv_bld.cpp | 1103 static void U_CALLCONV initAvailableConvertersList(UErrorCode &errCode) { in initAvailableConvertersList() argument
|
| H A D | ucnv_io.cpp | 232 static void U_CALLCONV initAliasData(UErrorCode &errCode) { in initAliasData() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | plurrule.cpp | 796 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource() argument [all...] |