Home
last modified time | relevance | path

Searched refs:dbs (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/lpfence/
H A Dlpfence_offline_db.md22 | unsigned char[] [dbs](#dbs) | 基站离线数据库数据。 |
28 ### dbs subsection
31 unsigned char [] OfflineDb::dbs
/ohos5.0/base/security/asset/frameworks/os_dependency/file/src/
H A Dcommon.rs34 let mut dbs = vec![]; in get_user_dbs() localVariable
39 dbs.push(db_file_name.strip_suffix(DB_SUFFIX).unwrap_or(&db_file_name).to_string()) in get_user_dbs()
42 Ok(dbs) in get_user_dbs()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs72 dbs: &HashMap<String, Vec<Database>>, in subscribe()
76 for (bundle_name, dbmetas) in dbs { in subscribe()
148 let mut dbs = vec![]; in from() localVariable
150 dbs.push(Database::from(db)); in from()
155 databases: dbs, in from()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp149 auto dbs = Reporter::GetInstance()->DatabaseStatistic(); variable
150 EXPECT_NE(nullptr, dbs);
152 auto dbsRet = dbs->Report(ds);
366 auto dbs = Reporter::GetInstance()->DatabaseStatistic(); variable
367 EXPECT_NE(nullptr, dbs);
369 auto dbsRet = dbs->Report(ds);
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/include/
H A Daudio_utils.h90 double ConvertDbsToAmp(double dbs) in ConvertDbsToAmp() argument
92 return std::pow(LOG_BASE, dbs * DB_TO_AMP_COEF); in ConvertDbsToAmp()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_server.h34 …virtual int32_t Subscribe(int32_t userId, const std::map<std::string, std::vector<Database>> &dbs);
35 …rtual int32_t Unsubscribe(int32_t userId, const std::map<std::string, std::vector<Database>> &dbs);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_server.cpp43 …2_t CloudServer::Subscribe(int32_t userId, const std::map<std::string, std::vector<Database>> &dbs) in Subscribe() argument
48 …t CloudServer::Unsubscribe(int32_t userId, const std::map<std::string, std::vector<Database>> &dbs) in Unsubscribe() argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs606 dbs: *const OhCloudExtHashMap, in OhCloudExtCloudSyncSubscribe()
611 if server.is_null() || dbs.is_null() || relations.is_null() || err.is_null() { in OhCloudExtCloudSyncSubscribe()
620 let dbs = match OhCloudExtHashMap::get_inner_ref(dbs, SafetyCheckId::HashMap) { in OhCloudExtCloudSyncSubscribe() localVariable
624 let dbs = match dbs { in OhCloudExtCloudSyncSubscribe() localVariable
629 match cloud_server.subscribe(dbs, expire) { in OhCloudExtCloudSyncSubscribe()
H A Dcloud_ext_types.rs999 dbs: *mut *const OhCloudExtVector, in OhCloudExtSchemaMetaGetDatabases()
1001 if schema.is_null() || dbs.is_null() { in OhCloudExtSchemaMetaGetDatabases()
1012 *dbs = OhCloudExtVector::new(vec, SafetyCheckId::Vector).into_ptr(); in OhCloudExtSchemaMetaGetDatabases()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.h41 … int32_t Subscribe(int32_t userId, const std::map<std::string, std::vector<DBMeta>> &dbs) override;
42 …int32_t Unsubscribe(int32_t userId, const std::map<std::string, std::vector<DBMeta>> &dbs) overrid…
H A Dcloud_server_impl.cpp307 …t CloudServerImpl::Subscribe(int32_t userId, const std::map<std::string, std::vector<DBMeta>> &dbs) in Subscribe() argument
323 for (auto &[bundle, db] : dbs) { in Subscribe()
515 …CloudServerImpl::Unsubscribe(int32_t userId, const std::map<std::string, std::vector<DBMeta>> &dbs) in Unsubscribe() argument
534 for (auto &[bundle, databases] : dbs) { in Unsubscribe()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp450 std::map<std::string, std::vector<CloudServer::Database>> dbs; variable
451 auto result1 = cloudServer.Subscribe(userId, dbs);
453 result1 = cloudServer.Unsubscribe(userId, dbs);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_extension.h332 const OhCloudExtHashMap *dbs,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_geofence_v1_0/cpp_target/location/lpfence/geofence/v1_0/
H A Dgeofence_types.cpp.txt216 if (!WritePodArray(data, dataBlock.dbs)) {
217 HDF_LOGE("%{public}s: failed to write dataBlock.dbs", __func__);
235 if (!ReadPodArray(data, dataBlock.dbs)) {
236 HDF_LOGE("%{public}s: failed to read dataBlock.dbs", __func__);
H A Dgeofence_types.h.txt121 std::vector<uint8_t> dbs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_geofence_v1_0/dump_ast_target/
H A Ddump.txt135 unsigned char[] dbs;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp360 std::shared_ptr<CloudDB> dbs = std::make_shared<CloudDB>(); variable
362 GeneralStore::BindInfo bindInfo2(dbs, loaders);
H A Drdb_general_store_test.cpp312 std::shared_ptr<CloudDB> dbs = std::make_shared<CloudDB>(); variable
314 GeneralStore::BindInfo bindInfo1(dbs, loader);
/ohos5.0/drivers/interface/location/lpfence/geofence/v1_0/
H A DGeofenceTypes.idl196 unsigned char[] dbs;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_lpfence_geofence_v1_0/foo/location/lpfence/geofence/v1_0/
H A DGeofenceTypes.idl196 unsigned char[] dbs;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp1056 auto &dbs = enabled ? subDbs : unsubDbs; in DoSubscribe() local
1069 dbs.insert_or_assign(bundle, std::move(schemaMeta.databases)); in DoSubscribe()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp467 auto &dbs = retval.deletingBuffers; in ReuseBuffer() local
468 AddDeletingBuffersLocked(dbs); in ReuseBuffer()