Searched refs:GetDbConfig (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | data_share_profile_config_test.cpp | 47 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 D | data_share_db_config.h | 41 …std::tuple<int, DistributedData::StoreMetaData, std::shared_ptr<DBDelegate>> GetDbConfig(DbConfig …
|
H A D | data_share_db_config.cpp | 65 …e<int, DistributedData::StoreMetaData, std::shared_ptr<DBDelegate>> DataShareDbConfig::GetDbConfig( in GetDbConfig() function in OHOS::DataShare::DataShareDbConfig
|
H A D | data_share_service_impl.cpp | 1054 auto [code, metaData, dbDelegate] = dbConfig.GetDbConfig(config); in Execute() 1092 auto [code, metaData, dbDelegate] = dbConfig.GetDbConfig(config); in ExecuteEx()
|