Home
last modified time | relevance | path

Searched refs:GetDbConfig (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_profile_config_test.cpp47 HWTEST_F(DataShareProfileConfigTest, GetDbConfig, TestSize.Level1)
51 auto result = dbConfig.GetDbConfig(config);
55 result = dbConfig.GetDbConfig(config);
62 result = dbConfig.GetDbConfig(config);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_db_config.h41 …std::tuple<int, DistributedData::StoreMetaData, std::shared_ptr<DBDelegate>> GetDbConfig(DbConfig …
H A Ddata_share_db_config.cpp65 …e<int, DistributedData::StoreMetaData, std::shared_ptr<DBDelegate>> DataShareDbConfig::GetDbConfig( in GetDbConfig() function in OHOS::DataShare::DataShareDbConfig
H A Ddata_share_service_impl.cpp1054 auto [code, metaData, dbDelegate] = dbConfig.GetDbConfig(config); in Execute()
1092 auto [code, metaData, dbDelegate] = dbConfig.GetDbConfig(config); in ExecuteEx()