| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
| H A D | distributeddb_cloud_check_sync_test.cpp | 138 BlockCompensatedSync(const Query &query, RelationalStoreDelegate *delegate, DBStatus expectResult, const std::function<void(const std::map<std::string, SyncProcess> &syncProcess)> &processCallback) BlockCompensatedSync() argument 475 CheckSyncProcess( std::vector<std::map<std::string, SyncProcess>> &actualSyncProcess, vector<SyncProcess> &expectSyncProcessV) CheckSyncProcess() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
| H A D | distributed_kv_store_impl.cpp | 543 MapToCStringNum(const std::map<std::string, DistributedKv::Status>& results) MapToCStringNum() argument 1284 SyncObserver(void (*callbackId)(const CStringNum), const std::function<void(std::map<std::string, DistributedKv::Status>)>& callbackRef) SyncObserver() argument 1294 SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) SyncCompleted() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 661 UpdateSharedTable( const std::map<std::string, std::vector<Field>> &updateTableNames) UpdateSharedTable() argument 695 AlterTableName(const std::map<std::string, std::string> &tableNames) AlterTableName() argument 789 GetReferenceGid(const std::string &tableName, const CloudSyncBatch &syncBatch, const std::map<std::string, std::vector<TableReferenceProperty>> &tableReference, std::map<int64_t, Entries> &referenceGid) GetReferenceGid() argument [all...] |
| H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 110 GetInfoByStatement(sqlite3_stmt *statement, const std::vector<Field> &assetFields, const std::map<std::string, Field> &pkMap, DataInfoWithLog &dataInfoWithLog, VBucket &assetInfo) GetInfoByStatement() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
| H A D | distributeddb_tools_unit_test.cpp | 1484 DeleteRecord(sqlite3 *db, const std::string &tableName, const std::vector<std::map<std::string, std::string>> &conditions) DeleteRecord() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
| H A D | object_manager.cpp | 111 void ObjectStoreManager::ProcessSyncCallback(const std::map<std::string, int32_t> &results, const std::string &appId,
in ProcessSyncCallback() argument 462 ComputeStatus(const std::string& objectKey, const SaveInfo& saveInfo, const std::map<std::string, ObjectRecord>& data) ComputeStatus() argument 488 NotifyDataChanged(const std::map<std::string, ObjectRecord>& data, const SaveInfo& saveInfo) NotifyDataChanged() argument 499 WaitAssets(const std::string& objectKey, const SaveInfo& saveInfo, const std::map<std::string, ObjectRecord>& data) WaitAssets() argument 515 PullAssets(const std::map<std::string, ObjectRecord>& data, const SaveInfo& saveInfo) PullAssets() argument 633 DoNotify(uint32_t tokenId, const CallbackInfo& value, const std::map<std::string, ObjectRecord>& data, bool allReady) DoNotify() argument 748 SyncCompleted( const std::map<std::string, DistributedDB::DBStatus> &results, uint64_t sequenceId) SyncCompleted() argument 1105 Process( uint64_t sequenceId, const std::map<std::string, DistributedDB::DBStatus> &results, std::string &userId) Process() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
| H A D | cloud_storage_utils.cpp | 494 FillAssetsAfterDownload(Assets &assets, Assets &dbAssets, const std::map<std::string, AssetOperationUtils::AssetOpType> &assetOpTypeMap) FillAssetsAfterDownload() argument 530 FillAssetsForUpload(Assets &assets, Assets &dbAssets, const std::map<std::string, AssetOperationUtils::AssetOpType> &assetOpTypeMap) FillAssetsForUpload() argument 556 FillAssetsBeforeUpload(Assets &assets, Assets &dbAssets, const std::map<std::string, AssetOperationUtils::AssetOpType> &assetOpTypeMap) FillAssetsBeforeUpload() argument 581 FillAssetFromVBucketFinish(const AssetOperationUtils::RecordAssetOpType &assetOpType, VBucket &vBucket, VBucket &dbAssets, std::function<int(Asset &, Asset &, AssetOperationUtils::AssetOpType)> fillAsset, std::function<void(Assets &, Assets &, const std::map<std::string, AssetOperationUtils::AssetOpType> &)> fillAssets) FillAssetFromVBucketFinish() argument 928 FillAssetsForUploadFailed(Assets &assets, Assets &dbAssets, const std::map<std::string, AssetOperationUtils::AssetOpType> &assetOpTypeMap) FillAssetsForUploadFailed() argument 960 FillAssetsAfterDownloadFail(Assets &assets, Assets &dbAssets, const std::map<std::string, AssetOperationUtils::AssetOpType> &assetOpTypeMap) FillAssetsAfterDownloadFail() argument 966 MergeAssetWithFillFunc(Assets &assets, Assets &dbAssets, const std::map<std::string, AssetOperationUtils::AssetOpType> &assetOpTypeMap, std::function<int(Asset &, Asset &, AssetOperationUtils::AssetOpType)> fillAsset) MergeAssetWithFillFunc() argument 990 GetHashValueWithPrimaryKeyMap(const VBucket &vBucket, const TableSchema &tableSchema, const TableInfo &localTable, const std::map<std::string, Field> &pkMap, bool allowEmpty) GetHashValueWithPrimaryKeyMap() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_storage_executor.cpp | 579 GetFullDataStatement(sqlite3 *db, const std::pair<Timestamp, Timestamp> &timeRange, sqlite3_stmt *&stmt) GetFullDataStatement() argument 602 GetQueryDataStatement(sqlite3 *db, QueryObject query, const std::pair<Timestamp, Timestamp> &timeRange, sqlite3_stmt *&stmt) GetQueryDataStatement() argument 623 GetSyncDataWithQuery(const QueryObject &query, size_t appendLength, const DataSizeSpecInfo &dataSizeInfo, const std::pair<Timestamp, Timestamp> &timeRange, std::vector<DataItem> &dataItems) const GetSyncDataWithQuery() argument [all...] |
| H A D | sqlite_single_ver_natural_store.cpp | 2028 SetCloudDbSchema(const std::map<std::string, DataBaseSchema> &schema) SetCloudDbSchema() argument [all...] |
| H A D | sqlite_single_ver_natural_store_connection.cpp | 1865 SetCloudDbSchema(const std::map<std::string, DataBaseSchema> &schema) SetCloudDbSchema() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 493 CheckData(const std::map<std::string, DataValue> &targetMap, const std::string &tableName, const std::vector<FieldInfo> &fieldInfoList) CheckData() argument 508 CheckData(const std::map<std::string, DataValue> &targetMap) CheckData() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
| H A D | cloud_service_impl.cpp | 104 int32_t CloudServiceImpl::EnableCloud(const std::string &id, const std::map<std::string, int32_t> &switches) in EnableCloud() argument 194 DoClean(const CloudInfo &cloudInfo, const std::map<std::string, int32_t> &actions) DoClean() argument 266 Clean(const std::string &id, const std::map<std::string, int32_t> &actions) Clean() argument 1121 ConvertAction(const std::map<std::string, int32_t> &actions) ConvertAction() argument [all...] |
| /foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
| H A D | dm_auth_manager.cpp | 1679 BindTarget(const std::string &pkgName, const PeerTargetId &targetId, const std::map<std::string, std::string> &bindParam) BindTarget() argument 1764 ParseAuthType(const std::map<std::string, std::string> &bindParam, int32_t &authType) ParseAuthType() argument 1788 ParseExtraFromMap(const std::map<std::string, std::string> &bindParam) ParseExtraFromMap() argument [all...] |
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
| H A D | device_manager_impl.cpp | 1651 StartDiscovering(const std::string &pkgName, std::map<std::string, std::string> &discoverParam, const std::map<std::string, std::string> &filterOptions, std::shared_ptr<DiscoveryCallback> callback) StartDiscovering() argument 1731 RegisterDiscoveryCallback(const std::string &pkgName, std::map<std::string, std::string> &discoverParam, const std::map<std::string, std::string> &filterOptions, std::shared_ptr<DiscoveryCallback> callback) RegisterDiscoveryCallback() argument 1949 GetTrustedDeviceList(const std::string &pkgName, const std::map<std::string, std::string> &filterOptions, bool isRefresh, std::vector<DmDeviceInfo> &deviceList) GetTrustedDeviceList() argument 1961 RegisterDevStateCallback(const std::string &pkgName, const std::map<std::string, std::string> &extraParam, std::shared_ptr<DeviceStateCallback> callback) RegisterDevStateCallback() argument [all...] |
| /foundation/distributedhardware/device_manager/services/service/src/ |
| H A D | device_manager_service.cpp | 1229 StartDiscovering(const std::string &pkgName, const std::map<std::string, std::string> &discoverParam, const std::map<std::string, std::string> &filterOptions) StartDiscovering() argument 1248 StopDiscovering(const std::string &pkgName, const std::map<std::string, std::string> &discoverParam) StopDiscovering() argument 1271 EnableDiscoveryListener(const std::string &pkgName, const std::map<std::string, std::string> &discoverParam, const std::map<std::string, std::string> &filterOptions) EnableDiscoveryListener() argument 1288 DisableDiscoveryListener(const std::string &pkgName, const std::map<std::string, std::string> &extraParam) DisableDiscoveryListener() argument 1304 StartAdvertising(const std::string &pkgName, const std::map<std::string, std::string> &advertiseParam) StartAdvertising() argument 1320 StopAdvertising(const std::string &pkgName, const std::map<std::string, std::string> &advertiseParam) StopAdvertising() argument 1343 BindTarget(const std::string &pkgName, const PeerTargetId &targetId, const std::map<std::string, std::string> &bindParam) BindTarget() argument 1383 UnbindTarget(const std::string &pkgName, const PeerTargetId &targetId, const std::map<std::string, std::string> &unbindParam) UnbindTarget() argument [all...] |
| /foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
| H A D | ext_extension.cpp | 844 DealIncreUnPacketResult(const off_t tarFileSize, const std::string &tarFileName, const std::tuple<int, EndFileInfo, ErrFileInfo> &result) DealIncreUnPacketResult() argument [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| H A D | key_manager.cpp | 1501 GenerateAndLoadAppKeyInfo(uint32_t userId, const std::vector<std::pair<int, std::string>> &keyInfo) UpdateCeEceSeceUserAuth() argument [all...] |
| /foundation/window/window_manager/window_scene/session_manager/src/ |
| H A D | scene_session_dirty_manager.cpp | 362 UpdateDialogSessionMap( const std::map<int32_t, sptr<SceneSession>>& sessionMap, const std::unordered_map<int32_t, sptr<SceneSession>>& callingPidMap, std::map<int32_t, sptr<SceneSession>>& dialogMap) UpdateDialogSessionMap() argument 381 GetDialogSessionMap( const std::map<int32_t, sptr<SceneSession>>& sessionMap) const GetDialogSessionMap() argument 894 DumpSecSurfaceInfoMap(const std::map<uint64_t, std::vector<SecSurfaceInfo>>& secSurfaceInfoMap) DumpSecSurfaceInfoMap() argument 914 UpdateSecSurfaceInfo(const std::map<uint64_t, std::vector<SecSurfaceInfo>>& secSurfaceInfoMap) UpdateSecSurfaceInfo() argument [all...] |
| /foundation/window/window_manager/wmserver/src/ |
| H A D | window_manager_service.cpp | 1191 NotifyDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) NotifyDisplayStateChange() argument 1214 OnDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) OnDisplayStateChange() argument [all...] |
| H A D | window_root.cpp | 44 int Comp(const std::pair<uint64_t, WindowVisibilityState>& a, const std::pair<uint64_t, WindowVisibilityState>& b) in Comp() argument 1612 GetAllDisplayRectsByDisplayInfo( const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap) GetAllDisplayRectsByDisplayInfo() argument 1629 ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap) ProcessDisplayCreate() argument 1667 ProcessDisplayDestroy(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap) ProcessDisplayDestroy() argument 1715 ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) ProcessDisplayChange() argument [all...] |
| H A D | window_controller.cpp | 780 NotifyDisplayStateChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) NotifyDisplayStateChange() argument 841 ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type) ProcessDisplayChange() argument [all...] |
| /kernel/linux/linux-5.10/drivers/media/i2c/cx25840/ |
| H A D | cx25840-core.c | 1115 v4l2_std_id std = state->std; in cx25840_std_setup() local 1286 v4l2_std_id std = state->std; input_change() local 2419 cx25840_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) cx25840_querystd() argument 2470 cx25840_g_std(struct v4l2_subdev *sd, v4l2_std_id *std) cx25840_g_std() argument 2479 cx25840_s_std(struct v4l2_subdev *sd, v4l2_std_id std) cx25840_s_std() argument 5654 v4l2_std_id std = state->std; cx23888_std_setup() local [all...] |
| /kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
| H A D | v4l2-tpg-core.c | 2582 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std, in tpg_fill_plane_buffer() argument 2666 void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std, unsigned p, u8 *vbuf) in tpg_fillbuffer() argument
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| H A D | ks0127.c | 534 static int ks0127_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in ks0127_s_std() argument 599 v4l2_std_id std = pstd ? *pstd : V4L2_STD_ALL; in ks0127_status() local 624 ks0127_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) ks0127_querystd() argument [all...] |
| H A D | tvp5150.c | 683 v4l2_std_id std = decoder->norm; in tvp5150_set_vbi() local 726 v4l2_std_id std = decoder->norm; in tvp5150_get_vbi() local 759 static int tvp5150_set_std(struct v4l2_subdev *sd, v4l2_std_id std) in tvp5150_set_std() argument 787 tvp5150_g_std(struct v4l2_subdev *sd, v4l2_std_id *std) tvp5150_g_std() argument 796 tvp5150_s_std(struct v4l2_subdev *sd, v4l2_std_id std) tvp5150_s_std() argument 952 v4l2_std_id std; tvp5150_enable() local 1016 tvp5150_set_default(v4l2_std_id std, struct v4l2_rect *crop) tvp5150_set_default() argument 1074 v4l2_std_id std; tvp5150_get_hmax() local 1164 v4l2_std_id std; tvp5150_get_selection() local 1214 v4l2_std_id std; tvp5150_init_cfg() local [all...] |