Home
last modified time | relevance | path

Searched refs:GetDataGroupId (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H A Doh_preferences_impl.h90 std::string GetDataGroupId();
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_option.cpp57 std::string OH_PreferencesOption::GetDataGroupId() in GetDataGroupId() function in OH_PreferencesOption
H A Doh_preferences.cpp54 if (options->GetDataGroupId().empty()) { in GetPreferencesDir()
58 int err = context->GetSystemPreferencesDir(options->GetDataGroupId(), false, stagePreferencesDir); in GetPreferencesDir()
91 option->GetDataGroupId(), true); in OH_Preferences_Open()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h197 std::string GetDataGroupId() const;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp442 std::string RdbStoreConfig::GetDataGroupId() const in GetDataGroupId() function in OHOS::NativeRdb::RdbStoreConfig
H A Drdb_store_impl.cpp413 if (config_.GetDataGroupId().empty()) { in GetUri()
416 rdbUri = SCHEME_RDB + config_.GetDataGroupId() + "/" + path_ + "/" + event; in GetUri()
H A Dsqlite_connection.cpp192 rdbStoreConfig.SetDataGroupId(rdbConfig.GetDataGroupId()); in GetSlaveRdbStoreConfig()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h543 std::string GetDataGroupId() const;
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp881 * @tc.desc: test RdbStoreConfig interfaces: SetDataGroupId/GetDataGroupId
891 EXPECT_EQ(dataGroupId, config.GetDataGroupId()); in HWTEST_F()

Completed in 11 milliseconds